|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wegra.state.AbstractState
Generic State.
Constructor Summary | |
protected |
AbstractState(boolean finalState)
|
protected |
AbstractState(java.lang.String description,
boolean finalState)
|
Method Summary | |
java.lang.String |
getDescription()
Returns description. |
boolean |
isFinalState()
Tests if it's accept state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.wegra.state.State |
transit |
Constructor Detail |
protected AbstractState(boolean finalState)
protected AbstractState(java.lang.String description, boolean finalState)
Method Detail |
public boolean isFinalState()
isFinalState
in interface State
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |