Interface BeliefBase
- All Known Subinterfaces:
AbstractDialecticalFramework,ArgumentationFramework<Arg>,LogicProgram<C,P, T>
- All Known Implementing Classes:
AbaTheory,AbstractBipolarFramework,AbstractEAFTheory,ActionDescription,ActionQuerySet,ArgumentationKnowledgeBase,AspicArgumentationTheory,BeliefSet,BpmnModel,CActionDescription,CausalKnowledgeBase,CausalModel,ClaimBasedTheory,ClBeliefSet,CompilationNode,ConstrainedArgumentationFramework,CrMasBeliefSet,DeductiveArgumentationFramework,DeductiveKnowledgeBase,DefaultTheory,DefeasibleLogicProgram,DlBeliefSet,DungTheory,EAFTheory,EpistemicArgumentationFramework,EvidentialArgumentationFramework,ExecutableDungTheory,ExtendedTheory,FolBeliefSet,IncompleteTheory,InducedTheory,KnowledgeBase,MarkovLogicNetwork,MlBeliefSet,NamedPEAFTheory,NecessityArgumentationFramework,NLPProgram,PartialProbabilityAssignment,PclBeliefSet,PEAFTheory,PerceivableStructuredArgumentationFramework,PlBeliefSet,ProbabilisticArgumentationFramework,Program,RclBeliefSet,ReachabilityGraph,RecursiveExtendedTheory,RpclBeliefSet,SActionQuerySet,SetAf,SimplePlLogicDeductiveKnowledgebase,SocialAbstractArgumentationFramework,StructuredArgumentationFramework,WeightedArgumentationFramework,WeightedDungTheory
public interface BeliefBase
This 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 TypeMethodDescriptionReturns the signature of the language of this knowledge base.toString()
-
Method Details
-
getMinimalSignature
Signature getMinimalSignature()Returns the signature of the language of this knowledge base.- Returns:
- the signature of the language of this knowledge base.
-
toString
-