Class KnowledgeBaseImpl
java.lang.Object
fr.inria.rules.integraal.model.kb.impl.KnowledgeBaseImpl
- All Implemented Interfaces:
KnowledgeBase
Default implementation of a KnowledgeBase
- Author:
- Florent Tornil
-
Constructor Details
-
KnowledgeBaseImpl
-
-
Method Details
-
getFactBase
//////////////////////////////////////////////- Specified by:
getFactBasein interfaceKnowledgeBase- Returns:
- the FactBase attached to this KnowledgeBase
-
getRuleBase
Description copied from interface:KnowledgeBaseReturns the rule base attached to this knowledge base.- Specified by:
getRuleBasein interfaceKnowledgeBase- Returns:
- the RuleBase attached to this KnowledgeBase
-
equals
-
hashCode
-
toString
-