Package net.sf.tweety.commons
Interface BeliefBase
-
- All Known Subinterfaces:
LogicProgram<C,P,T>
- All Known Implementing Classes:
AbaTheory,AbstractDialecticalFramework,ActionDescription,ActionQuerySet,ArgumentationKnowledgeBase,AspicArgumentationTheory,BeliefSet,BipolarArgFramework,CActionDescription,ClBeliefSet,CompilationNode,CrMasBeliefSet,DeductiveKnowledgeBase,DefaultTheory,DefeasibleLogicProgram,DlBeliefSet,DungTheory,EvidentialArgSystem,ExecutableDungTheory,FolBeliefSet,MarkovLogicNetwork,MlBeliefSet,NLPProgram,PartialProbabilityAssignment,PclBeliefSet,PerceivableStructuredArgumentationFramework,PlBeliefSet,ProbabilisticArgumentationFramework,Program,RclBeliefSet,RpclBeliefSet,SActionQuerySet,SimplePlLogicDeductiveKnowledgebase,SocialAbstractArgumentationFramework,StructuredArgumentationFramework
public interface BeliefBaseThis class captures an abstract knowledge base, i.e. some set of formulas in a given knowledge representation language, that can be asked queries.- Author:
- Matthias Thimm, Tim Janus
-
-
Method Summary
Modifier and Type Method Description SignaturegetMinimalSignature()Returns the signature of the language of this knowledge base.java.lang.StringtoString()
-
-
-
Method Detail
-
getMinimalSignature
Signature getMinimalSignature()
Returns the signature of the language of this knowledge base.- Returns:
- the signature of the language of this knowledge base.
-
toString
java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-