|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface StateMachine.State
State in a state machine.
Method Summary | |
---|---|
SequentialStatement |
createStateChange()
Creates an unconditional state change. |
SequentialStatement |
createStateChange(Expression condition)
Creates a conditional state change. |
Choice |
getChoice()
Returns the choice. |
java.lang.String |
getIdentifier()
Returns the identifier of this state. |
EnumerationLiteral |
getLiteral()
Returns the enumeration literal associated with this state. |
java.util.List<SequentialStatement> |
getStatements()
Returns the statements in this state. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this state. |
Method Detail |
---|
java.lang.String getIdentifier()
void setIdentifier(java.lang.String identifier)
identifier
- the identifeirEnumerationLiteral getLiteral()
Choice getChoice()
java.util.List<SequentialStatement> getStatements()
SequentialStatement createStateChange()
SequentialStatement createStateChange(Expression condition)
condition
- the condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |