State
The State element is a child element of StateModel. States are containers for Actions which are run top down. A state model must contain at least one state (but could contain more). States can be moved between using the changeState action type.
States must contain at least one Action.
<State name="MyState">
<Action type="output">
<DataModel ref="FirstDataModel" />
</Action>
<Action type="input">
<DataModel ref="SecondDataModel" />
</Action>
</State>
Attributes:
name -- Name of the data model [required]
Valid Child-Elements:
Peach Fuzzing Platform