| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.scxml.model.Datamodel
public class Datamodel
The class in this SCXML object model that corresponds to the SCXML <datamodel> element.
| Constructor Summary | |
|---|---|
Datamodel()
Constructor.  | 
|
| Method Summary | |
|---|---|
 void | 
addData(Data datum)
Add a Data.  | 
 List | 
getData()
Get all the data children of this datamodel.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Datamodel()
| Method Detail | 
|---|
public final List getData()
public final void addData(Data datum)
datum - The data child to be added.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||