| Modifier and Type | Field and Description | 
|---|---|
private static Undercut | 
instance
Singleton instance. 
 | 
| Modifier | Constructor and Description | 
|---|---|
private  | 
Undercut()
Private constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Undercut | 
getInstance()
Returns the singleton instance of this class. 
 | 
boolean | 
isAttackedBy(DeductiveArgument a,
            DeductiveArgument b)
Returns "true" iff the first argument is attacked by the second argument. 
 | 
private static Undercut instance
public static Undercut getInstance()
public boolean isAttackedBy(DeductiveArgument a, DeductiveArgument b)
AttackisAttackedBy in interface Attacka - some argumentb - some argumenta is attacked by b.