Uses of Class
org.chenile.stm.model.StateTagDescriptor
Packages that use StateTagDescriptor
Package
Description
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
-
Uses of StateTagDescriptor in org.chenile.stm.impl
Fields in org.chenile.stm.impl with type parameters of type StateTagDescriptorModifier and TypeFieldDescriptionprotected Map<String,StateTagDescriptor> STMFlowStoreImpl.actionTagsMapMethods in org.chenile.stm.impl with parameters of type StateTagDescriptorModifier and TypeMethodDescriptionprivate voidXmlFlowReader.AddStateRule.addOtherAttributes(StateTagDescriptor std, Attributes attributes) voidSTMFlowStoreImpl.addStateTag(StateTagDescriptor std) private voidXmlFlowReader.StateDescriptorAttributesRule.processMetaAttributes(StateTagDescriptor tagDescriptor, StateDescriptor sd, Attributes attributes) private voidXmlFlowReader.StateDescriptorAttributesRule.setActionDescriptorProperties(AutomaticStateDescriptor asd, Attributes attributes, StateTagDescriptor tagDescriptor) Method parameters in org.chenile.stm.impl with type arguments of type StateTagDescriptorModifier and TypeMethodDescriptionprivate voidDataFlowReader.setActionDescriptorProperties(AutomaticStateDescriptor stateDescriptor, String componentName, StateDescriptionDTO stateInfo, Map<String, StateTagDescriptor> statetags) private voidDataFlowReader.setCommonStateProperties(StateDescriptor stateDescriptor, StateDescriptionDTO stateInfo, Map<String, StateTagDescriptor> statetags) private FlowDescriptorDataFlowReader.setFlowDescriptorInfo(Map<String, StateTagDescriptor> statetags, FlowDescriptionDTO flowInfo, FlowDescriptor flowDescriptor) private voidDataFlowReader.setTransitionsInfo(StateDescriptor stateDescriptor, StateDescriptionDTO stateInfo, Map<String, StateTagDescriptor> statetags, Map<String, StateDescriptor> receivedStates, List<StateDescriptionDTO> dbSDList)