Uses of Interface
net.sf.tweety.arg.bipolar.syntax.Attack
-
Packages that use Attack Package Description net.sf.tweety.arg.bipolar.syntax -
-
Uses of Attack in net.sf.tweety.arg.bipolar.syntax
Classes in net.sf.tweety.arg.bipolar.syntax that implement Attack Modifier and Type Class Description class
BinaryAttack
This class models a binary attack relation between two arguments.class
SetAttack
This class models an attack between a set of arguments and an argument.Methods in net.sf.tweety.arg.bipolar.syntax that return types with arguments of type Attack Modifier and Type Method Description abstract java.util.Set<Attack>
AbstractBipolarFramework. getAttacks()
Returns all attacks of this theory.java.util.Set<Attack>
DeductiveArgumentationFramework. getAttacks()
java.util.Set<Attack>
EvidentialArgumentationFramework. getAttacks()
Returns all attacks of this theory.java.util.Set<Attack>
NecessityArgumentationFramework. getAttacks()
Methods in net.sf.tweety.arg.bipolar.syntax with parameters of type Attack Modifier and Type Method Description abstract boolean
AbstractBipolarFramework. add(Attack attack)
Adds the given attack to this argumentation frameworkboolean
DeductiveArgumentationFramework. add(Attack a)
boolean
EvidentialArgumentationFramework. add(Attack att)
boolean
NecessityArgumentationFramework. add(Attack a)
boolean
AbstractBipolarFramework. remove(Attack attack)
Removes the given attack from this argumentation framework.Method parameters in net.sf.tweety.arg.bipolar.syntax with type arguments of type Attack Modifier and Type Method Description boolean
AbstractBipolarFramework. addAllAttacks(java.util.Collection<? extends Attack> c)
Adds the set of attacks to this argumentation framework
-