C# 클래스 AIMA.Core.Logic.Propositional.Algorithms.KnowledgeBase

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
KnowledgeBase ( ) : System
ToString ( ) : String
asSentence ( ) : Sentence
askWithDpll ( String queryString ) : bool
askWithTTEntails ( String queryString ) : bool
getSentences ( ) : List
size ( ) : int
tell ( String aSentence ) : void
tellAll ( String percepts ) : void

메소드 상세

KnowledgeBase() 공개 메소드

public KnowledgeBase ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

asSentence() 공개 메소드

public asSentence ( ) : Sentence
리턴 AIMA.Core.Logic.Propositional.Parsing.Ast.Sentence

askWithDpll() 공개 메소드

public askWithDpll ( String queryString ) : bool
queryString String
리턴 bool

askWithTTEntails() 공개 메소드

public askWithTTEntails ( String queryString ) : bool
queryString String
리턴 bool

getSentences() 공개 메소드

public getSentences ( ) : List
리턴 List

size() 공개 메소드

public size ( ) : int
리턴 int

tell() 공개 메소드

public tell ( String aSentence ) : void
aSentence String
리턴 void

tellAll() 공개 메소드

public tellAll ( String percepts ) : void
percepts String
리턴 void