Package | Description |
---|---|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Class and Description |
---|---|
class |
Foreach
The class in this SCXML object model that corresponds to the
<foreach> SCXML element, which allows an SCXML application to iterate through a collection in the data model
and to execute the actions contained within it for each item in the collection.
|
class |
If
The class in this SCXML object model that corresponds to the
<if> SCXML element, which serves as a container for conditionally
executed elements.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.