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:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<Coupling,OperationCollection> Returns the value of the 'Connections' map.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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:
- Generated:
- Model:
- mapType="kieker.model.collection.CouplingToOperationMap<kieker.model.collection.Coupling, kieker.model.collection.OperationCollection>"
-