Package net.sf.tweety.commons
Interface BeliefBase
-
- All Known Implementing Classes:
BeliefSet
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.StringtoString()
-