|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.graph.domain.statemachine.State
Description of the Class
Field Summary | |
private java.lang.String |
name
|
private StateMachine |
subMachine
|
Constructor Summary | |
State(java.lang.String name)
Constructor for the State object |
Method Summary | |
java.lang.String |
getName()
Gets the name attribute of the State object |
StateMachine |
getSubmachine()
Gets the submachine attribute of the State object |
void |
setSubmachine(StateMachine subMachine)
Sets the submachine attribute of the State object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String name
private StateMachine subMachine
Constructor Detail |
public State(java.lang.String name)
name
- Method Detail |
public java.lang.String getName()
getName
in interface Named
public void setSubmachine(StateMachine subMachine)
public StateMachine getSubmachine()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |