Uses of Class
KnowledgeBase.KnowledgeBase

Packages that use KnowledgeBase
KnowledgeBase   
Reasoner   
SemanticNetwork   
SourceText   
 

Uses of KnowledgeBase in KnowledgeBase
 

Fields in KnowledgeBase declared as KnowledgeBase
private  KnowledgeBase KnowledgeBaseParser.m_knowledge_base
           
private  KnowledgeBase ConceptNode.m_knowledge_base
           
 

Methods in KnowledgeBase with parameters of type KnowledgeBase
 void KnowledgeBaseParser.build(KnowledgeBase knowledge_base)
          Builds a knowledge base from the source file being parsed.
protected  void ConceptNode.setKnowledgeBase(KnowledgeBase knowledge_base)
          Sets the knowledge base this node was added to.
 

Uses of KnowledgeBase in Reasoner
 

Fields in Reasoner declared as KnowledgeBase
private  KnowledgeBase StaticReasoner.m_knowledge_base
           
private  KnowledgeBase DynamicReasoner.m_knowledge_base
           
 

Methods in Reasoner that return KnowledgeBase
 KnowledgeBase StaticReasoner.getKnowledgeBase()
          Returns the knowledge base containing the implicit details of the description to reason over.
 

Constructors in Reasoner with parameters of type KnowledgeBase
StaticReasoner(SemanticNetwork semantic_network, KnowledgeBase knowledge_base, java.lang.String viewer_position)
          Creates a new static reasoner that builds an object template set of results.
 

Uses of KnowledgeBase in SemanticNetwork
 

Fields in SemanticNetwork declared as KnowledgeBase
private  KnowledgeBase SemanticNetwork.m_knowledge_base
           
 

Methods in SemanticNetwork that return KnowledgeBase
 KnowledgeBase SemanticNetwork.getKnowledgeBase()
          Returns the knowledge base this semantic network is linked to.
 

Methods in SemanticNetwork with parameters of type KnowledgeBase
 void SemanticNetwork.linkKnowledgeBase(KnowledgeBase knowledge_base)
          Links this semantic network to the knowledge base supporting it.
 

Uses of KnowledgeBase in SourceText
 

Fields in SourceText declared as KnowledgeBase
private  KnowledgeBase SourceText.m_knowledge_base
           
 

Constructors in SourceText with parameters of type KnowledgeBase
SourceText(java.lang.String source_text, KnowledgeBase knowledge_base, java.lang.String semantic_network_name, java.lang.String semantic_network_description)
          Creates a SourceText object with the given description.