Uses of Class
org.chenile.stm.model.StateTagDescriptor
Package
Description
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
-
Uses of StateTagDescriptor in org.chenile.stm.impl
Modifier and TypeFieldDescriptionprotected Map<String,
StateTagDescriptor> STMFlowStoreImpl.actionTagsMap
Modifier and TypeMethodDescriptionprivate void
DataFlowReader.setActionDescriptorProperties
(AutomaticStateDescriptor stateDescriptor, String componentName, StateDescriptionDTO stateInfo, Map<String, StateTagDescriptor> statetags) private void
DataFlowReader.setCommonStateProperties
(StateDescriptor stateDescriptor, StateDescriptionDTO stateInfo, Map<String, StateTagDescriptor> statetags) private FlowDescriptor
DataFlowReader.setFlowDescriptorInfo
(Map<String, StateTagDescriptor> statetags, FlowDescriptionDTO flowInfo, FlowDescriptor flowDescriptor) private void
DataFlowReader.setTransitionsInfo
(StateDescriptor stateDescriptor, StateDescriptionDTO stateInfo, Map<String, StateTagDescriptor> statetags, Map<String, StateDescriptor> receivedStates, List<StateDescriptionDTO> dbSDList)