Uses of Interface
org.tweetyproject.arg.bipolar.syntax.Attack
-
Packages that use Attack Package Description org.tweetyproject.arg.bipolar.syntax -
-
Uses of Attack in org.tweetyproject.arg.bipolar.syntax
Classes in org.tweetyproject.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 org.tweetyproject.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 org.tweetyproject.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 org.tweetyproject.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
-