Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml.invoke |
A collection of classes related to the SCXML <invoke>
element and its children, dealing with the invocation of
activities associated with a particular state in the state machine.
|
Modifier and Type | Method and Description |
---|---|
Invoker |
SCInstance.getInvoker(TransitionTarget transitionTarget)
Get the
Invoker for this TransitionTarget . |
Invoker |
SCInstance.newInvoker(String targettype)
Get the
Invoker for this TransitionTarget . |
Modifier and Type | Method and Description |
---|---|
void |
SCInstance.setInvoker(TransitionTarget transitionTarget,
Invoker invoker)
Set the
Invoker for this TransitionTarget . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSCXMLInvoker
A simple
Invoker for SCXML documents. |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.