![JAR search and dependency download from the Maven repository](/logo.png)
kieker.model.collection.OperationCollection Maven / Gradle / Ivy
/**
*/
package kieker.model.collection;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
import kieker.model.analysismodel.type.ComponentType;
import kieker.model.analysismodel.type.OperationType;
/**
*
* A representation of the model object 'Operation Collection'.
*
*
*
* The following features are supported:
*
*
* - {@link kieker.model.collection.OperationCollection#getRequired Required}
* - {@link kieker.model.collection.OperationCollection#getProvided Provided}
* - {@link kieker.model.collection.OperationCollection#getCallees Callees}
* - {@link kieker.model.collection.OperationCollection#getCallers Callers}
*
*
* @see kieker.model.collection.CollectionPackage#getOperationCollection()
* @model
* @generated
*/
public interface OperationCollection extends EObject {
/**
* Returns the value of the 'Required' reference.
*
*
* @return the value of the 'Required' reference.
* @see #setRequired(ComponentType)
* @see kieker.model.collection.CollectionPackage#getOperationCollection_Required()
* @model
* @generated
*/
ComponentType getRequired();
/**
* Sets the value of the '{@link kieker.model.collection.OperationCollection#getRequired Required}' reference.
*
*
* @param value the new value of the 'Required' reference.
* @see #getRequired()
* @generated
*/
void setRequired(ComponentType value);
/**
* Returns the value of the 'Provided' reference.
*
*
* @return the value of the 'Provided' reference.
* @see #setProvided(ComponentType)
* @see kieker.model.collection.CollectionPackage#getOperationCollection_Provided()
* @model
* @generated
*/
ComponentType getProvided();
/**
* Sets the value of the '{@link kieker.model.collection.OperationCollection#getProvided Provided}' reference.
*
*
* @param value the new value of the 'Provided' reference.
* @see #getProvided()
* @generated
*/
void setProvided(ComponentType value);
/**
* Returns the value of the 'Callees' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link kieker.model.analysismodel.type.OperationType},
*
*
* @return the value of the 'Callees' map.
* @see kieker.model.collection.CollectionPackage#getOperationCollection_Callees()
* @model mapType="kieker.model.collection.NameToOperationMap<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.OperationType>"
* @generated
*/
EMap getCallees();
/**
* Returns the value of the 'Callers' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link kieker.model.analysismodel.type.OperationType},
*
*
* @return the value of the 'Callers' map.
* @see kieker.model.collection.CollectionPackage#getOperationCollection_Callers()
* @model mapType="kieker.model.collection.NameToOperationMap<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.OperationType>"
* @generated
*/
EMap getCallers();
} // OperationCollection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy