Package | Description |
---|---|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
org.apache.commons.scxml2.semantics |
A collection of classes responsible for implementations of the
org.apache.commons.scxml2.SCXMLSemantics interface. |
Modifier and Type | Class and Description |
---|---|
class |
Finalize
The class in this SCXML object model that corresponds to the
<finalize> SCXML element.
|
class |
OnEntry
The class in this SCXML object model that corresponds to the
<onentry> SCXML element, which is an optional property
holding executable content to be run upon entering the parent
State or Parallel.
|
class |
OnExit
The class in this SCXML object model that corresponds to the
<onexit> SCXML element, which is an optional property
holding executable content to be run upon exiting the parent
State or Parallel.
|
class |
SimpleTransition
The class in this SCXML object model that corresponds to the
simple <transition> SCXML element, without Transition rules for "events" or
"guard-conditions".
|
class |
Transition
The class in this SCXML object model that corresponds to the
<transition> SCXML element.
|
Modifier and Type | Method and Description |
---|---|
Executable |
Action.getParent()
Get the Executable parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setParent(Executable parent)
Set the Executable parent.
|
Modifier and Type | Method and Description |
---|---|
void |
SCXMLSemanticsImpl.executeContent(SCXMLExecutionContext exctx,
Executable exec)
Executes the executable content for a specific executable in the micro step
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.