|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A very basic interface for JTP knowledge stores. The only requirement placed on a KnowledgeStore is that it is associated with a telling reasoner and an asking reasoner that are capable of asserting information to and retrieving information from the knwoledge store.
Method Summary | |
Reasoner |
getAskingReasoner()
Returns an asking reasoner that can retrieve knowledge from the KnowledgeStore. |
Reasoner |
getTellingReasoner()
Returns a telling reasoner that can assert knowledge to the KnowledgeStore. |
Method Detail |
public Reasoner getAskingReasoner()
public Reasoner getTellingReasoner()
|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |