Package org.chenile.stm.model
Interface TransientActionsAwareDescriptor
- All Known Implementing Classes:
AutomaticStateDescriptor
,DummyStore
,FlowDescriptor
,ManualStateDescriptor
,StateDescriptor
,STMFlowStoreImpl
public interface TransientActionsAwareDescriptor
Interface implemented by the descriptors that support transient actions. The descriptors include
FlowDescriptor
, StateDescriptor
and STMFlowStoreImpl
- Author:
- Raja Shankar Kolluru
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntryAction
(STMAction<?> entryAction) void
setExitAction
(STMAction<?> exitAction)
-
Method Details
-
setEntryAction
-
setExitAction
-