- All Superinterfaces:
AbstractActionRelationship, Element, org.eclipse.emf.ecore.EObject, KDMRelationship, ModelElement, org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
FalseFlow, Flow, GuardedFlow, TrueFlow
- All Known Implementing Classes:
ControlFlowImpl, FalseFlowImpl, FlowImpl, GuardedFlowImpl, TrueFlowImpl
public interface ControlFlow
extends AbstractActionRelationship
A representation of the model object '
Control Flow'.
The following features are supported:
- See Also:
ActionPackage.getControlFlow()
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
-
setTo
Sets the value of the '
To' reference.
- Parameters:
value - the new value of the 'To' reference.
- See Also:
getTo()
-
-
setFrom
Sets the value of the '
From' reference.
- Parameters:
value - the new value of the 'From' reference.
- See Also:
getFrom()