public abstract class AbstractPhase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
The name of a phase.
|
| Constructor and Description |
|---|
AbstractPhase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
action()
abstract action for a phase.
|
java.lang.String |
getName() |
void |
setName(java.lang.String name) |
public abstract void action()
throws TypeDoesNotExistException,
ScannerException,
java.lang.InterruptedException,
java.io.IOException,
ReaderException,
ParserException,
TypeExceptions
TypeDoesNotExistException - TypeDoesNotExistExceptionReaderException - ReaderExceptionjava.io.IOException - IOExceptionjava.lang.InterruptedException - InterruptedExceptionScannerException - ScannerExceptionParserException - ParserExceptionTypeExceptions - TypeExceptionspublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to set