java.lang.Object
org.tweetyproject.arg.deductive.semantics.attacks.Rebuttal
All Implemented Interfaces:
Attack

public class Rebuttal extends Object implements Attack
This attack notion models the rebuttal relation; A is defeated by B iff claim(B) == \neg claim(A).
Author:
Matthias Thimm
  • Method Details

    • getInstance

      public static Rebuttal getInstance()
      Returns the singleton instance of this class.
      Returns:
      the singleton instance of this class.
    • isAttackedBy

      public boolean isAttackedBy(DeductiveArgument a, DeductiveArgument b)
      Description copied from interface: Attack
      Returns "true" iff the first argument is attacked by the second argument.
      Specified by:
      isAttackedBy in interface Attack
      Parameters:
      a - some argument
      b - some argument
      Returns:
      "true" iff a is attacked by b.