Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
Modifier and Type | Method and Description |
---|---|
Status |
Step.getAfterStatus() |
Status |
Step.getBeforeStatus() |
Status |
SCXMLExecutor.getCurrentStatus()
Get the current status.
|
Modifier and Type | Method and Description |
---|---|
void |
Step.setAfterStatus(Status afterStatus) |
void |
Step.setBeforeStatus(Status beforeStatus) |
Constructor and Description |
---|
Step(Collection externalEvents,
Status beforeStatus) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.