Uses of Class
org.tweetyproject.arg.dung.syntax.Attack
Package
Description
-
Uses of Attack in org.tweetyproject.arg.aba.semantics
-
Uses of Attack in org.tweetyproject.arg.aspic.semantics
Modifier and TypeClassDescriptionclass
AspicAttack<T extends Invertable>
Checks whether an argument defeats another argument -
Uses of Attack in org.tweetyproject.arg.dung.equivalence.kernel
Modifier and TypeMethodDescriptionAdmissibleKernel.getRedundantAttacks
(DungTheory theory) CompleteKernel.getRedundantAttacks
(DungTheory theory) abstract Collection
<Attack> EquivalenceKernel.getRedundantAttacks
(DungTheory theory) compute the set of redundant attacks, i.e., all attacks that are removed in oder to retrieve the kernel of the given AFGroundedKernel.getRedundantAttacks
(DungTheory theory) StableKernel.getRedundantAttacks
(DungTheory theory) -
Uses of Attack in org.tweetyproject.arg.dung.learning
Modifier and TypeMethodDescriptionSimpleAFLearner.computePartialAttackRelations()
TODO is this still necessary? -
Uses of Attack in org.tweetyproject.arg.dung.syntax
Modifier and TypeFieldDescriptionIncompleteTheory.definiteAttacks
definite attacksIncompleteTheory.uncertainAttacks
uncertain attacksWeightedDungTheory.weights
listing of weights of every edge in the argumentation graphModifier and TypeMethodDescriptionDungTheory.getAttacks()
Returns all attacks of this theory.DungTheory.getBidirectionalAttacks()
Returns all bidirectional attacks of this theory.DungTheory.getUndefendedAttacks
(Collection<Argument> ext) Returns the set of attacks (b,a) such that a is in ext and there is no c in ext such that (c,b) is an attack.Modifier and TypeMethodDescriptionboolean
Adds the given attack to this dung theory.boolean
Adds the given attacks to this dung theory.boolean
DungTheory.containsAttack
(Attack att) Checks whether this theory contains the given attack.return weight of the given attack, weight is 0 if the attack is not presentboolean
Removes the given attack from this Dung theory.boolean
remove attack from theory and reset weightsets the weight of the given attack to the given valueWeightedDungTheory.updateWeight
(Attack attack, double weight) updates the weight of the given attack with the given value and return old valueModifier and TypeMethodDescriptionboolean
DungTheory.addAllAttacks
(Collection<? extends Attack> c) Adds the set of attacks to this Dung theory. -
Uses of Attack in org.tweetyproject.arg.extended.syntax
Modifier and TypeMethodDescriptionExtendedTheory.getBinaryAttacks()
Computes the set of all binary attacks, i.e., the attacks between argumentsExtendedTheory.getReinstatementSet
(Argument a, Argument b, Collection<Argument> S) Computes the reinstatement set for the attack (a,b)ExtendedTheory.minimizeReinstatementSet
(Collection<Attack> W, Argument a, Argument b, Collection<Argument> S) Minimizes the given Reinstatement set for (a,b)Modifier and TypeMethodDescriptionboolean
Adds an attack to the theoryboolean
Determines whether the given attack is contained in this attackExtendedTheory.getAttackers
(Attack attack) Computes the set of attackers of 'attack'boolean
ExtendedTheory.isAttacked
(Attack a, Argument b) Determines whether 'a' is attacked by 'b' in the theoryboolean
ExtendedTheory.isUndisturbedAttack
(Attack att, Collection<Argument> ext) Determines whether there is an undisturbed attack from 'a' to 'b' given 'ext', i.e., whether 'a' attacks 'b' and there is no extended attack from some element of 'ext' onto the attack (a,b)Modifier and TypeMethodDescriptionboolean
ExtendedTheory.isReinstatementSet
(Collection<Attack> W, Argument a, Argument b, Collection<Argument> S) Determines whether 'W' is a reinstatement set for the attack (a,b) A set of attacks W is a reinstatement set for an attack (a,b) iff (a,b) is an attack undisturbed by the set S and W contains all attack originating from S necessary to reinstate the attack (a,b) against all its attacksExtendedTheory.minimizeReinstatementSet
(Collection<Attack> W, Argument a, Argument b, Collection<Argument> S) Minimizes the given Reinstatement set for (a,b)ModifierConstructorDescriptionExtendedAttack
(Argument attacker, Attack attacked) Initializes an extended attack from an argument to an attack -
Uses of Attack in org.tweetyproject.arg.prob.lotteries
Modifier and TypeMethodDescriptionSubgraphProbabilityFunction.getEpistemicProbability
(Attack att) Returns the epistemic probability of the given attack, i.e. -
Uses of Attack in org.tweetyproject.arg.prob.syntax
Modifier and TypeMethodDescriptionboolean
boolean
ProbabilisticArgumentationFramework.add
(Attack att, Probability p) Adds the given attack with the given probabilityProbabilisticArgumentationFramework.getProbability
(Attack a) Returns the probability of the given attack.boolean
-
Uses of Attack in org.tweetyproject.arg.weighted.syntax
Modifier and TypeMethodDescriptionWeightedArgumentationFramework.strongerAttack
(Attack attackA, Attack attackB) Determines the stronger attack between two given attacks based on their weights.Modifier and TypeMethodDescriptionWeightedArgumentationFramework.getUndefendedAttacks
(Collection<Argument> ext) Modifier and TypeMethodDescriptionboolean
Adds the given attack to this weighted Dung theory.boolean
Adds the given attacks to this dung theory.boolean
Adds the given attack to this weighted Dung theory.boolean
Adds the given attack to this weighted Dung theory.WeightedArgumentationFramework.compareWeights
(Attack attackA, Attack attackB) Compares the weights of two attacks and returns the weight of the stronger attack.double
WeightedArgumentationFramework.getNumericWeight
(Attack attack) Retrieves the numeric value of the weight associated with a given attack in the framework.Retrieves the weight of a given attack in the framework.boolean
Removes the given attack from this weighted Dung theory.void
Sets the weight of a given attack in the framework.WeightedArgumentationFramework.strongerAttack
(Attack attackA, Attack attackB) Determines the stronger attack between two given attacks based on their weights.Modifier and TypeMethodDescriptionboolean
WeightedArgumentationFramework.addAllAttacks
(Collection<? extends Attack> c) Adds the set of attacks to this Weighted Dung theory.