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
Methods 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. 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(Collection<? extends Attack> c)Adds the set of attacks to this Dung theory.
-