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

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public KnowledgeBase ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

asSentence() public méthode

public asSentence ( ) : Sentence
Résultat AIMA.Core.Logic.Propositional.Parsing.Ast.Sentence

askWithDpll() public méthode

public askWithDpll ( String queryString ) : bool
queryString String
Résultat bool

askWithTTEntails() public méthode

public askWithTTEntails ( String queryString ) : bool
queryString String
Résultat bool

getSentences() public méthode

public getSentences ( ) : List
Résultat List

size() public méthode

public size ( ) : int
Résultat int

tell() public méthode

public tell ( String aSentence ) : void
aSentence String
Résultat void

tellAll() public méthode

public tellAll ( String percepts ) : void
percepts String
Résultat void