java.util.Set<BinaryAttack> |
DeductiveArgumentationFramework.getComplexAttacks() |
Calculates the set of complex attacks in this bipolar argumentation framework
i.e.
|
java.util.Set<BinaryAttack> |
DeductiveArgumentationFramework.getDeductiveComplexAttacks() |
Calculates the set of deductive complex attacks (d-attacks) in this bipolar argumentation framework
i.e.
|
java.util.Set<BinaryAttack> |
DeductiveArgumentationFramework.getMediatedAttacks(BArgument arg1) |
Calculates the set of mediated attack from "arg1" to other arguments "y", i.e.
|
java.util.Set<BinaryAttack> |
DeductiveArgumentationFramework.getSupportedAttacks(BArgument arg1) |
Calculates the set of supported attack from "arg1" to other arguments "y", i.e.
|