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

Packages that use OnExit
org.eclipse.gmt.modisco.omg.kdm.event   
org.eclipse.gmt.modisco.omg.kdm.event.util   
 

Uses of OnExit in org.eclipse.gmt.modisco.omg.kdm.event
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event that return OnExit
 OnExit EventFactory.createOnExit()
          Returns a new object of class 'On Exit'.
 

Uses of OnExit in org.eclipse.gmt.modisco.omg.kdm.event.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event.util with parameters of type OnExit
 T EventSwitch.caseOnExit(OnExit object)
          Returns the result of interpreting the object as an instance of 'On Exit'.