C# Class AIMA.Core.Logic.Propositional.Algorithms.KnowledgeBase

Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
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

Method Details

KnowledgeBase() public method

public KnowledgeBase ( ) : System
return System

ToString() public method

public ToString ( ) : String
return String

asSentence() public method

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

askWithDpll() public method

public askWithDpll ( String queryString ) : bool
queryString String
return bool

askWithTTEntails() public method

public askWithTTEntails ( String queryString ) : bool
queryString String
return bool

getSentences() public method

public getSentences ( ) : List
return List

size() public method

public size ( ) : int
return int

tell() public method

public tell ( String aSentence ) : void
aSentence String
return void

tellAll() public method

public tellAll ( String percepts ) : void
percepts String
return void