Uses of Class
org.tweetyproject.arg.dung.semantics.Extension
Packages that use Extension
Package
Description
-
Uses of Extension in org.tweetyproject.agents.dialogues
Subclasses of Extension in org.tweetyproject.agents.dialoguesModifier and TypeClassDescriptionclassThis class packs an extension into an executable object.Methods in org.tweetyproject.agents.dialogues that return types with arguments of type ExtensionModifier and TypeMethodDescriptionArgumentationEnvironment.getDialogueTrace()Returns the current dialogue trace.Methods in org.tweetyproject.agents.dialogues with parameters of type ExtensionModifier and TypeMethodDescriptionArgumentationEnvironment.getPerceivedDungTheory(Extension<DungTheory> arguments) Returns the view of the universal Dung theory restricted to the given set of arguments.LotteryArgumentationEnvironment.getPerceivedDungTheory(Extension<?> arguments) Returns the view of the universal Dung theory restricted to the given set of arguments. -
Uses of Extension in org.tweetyproject.agents.dialogues.oppmodels
Method parameters in org.tweetyproject.agents.dialogues.oppmodels with type arguments of type ExtensionModifier and TypeMethodDescriptionT1BeliefState.doMove(ArgumentationEnvironment env, DialogueTrace<Argument, Extension<DungTheory>> trace) doubleGroundedGameUtilityFunction.getUtility(DialogueTrace<Argument, Extension<DungTheory>> trace) doubleGroundedGameUtilityFunction.getUtility(DialogueTrace<Argument, Extension<DungTheory>> trace, Set<Argument> additionalArguments, Set<Attack> additionalAttacks) abstract voidBeliefState.update(DialogueTrace<Argument, Extension<DungTheory>> trace) Updates the current belief state accordingly to the given dialogue trace.voidT1BeliefState.update(DialogueTrace<Argument, Extension<DungTheory>> trace) voidT2BeliefState.update(DialogueTrace<Argument, Extension<DungTheory>> trace) voidT3BeliefState.update(DialogueTrace<Argument, Extension<DungTheory>> trace) Constructors in org.tweetyproject.agents.dialogues.oppmodels with parameters of type ExtensionModifierConstructorDescriptionBeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction) Creates a new belief-state with the given parameters.T1BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction) Creates a new T1-belief-state with the given parameters and without nesting.T1BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction, T1BeliefState oppModel) Creates a new T1-belief-state with the given parameters.T2BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction) Creates a new T2-belief-state with the given parameters and without nesting.T2BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction, ProbabilityFunction<T2BeliefState> prob) Creates a new T2-belief-state with the given parameters.T3BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction, Set<Argument> virtualArguments, Set<Attack> virtualAttacks, RecognitionFunction rec, ProbabilityFunction<T3BeliefState> prob) Creates a new T3-belief-state with the given parameters.Constructor parameters in org.tweetyproject.agents.dialogues.oppmodels with type arguments of type ExtensionModifierConstructorDescriptionBeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction) Creates a new belief-state with the given parameters.T1BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction) Creates a new T1-belief-state with the given parameters and without nesting.T1BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction, T1BeliefState oppModel) Creates a new T1-belief-state with the given parameters.T2BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction) Creates a new T2-belief-state with the given parameters and without nesting.T2BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction, ProbabilityFunction<T2BeliefState> prob) Creates a new T2-belief-state with the given parameters.T3BeliefState(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction, Set<Argument> virtualArguments, Set<Attack> virtualAttacks, RecognitionFunction rec, ProbabilityFunction<T3BeliefState> prob) Creates a new T3-belief-state with the given parameters. -
Uses of Extension in org.tweetyproject.arg.bipolar.syntax
Constructors in org.tweetyproject.arg.bipolar.syntax with parameters of type Extension -
Uses of Extension in org.tweetyproject.arg.dung.divisions
Methods in org.tweetyproject.arg.dung.divisions with parameters of type ExtensionModifier and TypeMethodDescriptionstatic Collection<Division>Division.getDivisions(Extension<DungTheory> ext, DungTheory aaf) Returns all divisions of aaf that arise from the given extension.booleanDivision.isValid(Extension<DungTheory> ext) Checks whether this division is valid wrt.Method parameters in org.tweetyproject.arg.dung.divisions with type arguments of type ExtensionModifier and TypeMethodDescriptionstatic Collection<Division>Division.getDivisions(Collection<Extension<DungTheory>> exts, DungTheory aaf) Returns all divisions of all given extensions and the given aaf.booleanDivision.isValid(Collection<Extension<DungTheory>> exts) Checks whether this division is valid wrt.Constructors in org.tweetyproject.arg.dung.divisions with parameters of type ExtensionModifierConstructorDescriptionDivision(Extension<DungTheory> p, Extension<DungTheory> v) Creates a new division for the given parameters. -
Uses of Extension in org.tweetyproject.arg.dung.ldo.semantics
Constructors in org.tweetyproject.arg.dung.ldo.semantics with parameters of type ExtensionModifierConstructorDescriptionLdoInterpretation(DungTheory theory, Extension ext, Semantics semantics) Creates a new interpretation -
Uses of Extension in org.tweetyproject.arg.dung.learning
Methods in org.tweetyproject.arg.dung.learning that return types with arguments of type ExtensionModifier and TypeMethodDescriptionMap<Collection<Extension<DungTheory>>,Map<Collection<Extension<DungTheory>>, Collection<DungTheory>>> ExampleFinder.getExamples(int minArgs, int maxArgs) compute a tree like structure of examples.Map<Collection<Extension<DungTheory>>,Map<Collection<Extension<DungTheory>>, Collection<DungTheory>>> ExampleFinder.getExamples(int minArgs, int maxArgs) compute a tree like structure of examples.Map<Collection<Extension<DungTheory>>,Map<Collection<Extension<DungTheory>>, Map<Collection<Extension<DungTheory>>, Collection<DungTheory>>>> ExtendedExampleFinder.getExamples(int minArgs, int maxArgs) compute a tree like structure of examples.Map<Collection<Extension<DungTheory>>,Map<Collection<Extension<DungTheory>>, Map<Collection<Extension<DungTheory>>, Collection<DungTheory>>>> ExtendedExampleFinder.getExamples(int minArgs, int maxArgs) compute a tree like structure of examples.Map<Collection<Extension<DungTheory>>,Map<Collection<Extension<DungTheory>>, Map<Collection<Extension<DungTheory>>, Collection<DungTheory>>>> ExtendedExampleFinder.getExamples(int minArgs, int maxArgs) compute a tree like structure of examples.Method parameters in org.tweetyproject.arg.dung.learning with type arguments of type ExtensionModifier and TypeMethodDescriptionNiskanenTheorySynthesizer.learnExamples(Map<Extension<DungTheory>, Integer> positiveExamples, Map<Extension<DungTheory>, Integer> negativeExamples) learns an argumentation framework fulfilling as many positive examples as possible while trying to not fulfill any negative examplesvoidExampleFinder.showExamples(Collection<Extension<DungTheory>> extensions) prints a theory for each set of extensions (of the second semantics) that can occur, given the set of extensions for the first semanticsvoidExtendedExampleFinder.showExamples(Collection<Extension<DungTheory>> extensions1, Collection<Extension<DungTheory>> extensions2) prints a theory for each set of extensions (of the third semantics) that can occur, given the set of extensions for the first and second semantics -
Uses of Extension in org.tweetyproject.arg.dung.learning.syntax
Constructors in org.tweetyproject.arg.dung.learning.syntax with parameters of type ExtensionModifierConstructorDescriptionInput(DungTheory theory, Extension extension, Semantics semantics) initialize input labeling from the given extension -
Uses of Extension in org.tweetyproject.arg.dung.parser
Methods in org.tweetyproject.arg.dung.parser that return ExtensionModifier and TypeMethodDescriptionstatic ExtensionAbstractDungParser.parseArgumentList(String s) Returns a collection view of the given set of arguments -
Uses of Extension in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner that return ExtensionModifier and TypeMethodDescriptionExtensionRankingReasoner.getConflicts(Extension<DungTheory> ext, DungTheory theory) computes the set of conflicts occurring inside extExtensionRankingReasoner.getDefendedNotIn(Extension<DungTheory> ext, DungTheory theory) computes the set of arguments outside of ext, which are defended by extAbstractSatExtensionReasoner.getModel(DungTheory bbase) ProboI23Reasoner.getModel(DungTheory bbase) ProboReasoner.getModel(DungTheory bbase) QualifiedReasoner.getModel(DungTheory bbase) SccCF2Reasoner.getModel(DungTheory bbase) SCF2Reasoner.getModel(DungTheory bbase) SCOOCNaiveReasoner.getModel(DungTheory bbase) SemiQualifiedReasoner.getModel(DungTheory bbase) SimpleAdmissibleReasoner.getModel(DungTheory bbase) SimpleCompleteReasoner.getModel(DungTheory bbase) SimpleConflictFreeReasoner.getModel(DungTheory bbase) SimpleEagerReasoner.getModel(DungTheory bbase) SimpleGroundedReasoner.getModel(DungTheory bbase) SimpleIdealReasoner.getModel(DungTheory bbase) SimpleInitialReasoner.getModel(DungTheory bbase) SimpleNaiveReasoner.getModel(DungTheory bbase) SimplePreferredReasoner.getModel(DungTheory bbase) SimpleResolutionBasedReasoner.getModel(DungTheory bbase) SimpleSccCompleteReasoner.getModel(DungTheory bbase) SimpleSccRecursiveReasoner.getModel(DungTheory bbase) SimpleSemiStableReasoner.getModel(DungTheory bbase) SimpleStableReasoner.getModel(DungTheory bbase) SimpleStageReasoner.getModel(DungTheory bbase) SolidAdmissibleReasoner.getModel(DungTheory bbase) Stage2Reasoner.getModel(DungTheory bbase) StronglyAdmissibleReasoner.getModel(DungTheory bbase) VacuousReductReasoner.getModel(DungTheory bbase) WeaklyAdmissibleReasoner.getModel(DungTheory bbase) returns one weakly admissible set of bbaseWeaklyCompleteReasoner.getModel(DungTheory bbase) WeaklyGroundedReasoner.getModel(DungTheory bbase) WeaklyPreferredReasoner.getModel(DungTheory bbase) ExtensionRankingReasoner.getUnattacked(Extension<DungTheory> ext, DungTheory theory) computes the set of arguments outside of ext, which are not attacked by extExtensionRankingReasoner.getUndefended(Extension<DungTheory> ext, DungTheory theory) computes the set of arguments in ext, which are not defended by ext against outside attackersMethods in org.tweetyproject.arg.dung.reasoner that return types with arguments of type ExtensionModifier and TypeMethodDescriptionIncompleteReasoner.getAllModels(IncompleteTheory theory) SimpleNaiveReasoner.getMaximalConflictFreeSets(DungTheory bbase, Collection<Argument> candidates) computes all maximal conflict-free sets of bbaseExtensionRankingReasoner.getModel(DungTheory theory) returns the lowest rank of the "getModels" methodAbstractSatExtensionReasoner.getModels(DungTheory bbase) ExtensionRankingReasoner.getModels(DungTheory theory) compute the ordering over all subsets of theory wrt.ProboI23Reasoner.getModels(DungTheory bbase) ProboReasoner.getModels(DungTheory bbase) QualifiedReasoner.getModels(DungTheory bbase) SccCF2Reasoner.getModels(DungTheory bbase) SCF2Reasoner.getModels(DungTheory bbase) SCOOCNaiveReasoner.getModels(DungTheory bbase) SemiQualifiedReasoner.getModels(DungTheory bbase) SimpleAdmissibleReasoner.getModels(DungTheory bbase) SimpleCompleteReasoner.getModels(DungTheory bbase) SimpleConflictFreeReasoner.getModels(DungTheory bbase) SimpleEagerReasoner.getModels(DungTheory bbase) SimpleGroundedReasoner.getModels(DungTheory bbase) SimpleIdealReasoner.getModels(DungTheory bbase) SimpleInitialReasoner.getModels(DungTheory bbase) SimpleNaiveReasoner.getModels(DungTheory bbase) SimplePreferredReasoner.getModels(DungTheory bbase) SimpleResolutionBasedReasoner.getModels(DungTheory bbase) compute the extension with the base semantics of this.semanticSimpleSccCompleteReasoner.getModels(DungTheory bbase) SimpleSccRecursiveReasoner.getModels(DungTheory bbase) SimpleSemiStableReasoner.getModels(DungTheory bbase) SimpleStableReasoner.getModels(DungTheory bbase) SimpleStageReasoner.getModels(DungTheory bbase) SolidAdmissibleReasoner.getModels(DungTheory bbase) Stage2Reasoner.getModels(DungTheory bbase) StronglyAdmissibleReasoner.getModels(DungTheory bbase) VacuousReductReasoner.getModels(DungTheory bbase) WeaklyAdmissibleReasoner.getModels(DungTheory bbase) computes all weakly admissible sets of bbase.WeaklyCompleteReasoner.getModels(DungTheory bbase) WeaklyGroundedReasoner.getModels(DungTheory bbase) WeaklyPreferredReasoner.getModels(DungTheory bbase) static Map<String,Collection<Extension<DungTheory>>> SimpleInitialReasoner.partitionInitialSets(DungTheory theory) Helper function that computed the initial sets of F and labels them in three categoriesProboI23Reasoner.queryW(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) Methods in org.tweetyproject.arg.dung.reasoner with parameters of type ExtensionModifier and TypeMethodDescriptionExtensionRankingReasoner.getConflicts(Extension<DungTheory> ext, DungTheory theory) computes the set of conflicts occurring inside extExtensionRankingReasoner.getDefendedNotIn(Extension<DungTheory> ext, DungTheory theory) computes the set of arguments outside of ext, which are defended by extSolidAdmissibleReasoner.getSolidlyDefended(Extension<DungTheory> ext, DungTheory theory) ExtensionRankingReasoner.getUnattacked(Extension<DungTheory> ext, DungTheory theory) computes the set of arguments outside of ext, which are not attacked by extExtensionRankingReasoner.getUndefended(Extension<DungTheory> ext, DungTheory theory) computes the set of arguments in ext, which are not defended by ext against outside attackersbooleanSimpleInitialReasoner.isChallenged(Extension<DungTheory> ext, DungTheory theory) An initial set S is called challenged in F iff there is some other initial set of F which attacks SbooleanSolidAdmissibleReasoner.isSolidlyDefendedBy(Argument arg, Extension<DungTheory> ext, DungTheory theory) booleanSimpleInitialReasoner.isUnattacked(Extension<DungTheory> ext, DungTheory theory) A set S is called unattacked if there is no attacker of S in FbooleanSimpleInitialReasoner.isUnchallenged(Extension<DungTheory> ext, DungTheory theory) An initial set S is called unchallenged in F iff there is no other initial set of F which attacks S -
Uses of Extension in org.tweetyproject.arg.dung.reasoner.serialisable
Methods in org.tweetyproject.arg.dung.reasoner.serialisable that return ExtensionMethods in org.tweetyproject.arg.dung.reasoner.serialisable that return types with arguments of type ExtensionModifier and TypeMethodDescriptionSerialisableExtensionReasoner.getModels(DungTheory bbase) static Collection<Extension<DungTheory>>SerialisedGroundedReasoner.select(Collection<Extension<DungTheory>> unattacked) *description missing*abstract Collection<Extension<DungTheory>>SerialisableExtensionReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) select a subset of the initial sets of the theory, i.e.SerialisedAdmissibleReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) SerialisedGroundedReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) select all unattacked inital singleton-setsSerialisedStronglyAdmissibleReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) SerialisedUnchallengedReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) a selection function that simply returns all unattacked and unchallenged setsMethods in org.tweetyproject.arg.dung.reasoner.serialisable with parameters of type ExtensionModifier and TypeMethodDescriptionabstract booleanSerialisableExtensionReasoner.terminationFunction(DungTheory reducedFramework, Extension<DungTheory> constructedExtension) Checks whether the current state satisfies some condition, i.e.booleanSerialisedAdmissibleReasoner.terminationFunction(DungTheory reducedFramework, Extension<DungTheory> constructedExtension) booleanSerialisedCompleteReasoner.terminationFunction(DungTheory reducedFramework, Extension<DungTheory> constructedExtension) a set is accepted iff the specified framework has no unattacked argumentsbooleanSerialisedPreferredReasoner.terminationFunction(DungTheory reducedFramework, Extension<DungTheory> constructedExtension) a set S is accepted, iff the framework has no initial extensionsbooleanSerialisedStableReasoner.terminationFunction(DungTheory reducedFramework, Extension<DungTheory> constructedExtension) A set S is accepted iff the framework is emptybooleanSerialisedUnchallengedReasoner.terminationFunction(DungTheory reducedFramework, Extension<DungTheory> constructedExtension) terminate if there is no unattacked or unchallenged initial set remainingMethod parameters in org.tweetyproject.arg.dung.reasoner.serialisable with type arguments of type ExtensionModifier and TypeMethodDescriptionstatic Collection<Extension<DungTheory>>SerialisedGroundedReasoner.select(Collection<Extension<DungTheory>> unattacked) *description missing*abstract Collection<Extension<DungTheory>>SerialisableExtensionReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) select a subset of the initial sets of the theory, i.e.SerialisedAdmissibleReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) SerialisedGroundedReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) select all unattacked inital singleton-setsSerialisedStronglyAdmissibleReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) SerialisedUnchallengedReasoner.selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) a selection function that simply returns all unattacked and unchallenged sets -
Uses of Extension in org.tweetyproject.arg.dung.semantics
Methods in org.tweetyproject.arg.dung.semantics that return ExtensionModifier and TypeMethodDescriptionabstract ExtensionAbstractArgumentationInterpretation.getArgumentsOfStatus(ArgumentStatus status) Returns all arguments that have the given status in this interpretation.Extension.getArgumentsOfStatus(ArgumentStatus status) Extension<? extends ArgumentationFramework<Argument>>Labeling.getArgumentsOfStatus(ArgumentStatus status) Methods in org.tweetyproject.arg.dung.semantics with parameters of type ExtensionConstructors in org.tweetyproject.arg.dung.semantics with parameters of type ExtensionModifierConstructorDescriptionLabeling(ArgumentationFramework<Argument> theory, Extension<? extends ArgumentationFramework<Argument>> ext) Creates a new labeling from the given extension wrt. -
Uses of Extension in org.tweetyproject.arg.dung.serialisibility.plotting
Methods in org.tweetyproject.arg.dung.serialisibility.plotting with parameters of type Extension -
Uses of Extension in org.tweetyproject.arg.dung.serialisibility.syntax
Methods in org.tweetyproject.arg.dung.serialisibility.syntax that return ExtensionModifier and TypeMethodDescriptionSerialisationSequence.getCompleteExtension()TransitionState.getExtension()SerialisationGraph.getNode(Extension<DungTheory> searchedNode) Method to gain access to a node, who is equal to the one specifiedSerialisationGraph.getRoot()Methods in org.tweetyproject.arg.dung.serialisibility.syntax that return types with arguments of type ExtensionModifier and TypeMethodDescriptionSerialisationGraph.getExtensions()SerialisationGraph.getLeaves()Methods in org.tweetyproject.arg.dung.serialisibility.syntax with parameters of type ExtensionModifier and TypeMethodDescriptionbooleanSerialisationGraph.add(Extension<DungTheory> node) voidSerialisationSequence.add(int index, Extension<DungTheory> element) booleanSerialisationSequence.add(Extension<DungTheory> element) TransitionState.getNext(Extension<DungTheory> ext) compute the successor state for the given extensionSerialisationGraph.getNode(Extension<DungTheory> searchedNode) Method to gain access to a node, who is equal to the one specifiedSerialisationGraph.getSerialisationSequences(Extension<DungTheory> node) Returns all sequences of sets of arguments from the root to the specified nodeMethod parameters in org.tweetyproject.arg.dung.serialisibility.syntax with type arguments of type ExtensionModifier and TypeMethodDescriptionbooleanSerialisationGraph.addAll(HashSet<Extension<DungTheory>> nodes) Method to add all specified nodes to the graphbooleanSerialisationGraph.addAllEdges(HashSet<Edge<Extension<DungTheory>>> edges) Method to add all specified edges to the graphConstructors in org.tweetyproject.arg.dung.serialisibility.syntax with parameters of type ExtensionModifierConstructorDescriptionSerialisationGraph(Extension<DungTheory> root, Semantics semanticsUsed, Collection<Extension<DungTheory>> extensionsFound) Creates a graph containing all transition states during the generation process of the serialisable extensions.SerialisationGraph(SerialisationGraph graph, Extension<DungTheory> root, Semantics semanticsUsed, Collection<Extension<DungTheory>> extensionsFound) Creates a graph containing all transition states during the generation process of the serialisable extensions.Creates a sequence, containing the specified element as the first element in the listTransitionState(DungTheory theory, Extension<DungTheory> extension) Constructor parameters in org.tweetyproject.arg.dung.serialisibility.syntax with type arguments of type ExtensionModifierConstructorDescriptionSerialisationGraph(Extension<DungTheory> root, Semantics semanticsUsed, Collection<Extension<DungTheory>> extensionsFound) Creates a graph containing all transition states during the generation process of the serialisable extensions.SerialisationGraph(Semantics semanticsUsed, Collection<Extension<DungTheory>> extensionsFound) Creates a graph containing all transition states during the generation process of the serialisable extensions.SerialisationGraph(SerialisationGraph graph, Extension<DungTheory> root, Semantics semanticsUsed, Collection<Extension<DungTheory>> extensionsFound) Creates a graph containing all transition states during the generation process of the serialisable extensions. -
Uses of Extension in org.tweetyproject.arg.dung.syntax
Methods in org.tweetyproject.arg.dung.syntax that return ExtensionModifier and TypeMethodDescriptionDungTheory.faf(Extension<DungTheory> extension) The characteristic function of an abstract argumentation framework: F_AF(S) = {A|A is acceptable wrt.Methods in org.tweetyproject.arg.dung.syntax with parameters of type ExtensionModifier and TypeMethodDescriptionDungTheory.faf(Extension<DungTheory> extension) The characteristic function of an abstract argumentation framework: F_AF(S) = {A|A is acceptable wrt.ClaimBasedTheory.getClaims(Extension<DungTheory> ext) get all claims of a given extensionbooleanDungTheory.isAcceptable(Argument argument, Extension<DungTheory> ext) returns true if every attacker onargumentis attacked by some accepted argument wrt.booleanDungTheory.isAdmissable(Extension<DungTheory> ext) booleanArgumentationFramework.isAttacked(Arg a, Extension<? extends ArgumentationFramework> ext) booleanDungTheory.isAttacked(Extension<DungTheory> ext1, Extension<DungTheory> ext2) returns true if some argument ofext2attacks some argument inext1booleanDungTheory.isAttacked(Argument argument, Extension<? extends ArgumentationFramework> ext) returns true if some argument ofextattacks argument.booleanDungTheory.isAttackingAllOtherArguments(Extension<? extends ArgumentationFramework<Argument>> ext) returns true ifargumentsattack all other arguments in the theorybooleanDungTheory.isComplete(Extension<DungTheory> e) Checks whether the given extension is complete wrt.booleanDungTheory.isConflictFree(Extension<DungTheory> ext) booleanDungTheory.isStable(Extension<DungTheory> e) Checks whether the given extension is stable wrt. -
Uses of Extension in org.tweetyproject.arg.prob.lotteries
Methods in org.tweetyproject.arg.prob.lotteries with parameters of type ExtensionModifier and TypeMethodDescriptionSubgraphProbabilityFunction.getAcceptanceProbability(Extension ext, Semantics semantics) Returns the probability of the given set of arguments being acceptable wrt.SubgraphProbabilityFunction.naiveUpdate(Extension e) Updates this probability function with the given extension, i.e. -
Uses of Extension in org.tweetyproject.arg.prob.reasoner
Methods in org.tweetyproject.arg.prob.reasoner with parameters of type ExtensionModifier and TypeMethodDescriptionabstract DoubleAbstractPafReasoner.query(ProbabilisticArgumentationFramework paf, Extension ext) Estimates the probability that the given set of arguments is an extensionMonteCarloPafReasoner.query(ProbabilisticArgumentationFramework paf, Extension ext) SimplePafReasoner.query(ProbabilisticArgumentationFramework paf, Extension ext) Estimates the probability that the given set of arguments is an extension -
Uses of Extension in org.tweetyproject.arg.prob.semantics
Methods in org.tweetyproject.arg.prob.semantics that return ExtensionModifier and TypeMethodDescriptionProbabilisticExtension.geLowerCut(DungTheory theory, double delta) Returns the lower cut of this probabilistic extension wrt.ProbabilisticExtension.getAllArguments()Returns the set of all arguments appearing.ProbabilisticExtension.getUpperCut(DungTheory theory, double delta) Returns the upper cut of this probabilistic extension wrt. -
Uses of Extension in org.tweetyproject.arg.rankings.reasoner
Methods in org.tweetyproject.arg.rankings.reasoner that return types with arguments of type ExtensionModifier and TypeMethodDescriptionIteratedGradedDefenseReasoner.getAllMNCompleteExtensions(DungTheory theory, int m, int n) Returns all mn-complete extensions.IteratedGradedDefenseReasoner.getAllMNGroundedExtensions(DungTheory theory, int m, int n) Returns all mn-grounded extensions.IteratedGradedDefenseReasoner.getAllMNPreferredExtensions(DungTheory theory, int m, int n) Returns all mn-preferred extensions.IteratedGradedDefenseReasoner.getAllMStableExtensions(DungTheory theory, int m) Returns all m-stable extensions. -
Uses of Extension in org.tweetyproject.arg.setaf.reasoners
Methods in org.tweetyproject.arg.setaf.reasoners that return ExtensionModifier and TypeMethodDescriptionMethods in org.tweetyproject.arg.setaf.reasoners that return types with arguments of type ExtensionModifier and TypeMethodDescriptionSimpleNaiveSetAfReasoner.getMaximalConflictFreeSets(SetAf bbase, Collection<Argument> candidates) computes all maximal conflict-free sets of bbase -
Uses of Extension in org.tweetyproject.arg.setaf.syntax
Methods in org.tweetyproject.arg.setaf.syntax that return ExtensionModifier and TypeMethodDescriptionThe characteristic function of an abstract argumentation framework: F_AF(S) = {A|A is acceptable wrt.Methods in org.tweetyproject.arg.setaf.syntax with parameters of type ExtensionModifier and TypeMethodDescriptionThe characteristic function of an abstract argumentation framework: F_AF(S) = {A|A is acceptable wrt.booleanSetAf.isAcceptable(Argument argument, Extension<SetAf> ext) returns true if every attacker onargumentis attacked by some accepted argument wrt.booleanSetAf.isAdmissable(Extension<SetAf> ext) returns true if every accepted argument of this is defended by some accepted argument wrt.booleanSetAf.isAttacked(Extension<SetAf> ext1, Extension<SetAf> ext2) returns true if some argument ofext2attacks some argument inext1booleanSetAf.isAttacked(Argument a, Extension<? extends ArgumentationFramework> setAfExtension) returns true if some argument ofextattacks argument.booleanSetAf.isAttackingAllOtherArguments(Extension<SetAf> ext) returns true ifargumentsattack all other arguments in the theorybooleanSetAf.isConflictFree(Extension<SetAf> ext) returns true if no accepted argument attacks another accepted one in this interpretation wrt.booleanChecks whether the given extension is stable wrt. -
Uses of Extension in org.tweetyproject.web.spring_services.dung
Methods in org.tweetyproject.web.spring_services.dung that return ExtensionMethods in org.tweetyproject.web.spring_services.dung that return types with arguments of type Extension