Package | Description |
---|---|
org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
Map<Invoke,String> |
SCXMLExecutionContext.getInvokeIds() |
Modifier and Type | Method and Description |
---|---|
void |
SCXMLExecutionContext.cancelInvoker(Invoke invoke)
Cancel and remove an active Invoker
|
Invoker |
SCXMLExecutionContext.getInvoker(Invoke invoke)
|
void |
SCXMLExecutionContext.registerInvoker(Invoke invoke,
Invoker invoker)
|
void |
SCXMLExecutionContext.removeInvoker(Invoke invoke)
Remove a previously active Invoker, which must already have been canceled
|
Modifier and Type | Method and Description |
---|---|
List<Invoke> |
TransitionalState.getInvokes()
Get the Invoke children (may be empty).
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionalState.addInvoke(Invoke invoke)
Set the Invoke child.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.