Package | Description |
---|---|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
State |
Initial.getParent()
Get the parent State.
|
State |
Final.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
Initial.setParent(State parent)
Set the parent TransitionTarget.
|
void |
Final.setParent(State parent)
Set the parent State.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.