Uses of Class
org.chenile.stm.dto.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
Modifier and TypeFieldDescriptionprivate List<TransitionDescriptionDTO>
StateDescriptionDTO.transitionDescriptions
Modifier and TypeMethodDescriptionvoid
StateDescriptionDTO.setTransitionDescriptions
(List<TransitionDescriptionDTO> transitionDescriptions) -
Uses of TransitionDescriptionDTO in org.chenile.stm.impl
Modifier and TypeMethodDescriptionprivate void
DataFlowReader.processMetaAttributesForTransition
(Transition transition, TransitionDescriptionDTO transitionInfo)