Uses of Class
net.sf.tweety.arg.dung.syntax.Attack
- 
- 
Uses of Attack in net.sf.tweety.agents.dialogues.oppmodels
Fields in net.sf.tweety.agents.dialogues.oppmodels with type parameters of type Attack Modifier and Type Field Description private java.util.Set<Attack>T3BeliefState. virtualAttacksThe set of virtual attacks assumed to exist between virtual and ordinary arguments. - 
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> - 
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
Methods 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. containsAttack(Attack att)Checks whether this theory contains the given attack.booleanDungTheory. remove(Attack attack)Removes the given attack from this Dung theory.Method 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.dung.util
Fields in net.sf.tweety.arg.dung.util with type parameters of type Attack Modifier and Type Field Description private java.util.List<Attack>EnumeratingDungTheoryGenerator. possibleAttacksThe set of possible attacks.Methods in net.sf.tweety.arg.dung.util that return types with arguments of type Attack Modifier and Type Method Description private java.util.List<Attack>EnumeratingDungTheoryGenerator. generatePossibleAttacks(java.util.Set<Argument> arguments)Computes all possible attacks. - 
Uses of Attack in net.sf.tweety.arg.prob.lotteries
Methods in net.sf.tweety.arg.prob.lotteries that return types with arguments of type Attack Modifier and Type Method Description private java.util.Set<Attack>SubgraphProbabilityFunction. superGraphs(DungTheory g, DungTheory gp, DungTheory c)Computes Super(G,G′,Ci) = {(α,β) ∈ Arcs(G) | (α ∈ Nodes(G′) and β ∈ Nodes(Ci)) or (α ∈ Nodes(Ci) and β ∈ Nodes(G′)) or (α ∈ Nodes(Ci) and β ∈ Nodes(Ci))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
Fields in net.sf.tweety.arg.prob.syntax with type parameters of type Attack Modifier and Type Field Description private java.util.Map<Attack,Probability>ProbabilisticArgumentationFramework. attackProbabilityAssignmentProbability assignments to attacks (with independence assumption).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) 
 -