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
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.classNaiveReasonerReasoner for naive extensions.classProboReasonerThis reasoner makes use of an external executable for solving reasoning problems in abstract argumentation.classQualifiedReasonerReasoner for qualified sigma-semantics.classSatCompleteReasonerUses a SAT solver to determine complete extensions.classSatStableReasonerUses a SAT solver to determine stable extensions.classSccCF2ReasonerReasoner for CF2 extensions using scc-recursiveness.classSCF2ReasonerReasoner for SCF2 extensions using scc-recursiveness.classSCOOCNaiveReasonerreasoner for SCOOC-naive semantics.classSemiQualifiedReasonerReasoner for semi-qualified sigma-semantics.classSimpleAdmissibleReasonerThis reasoner for Dung theories performs inference on the admissible 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.classStage2ReasonerReasoner for Stage2 semantics using scc-recursiveness definition see: Dvorak, Gaggl: Incorporating Stage Semantics in the SCC-recursive Schema for Argumentation Semantics 2012classWeaklyAdmissibleReasonerReasoner for weak admissibility the reasoner reduces the number of sets we have to check by computing candidate sets instead of checking all sets.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.Constructors in net.sf.tweety.arg.dung.reasoner with parameters of type AbstractExtensionReasoner Constructor Description EeeAcceptabilityReasoner(AbstractExtensionReasoner reasoner, InferenceMode inferenceMode)Creates a new EeeAcceptabilityReasoner.IaqAcceptabilityReasoner(AbstractExtensionReasoner reasoner, InferenceMode inferenceMode)Creates a new IaqAcceptabilityReasoner.QualifiedReasoner(AbstractExtensionReasoner reasoner)initialize reasoner with the given reasoner as base reasoner Will only produce meaningful results if the given semantics is SCC-decomposable -
Uses of AbstractExtensionReasoner in net.sf.tweety.arg.saf.reasoner
Constructors in net.sf.tweety.arg.saf.reasoner with parameters of type AbstractExtensionReasoner Constructor Description OutputReasoner(AbstractExtensionReasoner reasoner)Creates a new reasoner
-