Package kieker.model.collection
Interface Connections
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConnectionsImpl
public interface Connections
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Connections'.
The following features are supported:
- See Also:
CollectionPackage.getConnections()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Coupling,OperationCollection>
getConnections()
Returns the value of the 'Connections' map.
-
Method Details
-
getConnections
org.eclipse.emf.common.util.EMap<Coupling,OperationCollection> getConnections()Returns the value of the 'Connections' map. The key is of typeCoupling
, and the value is of typeOperationCollection
,- Returns:
- the value of the 'Connections' map.
- See Also:
CollectionPackage.getConnections_Connections()
- Generated:
- Model:
- mapType="kieker.model.collection.CouplingToOperationMap<kieker.model.collection.Coupling, kieker.model.collection.OperationCollection>"
-