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 classAbaAttack<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 classAspicAttack<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. 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 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 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.java.lang.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 weightjava.lang.DoubleWeightedDungTheory. setWeight(Attack attack, double weight)sets the weight of the given attack to the given valuejava.lang.DoubleWeightedDungTheory. 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(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 ProbabilitySubgraphProbabilityFunction. 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 booleanProbabilisticArgumentationFramework. add(Attack att)booleanProbabilisticArgumentationFramework. add(Attack att, Probability p)Adds the given attack with the given probabilityProbabilityProbabilisticArgumentationFramework. getProbability(Attack a)Returns the probability of the given attack.booleanProbabilisticArgumentationFramework. remove(Attack attack)
-