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 SummaryFields inherited from class org.chenile.stm.model.StateDescriptorentryAction, exitAction, id, initialState, manualState, metadata
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.chenile.stm.model.StateDescriptoraddMetaData, addTransition, checkIfonlyRetrievalTransitions, entryAction, exitAction, flow, getAllTransitionsIds, getEntryAction, getExitAction, getFlow, getFlowId, getId, getMetadata, getTransitions, id, isFinalState, isInitialState, isManualState, makeInitialState, merge, on, setEntryAction, setExitAction, setFlow, setFlowId, setId, setInitialState, setManualState, setMetadata, setTransitions, toJson, toMap, toString, toXml, validate, validate
- 
Constructor Details- 
ManualStateDescriptorpublic ManualStateDescriptor()
 
-