| Package | Description | 
|---|---|
| org.apache.commons.scxml2 | 
 The Commons SCXML executor and core concepts. 
 | 
| org.apache.commons.scxml2.semantics | 
 A collection of classes responsible for implementations of the
  
org.apache.commons.scxml2.SCXMLSemantics interface. | 
| Modifier and Type | Method and Description | 
|---|---|
SCInstance | 
SCXMLExecutor.detachInstance()
Detach the current SCInstance to allow external serialization. 
 | 
protected SCInstance | 
SCXMLExecutionContext.detachInstance()
Detach the current SCInstance to allow external serialization. 
 | 
SCInstance | 
SCXMLExecutionContext.getScInstance()  | 
protected SCInstance | 
SCXMLExecutor.getSCInstance()
Get the state chart instance for this executor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SCXMLExecutor.attachInstance(SCInstance instance)
Re-attach a previously detached SCInstance. 
 | 
protected void | 
SCXMLExecutionContext.attachInstance(SCInstance instance)
Re-attach a previously detached SCInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SCXMLSemanticsImpl.setSystemEventVariable(SCInstance scInstance,
                                            TriggerEvent event,
                                            boolean internal)
Stores the provided event in the system context
 
 For the event a EventVariable is instantiated and the provided event its type is mapped to the one of the
 SCXML specification predefined types. 
 | 
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.