Uses of Class
org.chenile.stm.model.FlowDescriptor
Packages that use 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
Methods in org.chenile.stm with parameters of type FlowDescriptorModifier and TypeMethodDescriptionEnablementStrategy.addDynamicStates
(FlowDescriptor flowInfo) EnablementStrategy.getStateInfo
(State state, FlowDescriptor flowDescriptor) -
Uses of FlowDescriptor in org.chenile.stm.dummy
Methods in org.chenile.stm.dummy with parameters of type FlowDescriptorModifier and TypeMethodDescriptionDummyEnablementStrategy.addDynamicStates
(FlowDescriptor flowInfo) DummyEnablementStrategy.getStateInfo
(State state, FlowDescriptor flowDescriptor) -
Uses of FlowDescriptor in org.chenile.stm.impl
Fields in org.chenile.stm.impl with type parameters of type FlowDescriptorMethods in org.chenile.stm.impl that return FlowDescriptorModifier and TypeMethodDescriptionSTMFlowStoreImpl.getFlowInfo()
STMFlowStoreImpl.getFlowInfo
(String flowId) private FlowDescriptor
DataFlowReader.setFlowDescriptorInfo
(Map<String, StateTagDescriptor> statetags, FlowDescriptionDTO flowInfo, FlowDescriptor flowDescriptor) Methods in org.chenile.stm.impl with parameters of type FlowDescriptorModifier 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
Fields in org.chenile.stm.model declared as FlowDescriptorMethods in org.chenile.stm.model that return FlowDescriptorModifier 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) Methods in org.chenile.stm.model with parameters of type FlowDescriptor