Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
Set |
SCInstance.getLastConfiguration(History history)
Get the last configuration for this history.
|
boolean |
SCInstance.isEmpty(History history)
Check whether we have prior history.
|
void |
SCInstance.reset(History history)
Resets the history state.
|
void |
SCInstance.setLastConfiguration(History history,
Set lc)
Set the last configuration for this history.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionTarget.addHistory(History h)
This method is used by XML digester.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.