C# 클래스 SudokuNet.PrologExecutor

파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
Execute ( string queryText ) : bool
PrologExecutor ( string sentences ) : System

비공개 메소드들

메소드 설명
CodeExecuted ( object sender, Prolog.PrologQueryEventArgs e ) : void
GetCodeSentences ( string sentences ) : IEnumerable
GetQuery ( string queryText ) : Prolog.Query
InitializeSentences ( string sentences ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( string queryText ) : bool
queryText string
리턴 bool

PrologExecutor() 공개 메소드

public PrologExecutor ( string sentences ) : System
sentences string
리턴 System