Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.event.Transition
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.event | |
| org.eclipse.gmt.modisco.omg.kdm.event.impl | |
| org.eclipse.gmt.modisco.omg.kdm.event.util |
-
Uses of Transition in org.eclipse.gmt.modisco.omg.kdm.event
Subinterfaces of Transition in org.eclipse.gmt.modisco.omg.kdm.event Modifier and Type Interface Description interfaceOnEntryA representation of the model object 'On Entry'.interfaceOnExitA representation of the model object 'On Exit'.Methods in org.eclipse.gmt.modisco.omg.kdm.event that return Transition Modifier and Type Method Description TransitionEventFactory. createTransition()Returns a new object of class 'Transition'.TransitionConsumesEvent. getFrom()Returns the value of the 'From' reference.TransitionNextState. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type Transition Modifier and Type Method Description voidConsumesEvent. setFrom(Transition value)Sets the value of the 'From' reference.voidNextState. setFrom(Transition value)Sets the value of the 'From' reference. -
Uses of Transition in org.eclipse.gmt.modisco.omg.kdm.event.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.event.impl that implement Transition Modifier and Type Class Description classOnEntryImplAn implementation of the model object 'On Entry'.classOnExitImplAn implementation of the model object 'On Exit'.classTransitionImplAn implementation of the model object 'Transition'.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl declared as Transition Modifier and Type Field Description protected TransitionConsumesEventImpl. fromThe cached value of the 'From' reference.protected TransitionNextStateImpl. fromThe cached value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return Transition Modifier and Type Method Description TransitionConsumesEventImpl. basicGetFrom()TransitionNextStateImpl. basicGetFrom()TransitionEventFactoryImpl. createTransition()TransitionConsumesEventImpl. getFrom()TransitionNextStateImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl with parameters of type Transition Modifier and Type Method Description voidConsumesEventImpl. setFrom(Transition newFrom)voidNextStateImpl. setFrom(Transition newFrom) -
Uses of Transition in org.eclipse.gmt.modisco.omg.kdm.event.util
Methods in org.eclipse.gmt.modisco.omg.kdm.event.util with parameters of type Transition Modifier and Type Method Description TEventSwitch. caseTransition(Transition object)Returns the result of interpreting the object as an instance of 'Transition'.