Uses of Class
org.tweetyproject.arg.dung.reasoner.AbstractExtensionReasoner
Packages that use AbstractExtensionReasoner
Package
Description
-
Uses of AbstractExtensionReasoner in org.tweetyproject.arg.aspic.reasoner
Constructors in org.tweetyproject.arg.aspic.reasoner with parameters of type AbstractExtensionReasonerModifierConstructorDescriptionAbstractAspicReasoner(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 org.tweetyproject.arg.dung.learning
Constructors in org.tweetyproject.arg.dung.learning with parameters of type AbstractExtensionReasonerModifierConstructorDescriptionExampleFinder(AbstractExtensionReasoner reasoner1, AbstractExtensionReasoner reasoner2) initialize with two specific reasonersExtendedExampleFinder(AbstractExtensionReasoner reasoner1, AbstractExtensionReasoner reasoner2, AbstractExtensionReasoner reasoner3) initialize with three specific reasoners -
Uses of AbstractExtensionReasoner in org.tweetyproject.arg.dung.principles
Methods in org.tweetyproject.arg.dung.principles with parameters of type AbstractExtensionReasonerModifier and TypeMethodDescriptionbooleanAdmissibilityPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanCFReinstatementPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanConflictFreePrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanDirectionalityPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanIMaximalityPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanINRAPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanModularizationPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanNaivetyPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) abstract booleanPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanReductAdmissibilityPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanReinstatementPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanSccDecomposabilityPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanSCOOCPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanSemiQualifiedAdmissibilityPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanStrongAdmissibilityPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) booleanWeakReinstatementPrinciple.isSatisfied(Collection<Argument> kb, AbstractExtensionReasoner ev) -
Uses of AbstractExtensionReasoner in org.tweetyproject.arg.dung.reasoner
Subclasses of AbstractExtensionReasoner in org.tweetyproject.arg.dung.reasonerModifier and TypeClassDescriptionclassUses a provided SAT solver to solve reasoning problems in AAFs.classThis reasoner makes use of an external executable for solving reasoning problems in abstract argumentation.classReasoner for qualified sigma-semantics.classUses a SAT solver to determine complete extensions.classUses a SAT solver to determine stable extensions.classReasoner for CF2 extensions using scc-recursiveness.classReasoner for SCF2 extensions using scc-recursiveness.classreasoner for SCOOC-naive semantics.classReasoner for semi-qualified sigma-semantics.classThis reasoner for Dung theories performs inference on the admissible extensions.classThis reasoner for Dung theories performs inference on the complete extensions.classThis reasoner for Dung theories performs inference on the conflict-free extensions.classsimple reasoner for eager semanticsclassThis reasoner for Dung theories performs inference on the grounded extension.classThis reasoner for Dung theories performs inference on the ideal extension.classBasic Implementation of a reasoner for initial sets A set of arguments S is considered initial iff it is non-empty and minimal among the non-empty admissible sets see: Yuming Xu and Claudette Cayrol.classReasoner for naive extensions.classThis reasoner for Dung theories performs inference on the preferred extensions.classThis reasoner for Dung theories performs inference on the resolution-based family of semantics.classThis reasoner for Dung theories performs inference on the complete extensions.classUniversal scc-recursive reasoner initialize with any reasoner for a scc-recursive semanticsclassThis reasoner calculates claim based semi stable extensionsclassThis reasoner for Dung theories performs inference on the stable extensions.classThis reasoner for Dung theories performs inference on the stage extensions.classReasoner for solid admissibility a set of arguments E solid-defends an argument a, iff for all attackers b of a it holds that all arguments c which attack b are in E see: Liu, X., and Chen, W.classReasoner for Stage2 semantics using scc-recursiveness definition see: Dvorak, Gaggl: Incorporating Stage Semantics in the SCC-recursive Schema for Argumentation Semantics 2012classReasoner for strong admissibility A set of arguments E is strongly admissible iff all every argument A in E is defended by some argument B in E \ {A} i.e.classReasoner for weak admissibility the reasoner reduces the number of sets we have to check by computing candidate sets instead of checking all sets.classReasoner for weakly complete semantics as described in: see: Baumann, Brewka, Ulbricht: Revisiting the foundations of abstract argumentation-semantics based on weak admissibility and weak defense.classReasoner for weakly grounded semantics a set of arguments E is w-grounded iff it is w-complete and minimal Note: unlike the grounded extension which is unique, there can be more than one w-grounded extension see: Baumann, Brewka, Ulbricht: Revisiting the foundations of abstract argumentation-semantics based on weak admissibility and weak defense.classReasoner for weakly preferred semantics see: Baumann, Brewka, Ulbricht: Revisiting the foundations of abstract argumentation-semantics based on weak admissibility and weak defense.Methods in org.tweetyproject.arg.dung.reasoner that return AbstractExtensionReasonerModifier and TypeMethodDescriptionstatic AbstractExtensionReasonerAbstractExtensionReasoner.getSimpleReasonerForSemantics(Semantics semantics) Creates a reasoner for the given semantics.Constructors in org.tweetyproject.arg.dung.reasoner with parameters of type AbstractExtensionReasonerModifierConstructorDescriptionEeeAcceptabilityReasoner(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-decomposableinitialize the scc-recursive reasoner with the given reasoner as base function -
Uses of AbstractExtensionReasoner in org.tweetyproject.arg.dung.reasoner.serialisable
Modifier and TypeClassDescriptionclassAbstract class for computing extensions via a serialised transition system to implement this class, you need to define a selection and a termination function Selection function a(UA, UC, C): selects and returns a subset of the initial sets Termination function b((AF, S)): If the given state satisfies a specific condition, its extension may be accepted by the associated serialised semanticsclassSerialised version of the admissible semanticsclassSerialised version of the complete semanticsclassSerialised version of the grounded semanticsclassSerialised version of the preferred semanticsclassSerialised version of the stable semanticsclassSerialised reasoner for the unchallenged semantics The unchallenged semantics amounts to exhaustively adding unattacked and unchallenged initial sets -
Uses of AbstractExtensionReasoner in org.tweetyproject.arg.saf.reasoner
Constructors in org.tweetyproject.arg.saf.reasoner with parameters of type AbstractExtensionReasonerModifierConstructorDescriptionOutputReasoner(AbstractExtensionReasoner reasoner) Creates a new reasoner