Package org.chenile.stm.dummy
Class DummyEnablementStrategy
java.lang.Object
org.chenile.stm.dummy.DummyEnablementStrategy
- All Implemented Interfaces:
EnablementStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDynamicStates(FlowDescriptor flowInfo) voidvoidaddMetadataToTransition(Transition t, StateDescriptor stateDescriptor) getStateInfo(State state, FlowDescriptor flowDescriptor) booleanisEventEnabled(StateDescriptor sd, EventInformation eventInformation) boolean
-
Constructor Details
-
DummyEnablementStrategy
public DummyEnablementStrategy()
-
-
Method Details
-
isStateEnabled
- Specified by:
isStateEnabledin interfaceEnablementStrategy
-
isEventEnabled
- Specified by:
isEventEnabledin interfaceEnablementStrategy
-
addDynamicTransitions
- Specified by:
addDynamicTransitionsin interfaceEnablementStrategy
-
getStateInfo
- Specified by:
getStateInfoin interfaceEnablementStrategy
-
addDynamicStates
- Specified by:
addDynamicStatesin interfaceEnablementStrategy
-
addMetadataToTransition
- Specified by:
addMetadataToTransitionin interfaceEnablementStrategy
-
addMetadataToState
- Specified by:
addMetadataToStatein interfaceEnablementStrategy
-