public class Undercut extends Object implements AttackStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
attacks(Argument a,
Argument b)
Returns "true" iff the first argument attacks the second argument.
|
static Undercut |
getInstance()
Returns the singleton instance of this class.
|
String |
toAbbreviation()
Returns the abbreviated identifier of this notion of attack, i.e.
|
String |
toString() |
public static Undercut getInstance()
public boolean attacks(Argument a, Argument b)
AttackStrategyattacks in interface AttackStrategya - some argumentb - some argumenta attacks b.public String toAbbreviation()
AttackStrategytoAbbreviation in interface AttackStrategyCopyright © 2018. All rights reserved.