Interface OperationDataflow
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OperationDataflowImpl
public interface OperationDataflow
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Operation Dataflow'.
The following features are supported:
- See Also:
ExecutionPackage.getOperationDataflow()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description DeployedOperationgetCallee()Returns the value of the 'Callee' reference.DeployedOperationgetCaller()Returns the value of the 'Caller' reference.EDirectiongetDirection()Returns the value of the 'Direction' attribute.voidsetCallee(DeployedOperation value)Sets the value of the 'Callee' reference.voidsetCaller(DeployedOperation value)Sets the value of the 'Caller' reference.voidsetDirection(EDirection value)Sets the value of the 'Direction' attribute.
-
Method Details
-
getCaller
DeployedOperation getCaller()Returns the value of the 'Caller' reference.- Returns:
- the value of the 'Caller' reference.
- See Also:
setCaller(DeployedOperation),ExecutionPackage.getOperationDataflow_Caller()- Generated:
- Model:
-
setCaller
Sets the value of the 'Caller' reference.- Parameters:
value- the new value of the 'Caller' reference.- See Also:
getCaller()- Generated:
-
getCallee
DeployedOperation getCallee()Returns the value of the 'Callee' reference.- Returns:
- the value of the 'Callee' reference.
- See Also:
setCallee(DeployedOperation),ExecutionPackage.getOperationDataflow_Callee()- Generated:
- Model:
-
setCallee
Sets the value of the 'Callee' reference.- Parameters:
value- the new value of the 'Callee' reference.- See Also:
getCallee()- Generated:
-
getDirection
EDirection getDirection()Returns the value of the 'Direction' attribute. The literals are from the enumerationEDirection.- Returns:
- the value of the 'Direction' attribute.
- See Also:
EDirection,setDirection(EDirection),ExecutionPackage.getOperationDataflow_Direction()- Generated:
- Model:
-
setDirection
Sets the value of the 'Direction' attribute.- Parameters:
value- the new value of the 'Direction' attribute.- See Also:
EDirection,getDirection()- Generated:
-