Uses of Class
net.sf.tweety.arg.dung.reasoner.AbstractExtensionReasoner
- 
Packages that use AbstractExtensionReasoner Package Description net.sf.tweety.arg.aspic.reasoner net.sf.tweety.arg.dung.reasoner net.sf.tweety.arg.saf.reasoner  - 
- 
Uses of AbstractExtensionReasoner in net.sf.tweety.arg.aspic.reasoner
Fields in net.sf.tweety.arg.aspic.reasoner declared as AbstractExtensionReasoner Modifier and Type Field Description private AbstractExtensionReasonerAbstractAspicReasoner. aafReasonerUnderlying reasoner for AAFs.Constructors in net.sf.tweety.arg.aspic.reasoner with parameters of type AbstractExtensionReasoner Constructor Description AbstractAspicReasoner(AbstractExtensionReasoner aafReasoner)Creates a new instanceDirectionalAspicReasoner(AbstractExtensionReasoner aafReasoner)Creates a new instanceDirectionalAspicReasoner(AbstractExtensionReasoner aafReasoner, double prob)Creates a new instanceModuleBasedAspicReasoner(AbstractExtensionReasoner aafReasoner)Creates a new instanceRandomAspicReasoner(AbstractExtensionReasoner aafReasoner, int maxArguments, int maxDuplicates)Creates a new instance.SimpleAspicReasoner(AbstractExtensionReasoner aafReasoner)Creates a new instance - 
Uses of AbstractExtensionReasoner in net.sf.tweety.arg.dung.reasoner
Subclasses of AbstractExtensionReasoner in net.sf.tweety.arg.dung.reasoner Modifier and Type Class Description classAbstractSatExtensionReasonerUses a provided SAT solver to solve reasoning problems in AAFs.classProboReasonerThis reasoner makes use of an external executable for solving reasoning problems in abstract argumentation.classSatCompleteReasonerUses a SAT solver to determine complete extensions.classSatStableReasonerUses a SAT solver to determine stable extensions.classSimpleAdmissibleReasonerThis reasoner for Dung theories performs inference on the admissible extensions.classSimpleCF2ReasonerThis reasoner for Dung theories performs inference on the CF2 extensions.classSimpleCompleteReasonerThis reasoner for Dung theories performs inference on the complete extensions.classSimpleConflictFreeReasonerThis reasoner for Dung theories performs inference on the conflict-free extensions.classSimpleGroundedReasonerThis reasoner for Dung theories performs inference on the grounded extension.classSimpleIdealReasonerThis reasoner for Dung theories performs inference on the ideal extension.classSimplePreferredReasonerThis reasoner for Dung theories performs inference on the preferred extensions.classSimpleSccCompleteReasonerThis reasoner for Dung theories performs inference on the complete extensions.classSimpleSemiStableReasonerThis reasoner for Dung theories performs inference on the semi-stable extensions.classSimpleStableReasonerThis reasoner for Dung theories performs inference on the stable extensions.classSimpleStageReasonerThis reasoner for Dung theories performs inference on the stage extensions.Methods in net.sf.tweety.arg.dung.reasoner that return AbstractExtensionReasoner Modifier and Type Method Description static AbstractExtensionReasonerAbstractExtensionReasoner. getSimpleReasonerForSemantics(Semantics semantics)Creates a reasoner for the given semantics. - 
Uses of AbstractExtensionReasoner in net.sf.tweety.arg.saf.reasoner
Fields in net.sf.tweety.arg.saf.reasoner declared as AbstractExtensionReasoner Modifier and Type Field Description private AbstractExtensionReasonerOutputReasoner. reasonerThe reasoner used for computing the extensions of the induced Dung theory.Constructors in net.sf.tweety.arg.saf.reasoner with parameters of type AbstractExtensionReasoner Constructor Description OutputReasoner(AbstractExtensionReasoner reasoner)Creates a new reasoner 
 -