Uses of Class
org.tweetyproject.arg.extended.syntax.ExtendedAttack
-
Uses of ExtendedAttack in org.tweetyproject.arg.extended.syntax
Modifier and TypeMethodDescriptionRecursiveExtendedTheory.getAllAttacks()
Computes the set of all attacks in the theory.ExtendedTheory.getExtendedAttacks()
Computes the set of all extended attack, i.e., the attacks from arguments to attacksModifier and TypeMethodDescriptionboolean
RecursiveExtendedTheory.addAttack
(Argument attacker, ExtendedAttack attacked) Adds a recursive attack to the theory.boolean
ExtendedAttack.contains
(ExtendedAttack attack) Determines whether the given attack is contained in this attackRecursiveExtendedTheory.getAttacked
(ExtendedAttack attack) Computes the set of arguments/attacks attacked by 'attack'.boolean
RecursiveExtendedTheory.isAttacked
(ExtendedAttack a, Argument b) Determines whether 'a' is attacked by 'b'.boolean
RecursiveExtendedTheory.isAttackRelation
(ExtendedAttack attack, DungEntity target) Determines whether 'attack' attacks 'target'.ModifierConstructorDescriptionExtendedAttack
(Argument attacker, ExtendedAttack attacked) Initializes an extended attack from an argument to an extended attack