Uses of Enum Class
de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
Packages that use TerminatedActivityState.TerminatedState
-
Uses of TerminatedActivityState.TerminatedState in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return TerminatedActivityState.TerminatedStateModifier and TypeMethodDescriptionTerminatedActivityState.getTerminatedState()Gets the state of the activity after its termination.Returns the enum constant of this class with the specified name.TerminatedActivityState.TerminatedState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.aristaflow.adept2.model.runtimeenvironment with parameters of type TerminatedActivityState.TerminatedStateModifierConstructorDescriptionCreates a new aTerminatedActivityStatefor the designated (simple) terminated state.