Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.action.ControlFlow

Packages that use ControlFlow
org.eclipse.gmt.modisco.omg.kdm.action   
org.eclipse.gmt.modisco.omg.kdm.action.util   
 

Uses of ControlFlow in org.eclipse.gmt.modisco.omg.kdm.action
 

Subinterfaces of ControlFlow in org.eclipse.gmt.modisco.omg.kdm.action
 interface FalseFlow
          A representation of the model object 'False Flow'.
 interface Flow
          A representation of the model object 'Flow'.
 interface GuardedFlow
          A representation of the model object 'Guarded Flow'.
 interface TrueFlow
          A representation of the model object 'True Flow'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ControlFlow
 ControlFlow ActionFactory.createControlFlow()
          Returns a new object of class 'Control Flow'.
 

Uses of ControlFlow in org.eclipse.gmt.modisco.omg.kdm.action.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action.util with parameters of type ControlFlow
 T ActionSwitch.caseControlFlow(ControlFlow object)
          Returns the result of interpreting the object as an instance of 'Control Flow'.