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
XmlFlowReader.AddStateRule.addOtherAttributes
(StateTagDescriptor std, Attributes attributes) void
STMFlowStoreImpl.addStateTag
(StateTagDescriptor std) private void
XmlFlowReader.StateDescriptorAttributesRule.processMetaAttributes
(StateTagDescriptor tagDescriptor, StateDescriptor sd, Attributes attributes) private void
XmlFlowReader.StateDescriptorAttributesRule.setActionDescriptorProperties
(AutomaticStateDescriptor asd, Attributes attributes, StateTagDescriptor tagDescriptor) 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)