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 |
Transition
The class in this SCXML object model that corresponds to the
<transition> SCXML element.
|
Modifier and Type | Method and Description |
---|---|
SimpleTransition |
SCXML.getInitialTransition()
Get the initial Transition.
|
SimpleTransition |
Initial.getTransition()
Get the initial transition.
|
SimpleTransition |
History.getTransition()
Get the transition.
|
Modifier and Type | Method and Description |
---|---|
void |
SCXML.setInitialTransition(SimpleTransition initialTransition)
Set the initial Transition.
|
void |
Initial.setTransition(SimpleTransition transition)
Set the initial transition.
|
void |
History.setTransition(SimpleTransition transition)
Set the transition.
|
Modifier and Type | Method and Description |
---|---|
Map<TransitionalState,SimpleTransition> |
Step.getDefaultHistoryTransitions() |
List<SimpleTransition> |
Step.getTransitList() |
Modifier and Type | Method and Description |
---|---|
void |
SCXMLSemanticsImpl.computeExitSet(SimpleTransition transition,
Set<EnterableState> exitSet,
Set<EnterableState> activeStates)
Compute and store the set of states to exit for one specific transition in the provided step.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.