Package kieker.model.collection
Interface OperationCollection
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OperationCollectionImpl
public interface OperationCollection
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Operation Collection'.
The following features are supported:
- See Also:
CollectionPackage.getOperationCollection()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>
getCallees()
Returns the value of the 'Callees' map.org.eclipse.emf.common.util.EMap<java.lang.String,OperationType>
getCallers()
Returns the value of the 'Callers' map.ComponentType
getProvided()
Returns the value of the 'Provided' reference.ComponentType
getRequired()
Returns the value of the 'Required' reference.void
setProvided(ComponentType value)
Sets the value of the 'Provided
' reference.void
setRequired(ComponentType value)
Sets the value of the 'Required
' reference.
-
Method Details
-
getRequired
ComponentType getRequired()Returns the value of the 'Required' reference.- Returns:
- the value of the 'Required' reference.
- See Also:
setRequired(ComponentType)
,CollectionPackage.getOperationCollection_Required()
- Generated:
- Model:
-
setRequired
Sets the value of the 'Required
' reference.- Parameters:
value
- the new value of the 'Required' reference.- See Also:
getRequired()
- Generated:
-
getProvided
ComponentType getProvided()Returns the value of the 'Provided' reference.- Returns:
- the value of the 'Provided' reference.
- See Also:
setProvided(ComponentType)
,CollectionPackage.getOperationCollection_Provided()
- Generated:
- Model:
-
setProvided
Sets the value of the 'Provided
' reference.- Parameters:
value
- the new value of the 'Provided' reference.- See Also:
getProvided()
- Generated:
-
getCallees
org.eclipse.emf.common.util.EMap<java.lang.String,OperationType> getCallees()Returns the value of the 'Callees' map. The key is of typeString
, and the value is of typeOperationType
,- Returns:
- the value of the 'Callees' map.
- See Also:
CollectionPackage.getOperationCollection_Callees()
- Generated:
- Model:
- mapType="kieker.model.collection.NameToOperationMap<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.OperationType>"
-
getCallers
org.eclipse.emf.common.util.EMap<java.lang.String,OperationType> getCallers()Returns the value of the 'Callers' map. The key is of typeString
, and the value is of typeOperationType
,- Returns:
- the value of the 'Callers' map.
- See Also:
CollectionPackage.getOperationCollection_Callers()
- Generated:
- Model:
- mapType="kieker.model.collection.NameToOperationMap<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.OperationType>"
-