Uses of Class
org.chenile.stm.dto.FlowDescriptionDTO
Packages that use FlowDescriptionDTO
Package
Description
State machine related DTOs
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
-
Uses of FlowDescriptionDTO in org.chenile.stm.dto
Fields in org.chenile.stm.dto with type parameters of type FlowDescriptionDTOModifier and TypeFieldDescriptionprivate List<FlowDescriptionDTO>
StatesDescriptionDTO.flowDescriptions
Methods in org.chenile.stm.dto that return types with arguments of type FlowDescriptionDTOMethod parameters in org.chenile.stm.dto with type arguments of type FlowDescriptionDTOModifier and TypeMethodDescriptionvoid
StatesDescriptionDTO.setFlowDescriptions
(List<FlowDescriptionDTO> flowDescriptions) -
Uses of FlowDescriptionDTO in org.chenile.stm.impl
Methods in org.chenile.stm.impl with parameters of type FlowDescriptionDTOModifier and TypeMethodDescriptionprivate FlowDescriptor
DataFlowReader.setFlowDescriptorInfo
(Map<String, StateTagDescriptor> statetags, FlowDescriptionDTO flowInfo, FlowDescriptor flowDescriptor)