public interface AttackStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
attacks(Argument a,
Argument b)
Returns "true" iff the first argument attacks the second argument.
|
java.lang.String |
toAbbreviation()
Returns the abbreviated identifier of this notion of attack, i.e.
|
boolean attacks(Argument a, Argument b)
a - some argumentb - some argumenta attacks b.java.lang.String toAbbreviation()