Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.action.ControlFlow
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.action | |
| org.eclipse.gmt.modisco.omg.kdm.action.impl | |
| 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 Modifier and Type Interface Description interfaceFalseFlowA representation of the model object 'False Flow'.interfaceFlowA representation of the model object 'Flow'.interfaceGuardedFlowA representation of the model object 'Guarded Flow'.interfaceTrueFlowA representation of the model object 'True Flow'.Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ControlFlow Modifier and Type Method Description ControlFlowActionFactory. createControlFlow()Returns a new object of class 'Control Flow'. -
Uses of ControlFlow in org.eclipse.gmt.modisco.omg.kdm.action.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.action.impl that implement ControlFlow Modifier and Type Class Description classControlFlowImplAn implementation of the model object 'Control Flow'.classFalseFlowImplAn implementation of the model object 'False Flow'.classFlowImplAn implementation of the model object 'Flow'.classGuardedFlowImplAn implementation of the model object 'Guarded Flow'.classTrueFlowImplAn implementation of the model object 'True Flow'.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return ControlFlow Modifier and Type Method Description ControlFlowActionFactoryImpl. createControlFlow() -
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 Modifier and Type Method Description TActionSwitch. caseControlFlow(ControlFlow object)Returns the result of interpreting the object as an instance of 'Control Flow'.