|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
org.apache.taglibs.rdc.scxml.model | A collection of classes needed to model SCXML documents. |
Uses of State in org.apache.taglibs.rdc.scxml.model |
Methods in org.apache.taglibs.rdc.scxml.model that return State | |
State |
Path.getScope()
|
State |
Action.getParentState()
Return the parent state |
State |
SCXML.getInitialState()
Get the initial State |
State |
TransitionTarget.getParentState()
Get the parent State |
Methods in org.apache.taglibs.rdc.scxml.model with parameters of type State | |
void |
Parallel.addState(State state)
Add a State to the list of parallel state machines contained in this Parallel. |
void |
SCXML.setInitialState(State initialState)
Set the initial State |
void |
SCXML.addState(State state)
Add a child state |
void |
State.addChild(State state)
Add a child state |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |