Package net.sf.tweety.commons
Interface QualitativeReasoner<B extends BeliefBase,F extends Formula>
-
- Type Parameters:
B- the belief base type that can be queriedF- the type of formulas that can be queries
- All Superinterfaces:
Reasoner<java.lang.Boolean,B,F>
- All Known Implementing Classes:
AbstractAspicReasoner,AbstractConditionalLogicReasoner,AbstractDialecticalFrameworkReasoner,AbstractDungReasoner,AbstractExtensionReasoner,AbstractMlReasoner,AbstractPlReasoner,AbstractSatExtensionReasoner,AdmissibleInterpretationReasoner,ArgumentationReasoner,ASPSolver,ClingoSolver,CompleteReasoner,CReasoner,DirectionalAspicReasoner,DLVSolver,EFOLReasoner,FlatABAReasoner,FolReasoner,GeneralABAReasoner,IdealReasoner,LiteralReasoner,MleanCoPReasoner,ModuleBasedAspicReasoner,NaiveDlReasoner,NaiveInterpretationReasoner,OutputReasoner,PreferredReasoner,ProboReasoner,Prover9FolReasoner,RandomAspicReasoner,RuleBasedCReasoner,SatCompleteReasoner,SatModelReasoner,SatReasoner,SatStableReasoner,SimpleAdmissibleReasoner,SimpleAspicReasoner,SimpleCF2Reasoner,SimpleCompleteReasoner,SimpleConflictFreeReasoner,SimpleCReasoner,SimpleDefaultReasoner,SimpleFolReasoner,SimpleGroundedReasoner,SimpleIdealReasoner,SimpleMlReasoner,SimplePlReasoner,SimplePreferredReasoner,SimpleRelationalCReasoner,SimpleSccCompleteReasoner,SimpleSemiStableReasoner,SimpleStableReasoner,SimpleStageReasoner,SpassFolReasoner,SPASSMlReasoner,StableReasoner,StratifiedLabelingReasoner,WellFoundedReasoner,ZReasoner
public interface QualitativeReasoner<B extends BeliefBase,F extends Formula> extends Reasoner<java.lang.Boolean,B,F>
The general interface for objects that are able to query a belief base with some formula and return either TRUE or FALSE as answer.- Author:
- Matthias Thimm