|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transition
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 |
|---|
void setState(State state)
state - the owning stateState getState()
String getTargetName()
Operation getOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||