public interface Attack
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAttackedBy(DeductiveArgument a,
DeductiveArgument b)
Returns "true" iff the first argument is attacked by the second argument.
|
boolean isAttackedBy(DeductiveArgument a, DeductiveArgument b)
a - some argumentb - some argumenta is attacked by b.