Uses of Class
org.chenile.stm.dto.TransitionDescriptionDTO
Packages that use TransitionDescriptionDTO
Package
Description
State machine related DTOs
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
-
Uses of TransitionDescriptionDTO in org.chenile.stm.dto
Fields in org.chenile.stm.dto with type parameters of type TransitionDescriptionDTOModifier and TypeFieldDescriptionprivate List<TransitionDescriptionDTO>
StateDescriptionDTO.transitionDescriptions
Methods in org.chenile.stm.dto that return types with arguments of type TransitionDescriptionDTOMethod parameters in org.chenile.stm.dto with type arguments of type TransitionDescriptionDTOModifier and TypeMethodDescriptionvoid
StateDescriptionDTO.setTransitionDescriptions
(List<TransitionDescriptionDTO> transitionDescriptions) -
Uses of TransitionDescriptionDTO in org.chenile.stm.impl
Methods in org.chenile.stm.impl with parameters of type TransitionDescriptionDTOModifier and TypeMethodDescriptionprivate void
DataFlowReader.processMetaAttributesForTransition
(Transition transition, TransitionDescriptionDTO transitionInfo)