All Known Implementing Classes:
CanonicalUndercut, Defeat, DefeatingRebuttal, DirectDefeat, DirectUndercut, Rebuttal, Undercut

public interface Attack
This interface is the common interface for notions of attack between two arguments.
Author:
Matthias Thimm
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns "true" iff the first argument is attacked by the second argument.
  • Method Details

    • isAttackedBy

      boolean isAttackedBy(DeductiveArgument a, DeductiveArgument b)
      Returns "true" iff the first argument is attacked by the second argument.
      Parameters:
      a - some argument
      b - some argument
      Returns:
      "true" iff a is attacked by b.