public abstract class Termination
extends java.lang.Object
Constructor and Description |
---|
Termination() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isDone(Game game) |
boolean |
isFinished(Game game) |
void |
parseParameters(TerminationContent content) |
public void parseParameters(TerminationContent content)
public abstract boolean isDone(Game game)
public boolean isFinished(Game game)