Uses of Class
org.chenile.stm.model.FlowDescriptor
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 FlowDescriptor in org.chenile.stm
Modifier and TypeMethodDescriptionEnablementStrategy.addDynamicStates
(FlowDescriptor flowInfo) EnablementStrategy.getStateInfo
(State state, FlowDescriptor flowDescriptor) -
Uses of FlowDescriptor in org.chenile.stm.dummy
Modifier and TypeMethodDescriptionDummyEnablementStrategy.addDynamicStates
(FlowDescriptor flowInfo) DummyEnablementStrategy.getStateInfo
(State state, FlowDescriptor flowDescriptor) -
Uses of FlowDescriptor in org.chenile.stm.impl
Modifier and TypeMethodDescriptionSTMFlowStoreImpl.getFlowInfo()
STMFlowStoreImpl.getFlowInfo
(String flowId) private FlowDescriptor
DataFlowReader.setFlowDescriptorInfo
(Map<String, StateTagDescriptor> statetags, FlowDescriptionDTO flowInfo, FlowDescriptor flowDescriptor) Modifier and TypeMethodDescriptionConfigBasedEnablementStrategy.addDynamicStates
(FlowDescriptor flowInfo) void
STMFlowStoreImpl.addFlow
(FlowDescriptor fd) This method is called during STD parsing.ConfigBasedEnablementStrategy.getStateInfo
(State state, FlowDescriptor flowDescriptor) void
STMFlowStoreImpl.setDefaultFlow
(FlowDescriptor fd) private FlowDescriptor
DataFlowReader.setFlowDescriptorInfo
(Map<String, StateTagDescriptor> statetags, FlowDescriptionDTO flowInfo, FlowDescriptor flowDescriptor) -
Uses of FlowDescriptor in org.chenile.stm.model
Modifier and TypeMethodDescriptionFlowDescriptor.addState
(StateDescriptor sd) FlowDescriptor.entryAction
(STMAction<?> entryAction) FlowDescriptor.exitAction
(STMAction<?> exitAction) StateDescriptor.flow()
StateDescriptor.getFlow()
FlowDescriptor.initialState
(String initialState) FlowDescriptor.makeDefault()
FlowDescriptor.retrievalStrategy
(StateEntityRetrievalStrategy<? extends StateEntity> retrievalStrategy) FlowDescriptor.securityStrategy
(STMSecurityStrategy stmSecurityStrategy) FlowDescriptor.skipEntryExitActionsForAutoStates
(boolean skipEntryExitActionsForAutoStates)