Uses of Class
org.tweetyproject.arg.extended.syntax.ExtendedAttack
Packages that use ExtendedAttack
-
Uses of ExtendedAttack in org.tweetyproject.arg.extended.syntax
Methods in org.tweetyproject.arg.extended.syntax that return types with arguments of type ExtendedAttackModifier 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 attacksMethods in org.tweetyproject.arg.extended.syntax with parameters of type ExtendedAttackModifier 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'.Constructors in org.tweetyproject.arg.extended.syntax with parameters of type ExtendedAttackModifierConstructorDescriptionExtendedAttack
(Argument attacker, ExtendedAttack attacked) Initializes an extended attack from an argument to an extended attack