Uses of Class
net.sf.tweety.arg.bipolar.syntax.BinaryAttack
-
Packages that use BinaryAttack Package Description net.sf.tweety.arg.bipolar.syntax -
-
Uses of BinaryAttack in net.sf.tweety.arg.bipolar.syntax
Methods in net.sf.tweety.arg.bipolar.syntax that return types with arguments of type BinaryAttack Modifier and Type Method Description Set<BinaryAttack>DeductiveArgumentationFramework. getComplexAttacks()Calculates the set of complex attacks in this bipolar argumentation framework i.e.Set<BinaryAttack>DeductiveArgumentationFramework. getDeductiveComplexAttacks()Calculates the set of deductive complex attacks (d-attacks) in this bipolar argumentation framework i.e.Set<BinaryAttack>DeductiveArgumentationFramework. getMediatedAttacks(BArgument arg1)Calculates the set of mediated attack from "arg1" to other arguments "y", i.e.Set<BinaryAttack>DeductiveArgumentationFramework. getSupportedAttacks(BArgument arg1)Calculates the set of supported attack from "arg1" to other arguments "y", i.e.
-