|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use State | |
|---|---|
| org.apache.commons.scxml.io | A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model. |
| org.apache.commons.scxml.model | A collection of classes needed to model SCXML documents. |
| Uses of State in org.apache.commons.scxml.io |
|---|
| Methods in org.apache.commons.scxml.io with parameters of type State | |
|---|---|
static void |
SCXMLSerializer.serializeState(java.lang.StringBuffer b,
State s,
java.lang.String indent)
Serialize this State object. |
| Uses of State in org.apache.commons.scxml.model |
|---|
| Subclasses of State in org.apache.commons.scxml.model | |
|---|---|
class |
Final
The class in this SCXML object model that corresponds to the <final> SCXML element. |
| Methods in org.apache.commons.scxml.model that return State | |
|---|---|
State |
SCXML.getInitialState()
Deprecated. Use getInitialTarget() instead. Returns null
if the initial target is a Parallel. |
State |
TransitionTarget.getParentState()
Get the parent State. |
State |
Action.getParentState()
Return the parent state. |
State |
Path.getScope()
Get the farthest state from root which is not being exited nor entered by the transition (null if scope is document root). |
| Methods in org.apache.commons.scxml.model with parameters of type State | |
|---|---|
void |
State.addChild(State state)
Deprecated. Use addChild(TransitionTarget) instead. |
void |
SCXML.addState(State state)
Deprecated. Use addChild(TransitionTarget) instead. |
void |
Parallel.addState(State state)
Deprecated. Use addChild(TransitionTarget) instead. |
void |
SCXML.setInitialState(State initialState)
Deprecated. Use setInitialTarget(TransitionTarget) instead. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||