Package org.chenile.stm.model
Class ManualStateDescriptor
java.lang.Object
org.chenile.stm.model.StateDescriptor
org.chenile.stm.model.ManualStateDescriptor
- All Implemented Interfaces:
TransientActionsAwareDescriptor
Describes the manual state.
- Author:
- Raja Shankar Kolluru
-
Field Summary
Fields inherited from class org.chenile.stm.model.StateDescriptor
entryAction, exitAction, finalState, id, initialState, manualState, metadata
-
Constructor Summary
-
Method Summary
Methods inherited from class org.chenile.stm.model.StateDescriptor
addMetaData, addTransition, checkIfonlyRetrievalTransitions, entryAction, exitAction, flow, getAllTransitionsIds, getEntryAction, getExitAction, getFlow, getFlowId, getId, getMetadata, getTransitions, id, isFinalState, isInitialState, isManualState, makeFinalState, makeInitialState, merge, on, setEntryAction, setExitAction, setFinalState, setFlow, setFlowId, setId, setInitialState, setManualState, setMetadata, setTransitions, toString, toXml, validate, validate
-
Constructor Details
-
ManualStateDescriptor
public ManualStateDescriptor()
-