Package | Description |
---|---|
org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
org.apache.commons.scxml2.semantics |
A collection of classes responsible for implementations of the
org.apache.commons.scxml2.SCXMLSemantics interface. |
Modifier and Type | Method and Description |
---|---|
Set<EnterableState> |
SCInstance.getLastConfiguration(History history)
Get the last configuration for this history.
|
void |
SCInstance.resetConfiguration(History history)
Resets the history state.
|
void |
SCInstance.setLastConfiguration(History history,
Set<EnterableState> lc)
Set the last configuration for this history.
|
Modifier and Type | Method and Description |
---|---|
List<History> |
TransitionalState.getHistory()
Get the list of history pseudo states for this state.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionalState.addHistory(History h) |
Modifier and Type | Method and Description |
---|---|
Map<History,Set<EnterableState>> |
Step.getNewHistoryConfigurations() |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.