Package net.sf.tweety.commons
Interface Reasoner<O,B extends BeliefBase,F extends Formula>
-
- Type Parameters:
O- the type of output to a queryB- the belief base type that can be queriedF- the type of formulas that can be queries
- All Known Subinterfaces:
QualitativeReasoner<B,F>,QuantitativeReasoner<B,F>
- All Known Implementing Classes:
AbstractAspicReasoner,AbstractConditionalLogicReasoner,AbstractDeductiveArgumentationReasoner,AbstractDialecticalFrameworkReasoner,AbstractDungReasoner,AbstractExtensionReasoner,AbstractMlnReasoner,AbstractMlReasoner,AbstractPafReasoner,AbstractPclReasoner,AbstractPlReasoner,AbstractSatExtensionReasoner,AdmissibleInterpretationReasoner,AlchemyMlnReasoner,ApproximateNaiveMlnReasoner,ArgumentationReasoner,ASPSolver,ClingoSolver,CompilationReasoner,CompleteReasoner,CReasoner,DefaultMeReasoner,DelpReasoner,DirectionalAspicReasoner,DLVSolver,EFOLReasoner,FlatABAReasoner,FolReasoner,GeneralABAReasoner,GeneralizedMeReasoner,IdealReasoner,IssReasoner,IteratingMlnReasoner,LiteralReasoner,MleanCoPReasoner,ModuleBasedAspicReasoner,MonteCarloPafReasoner,NaiveDlReasoner,NaiveInterpretationReasoner,OutputReasoner,PreferredReasoner,ProboReasoner,Prover9FolReasoner,RandomAspicReasoner,RpclMeReasoner,RuleBasedCReasoner,SatCompleteReasoner,SatModelReasoner,SatReasoner,SatStableReasoner,SimpleAdmissibleReasoner,SimpleAspicReasoner,SimpleCF2Reasoner,SimpleCompleteReasoner,SimpleConflictFreeReasoner,SimpleCReasoner,SimpleDeductiveReasoner,SimpleDefaultReasoner,SimpleFolReasoner,SimpleGroundedReasoner,SimpleIdealReasoner,SimpleMlnReasoner,SimpleMlReasoner,SimplePafReasoner,SimplePlReasoner,SimplePreferredReasoner,SimpleRelationalCReasoner,SimpleSamplingMlnReasoner,SimpleSccCompleteReasoner,SimpleSemiStableReasoner,SimpleStableReasoner,SimpleStageReasoner,SpassFolReasoner,SPASSMlReasoner,StableReasoner,StratifiedLabelingReasoner,WellFoundedReasoner,ZReasoner
public interface Reasoner<O,B extends BeliefBase,F extends Formula>The general interface for objects that are able to query a belief base with some formula.- Author:
- Matthias Thimm