Uses of Class
net.sf.tweety.arg.dung.syntax.Attack
-
Packages that use Attack Package Description net.sf.tweety.arg.dung.syntax -
-
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 Map<Attack,Double>WeightedDungTheory. weightslisting 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 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 booleanDungTheory. add(Attack attack)Adds the given attack to this dung theory.booleanDungTheory. add(Attack... attacks)Adds the given attacks to this dung theory.booleanDungTheory. containsAttack(Attack att)Checks whether this theory contains the given attack.DoubleWeightedDungTheory. getWeight(Attack attack)return weight of the given attack, weight is 0 if the attack is not presentbooleanDungTheory. remove(Attack attack)Removes the given attack from this Dung theory.booleanWeightedDungTheory. remove(Attack attack)remove attack from theory and reset weightDoubleWeightedDungTheory. setWeight(Attack attack, double weight)sets the weight of the given attack to the given valueDoubleWeightedDungTheory. 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 booleanDungTheory. addAllAttacks(Collection<? extends Attack> c)Adds the set of attacks to this Dung theory.
-