Uses of Interface
org.chenile.stm.EnablementStrategy
Package
Description
This package contains a set of dummy components which can be used to instantiate a state
diagram without instantiating the components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains a bunch of descriptor classes to hold various kinds of meta data.
-
Uses of EnablementStrategy in org.chenile.stm.dummy
-
Uses of EnablementStrategy in org.chenile.stm.impl
Modifier and TypeClassDescriptionclass
Provides an enablement strategy based on configuration.Modifier and TypeMethodDescriptionSTMFlowStoreImpl.getEnablementStrategy()
STMFlowStoreImpl.makeEnablementStrategy
(String componentName) Modifier and TypeMethodDescriptionvoid
STMFlowStoreImpl.setEnablementStrategy
(EnablementStrategy enablementStrategy) -
Uses of EnablementStrategy in org.chenile.stm.model
Modifier and TypeMethodDescriptionprivate void
StateDescriptor.addDynamicTransitions
(EnablementStrategy enablementStrategy, Map<String, Transition> map)