Uses of Class
net.sf.tweety.arg.dung.syntax.Attack
-
Packages that use Attack Package Description net.sf.tweety.arg.aba.semantics net.sf.tweety.arg.aspic.semantics net.sf.tweety.arg.dung.syntax net.sf.tweety.arg.prob.lotteries net.sf.tweety.arg.prob.syntax -
-
Uses of Attack in net.sf.tweety.arg.aba.semantics
Subclasses of Attack in net.sf.tweety.arg.aba.semantics Modifier and Type Class Description class
AbaAttack<T extends Formula>
This class models an ABA attack. -
Uses of Attack in net.sf.tweety.arg.aspic.semantics
Subclasses of Attack in net.sf.tweety.arg.aspic.semantics Modifier and Type Class Description class
AspicAttack<T extends Invertable>
-
Uses of Attack in net.sf.tweety.arg.dung.syntax
Fields in net.sf.tweety.arg.dung.syntax with type parameters of type Attack Modifier and Type Field Description java.util.Map<Attack,java.lang.Double>
WeightedDungTheory. weights
listing of weights of every edge in the argumentation graphMethods in net.sf.tweety.arg.dung.syntax that return types with arguments of type Attack Modifier and Type Method Description java.util.Set<Attack>
DungTheory. getAttacks()
Returns all attacks of this theory.Methods in net.sf.tweety.arg.dung.syntax with parameters of type Attack Modifier and Type Method Description boolean
DungTheory. add(Attack attack)
Adds the given attack to this dung theory.boolean
DungTheory. add(Attack... attacks)
Adds the given attacks to this dung theory.boolean
DungTheory. containsAttack(Attack att)
Checks whether this theory contains the given attack.java.lang.Double
WeightedDungTheory. getWeight(Attack attack)
return weight of the given attack, weight is 0 if the attack is not presentboolean
DungTheory. remove(Attack attack)
Removes the given attack from this Dung theory.boolean
WeightedDungTheory. remove(Attack attack)
remove attack from theory and reset weightjava.lang.Double
WeightedDungTheory. setWeight(Attack attack, double weight)
sets the weight of the given attack to the given valuejava.lang.Double
WeightedDungTheory. updateWeight(Attack attack, double weight)
updates the weight of the given attack with the given value and return old valueMethod parameters in net.sf.tweety.arg.dung.syntax with type arguments of type Attack Modifier and Type Method Description boolean
DungTheory. addAllAttacks(java.util.Collection<? extends Attack> c)
Adds the set of attacks to this Dung theory. -
Uses of Attack in net.sf.tweety.arg.prob.lotteries
Methods in net.sf.tweety.arg.prob.lotteries with parameters of type Attack Modifier and Type Method Description Probability
SubgraphProbabilityFunction. getEpistemicProbability(Attack att)
Returns the epistemic probability of the given attack, i.e. -
Uses of Attack in net.sf.tweety.arg.prob.syntax
Methods in net.sf.tweety.arg.prob.syntax with parameters of type Attack Modifier and Type Method Description boolean
ProbabilisticArgumentationFramework. add(Attack att)
boolean
ProbabilisticArgumentationFramework. add(Attack att, Probability p)
Adds the given attack with the given probabilityProbability
ProbabilisticArgumentationFramework. getProbability(Attack a)
Returns the probability of the given attack.boolean
ProbabilisticArgumentationFramework. remove(Attack attack)
-