Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.event.Transition

Packages that use Transition
org.eclipse.gmt.modisco.omg.kdm.event   
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
 interface OnEntry
          A representation of the model object 'On Entry'.
 interface OnExit
          A representation of the model object 'On Exit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event that return Transition
 Transition EventFactory.createTransition()
          Returns a new object of class 'Transition'.
 Transition ConsumesEvent.getFrom()
          Returns the value of the 'From' reference.
 Transition NextState.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type Transition
 void ConsumesEvent.setFrom(Transition value)
          Sets the value of the 'From' reference.
 void NextState.setFrom(Transition value)
          Sets the value of the 'From' reference.
 

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
 T EventSwitch.caseTransition(Transition object)
          Returns the result of interpreting the object as an instance of 'Transition'.