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 classBinaryAttackThis class models a binary attack relation between two arguments.classSetAttackThis 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 booleanAbstractBipolarFramework. add(Attack attack)Adds the given attack to this argumentation frameworkbooleanDeductiveArgumentationFramework. add(Attack a)booleanEvidentialArgumentationFramework. add(Attack att)booleanNecessityArgumentationFramework. add(Attack a)booleanAbstractBipolarFramework. 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 booleanAbstractBipolarFramework. addAllAttacks(java.util.Collection<? extends Attack> c)Adds the set of attacks to this argumentation framework
-