|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use History | |
---|---|
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. |
Uses of History in org.apache.commons.scxml |
---|
Methods in org.apache.commons.scxml with parameters of type History | |
---|---|
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. |
Uses of History in org.apache.commons.scxml.model |
---|
Methods in org.apache.commons.scxml.model with parameters of type History | |
---|---|
void |
TransitionTarget.addHistory(History h)
This method is used by XML digester. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |