|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface describing a transition that may be performed under an activate state.
| Method Summary | |
Operation |
getOperation()
Return an operation associated with the transition. |
State |
getState()
Return the state that this transition is a part of. |
String |
getTargetName()
Return the transition target state name |
void |
setState(State state)
Set the state that this transition is a part of. |
| Methods inherited from interface net.dpml.state.Action |
getName |
| Method Detail |
public void setState(State state)
state - the owning statepublic State getState()
public String getTargetName()
public Operation getOperation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||