Uses of Enum Class
types.TransitionType
Packages that use TransitionType
Package
Description
-
Uses of TransitionType in io.ciera.tool.sql.architecture.statemachine
Methods in io.ciera.tool.sql.architecture.statemachine that return TransitionTypeMethods in io.ciera.tool.sql.architecture.statemachine with parameters of type TransitionTypeModifier and TypeMethodDescriptionvoidTransitionTableCell.setTransition_type(TransitionType m_transition_type) voidTransitionTableCellSet.setTransition_type(TransitionType m_transition_type) -
Uses of TransitionType in io.ciera.tool.sql.architecture.statemachine.impl
Methods in io.ciera.tool.sql.architecture.statemachine.impl that return TransitionTypeMethods in io.ciera.tool.sql.architecture.statemachine.impl with parameters of type TransitionTypeModifier and TypeMethodDescriptionstatic TransitionTableCellTransitionTableCellImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_sm_name, String ref_sm_package, String ref_state_name, String ref_event_sm_name, String ref_event_sm_package, String ref_event_name, TransitionType m_transition_type, int m_index) static TransitionTableCellTransitionTableCellImpl.create(Sql context, String ref_sm_name, String ref_sm_package, String ref_state_name, String ref_event_sm_name, String ref_event_sm_package, String ref_event_name, TransitionType m_transition_type, int m_index) voidTransitionTableCellImpl.setTransition_type(TransitionType m_transition_type) voidTransitionTableCellSetImpl.setTransition_type(TransitionType m_transition_type) -
Uses of TransitionType in types
Methods in types that return TransitionTypeModifier and TypeMethodDescriptionstatic TransitionTypeTransitionType.deserialize(Object o) static TransitionTypeTransitionType.valueOf(int value) Returns the enum constant of this class with the specified name.static TransitionTypeReturns the enum constant of this class with the specified name.static TransitionType[]TransitionType.values()Returns an array containing the constants of this enum class, in the order they are declared.