![JAR search and dependency download from the Maven repository](/logo.png)
kieker.model.analysismodel.execution.OperationDataflow Maven / Gradle / Ivy
/**
*/
package kieker.model.analysismodel.execution;
import org.eclipse.emf.ecore.EObject;
import kieker.model.analysismodel.deployment.DeployedOperation;
/**
*
* A representation of the model object 'Operation Dataflow'.
*
*
*
* The following features are supported:
*
*
* - {@link kieker.model.analysismodel.execution.OperationDataflow#getCaller Caller}
* - {@link kieker.model.analysismodel.execution.OperationDataflow#getCallee Callee}
* - {@link kieker.model.analysismodel.execution.OperationDataflow#getDirection Direction}
*
*
* @see kieker.model.analysismodel.execution.ExecutionPackage#getOperationDataflow()
* @model
* @generated
*/
public interface OperationDataflow extends EObject {
/**
* Returns the value of the 'Caller' reference.
*
*
*
* @return the value of the 'Caller' reference.
* @see #setCaller(DeployedOperation)
* @see kieker.model.analysismodel.execution.ExecutionPackage#getOperationDataflow_Caller()
* @model
* @generated
*/
DeployedOperation getCaller();
/**
* Sets the value of the '{@link kieker.model.analysismodel.execution.OperationDataflow#getCaller Caller}' reference.
*
*
*
* @param value
* the new value of the 'Caller' reference.
* @see #getCaller()
* @generated
*/
void setCaller(DeployedOperation value);
/**
* Returns the value of the 'Callee' reference.
*
*
*
* @return the value of the 'Callee' reference.
* @see #setCallee(DeployedOperation)
* @see kieker.model.analysismodel.execution.ExecutionPackage#getOperationDataflow_Callee()
* @model
* @generated
*/
DeployedOperation getCallee();
/**
* Sets the value of the '{@link kieker.model.analysismodel.execution.OperationDataflow#getCallee Callee}' reference.
*
*
*
* @param value
* the new value of the 'Callee' reference.
* @see #getCallee()
* @generated
*/
void setCallee(DeployedOperation value);
/**
* Returns the value of the 'Direction' attribute.
* The literals are from the enumeration {@link kieker.model.analysismodel.execution.EDirection}.
*
*
*
* @return the value of the 'Direction' attribute.
* @see kieker.model.analysismodel.execution.EDirection
* @see #setDirection(EDirection)
* @see kieker.model.analysismodel.execution.ExecutionPackage#getOperationDataflow_Direction()
* @model
* @generated
*/
EDirection getDirection();
/**
* Sets the value of the '{@link kieker.model.analysismodel.execution.OperationDataflow#getDirection Direction}' attribute.
*
*
*
* @param value
* the new value of the 'Direction' attribute.
* @see kieker.model.analysismodel.execution.EDirection
* @see #getDirection()
* @generated
*/
void setDirection(EDirection value);
} // OperationDataflow
© 2015 - 2025 Weber Informatics LLC | Privacy Policy