| Standalone SCXML interpreter, useful for command-line testing and
debugging, where expressions are JSP 2.0 EL expressions.
USAGE:
java org.apache.commons.scxml.test.StandaloneElExpressions
url
or
java org.apache.commons.scxml.test.StandaloneElExpressions
filename
RUNNING:
- Enter a space-separated list of "events"
- To quit, enter "quit"
- To populate a variable in the current context,
type "name=value"
- To reset state machine, enter "reset"
|