Interface Attack

    • Method Summary

      Modifier and Type Method Description
      boolean isAttackedBy​(DeductiveArgument a, DeductiveArgument b)
      Returns "true" iff the first argument is attacked by the second argument.
    • Method Detail

      • 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.