Uses of Interface
kieker.model.collection.Coupling
Package | Description |
---|---|
kieker.model.collection | |
kieker.model.collection.impl | |
kieker.model.collection.util |
-
Uses of Coupling in kieker.model.collection
Methods in kieker.model.collection that return Coupling Modifier and Type Method Description Coupling
CollectionFactory. createCoupling()
Returns a new object of class 'Coupling'.Methods in kieker.model.collection that return types with arguments of type Coupling Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Coupling,OperationCollection>
Connections. getConnections()
Returns the value of the 'Connections' map. -
Uses of Coupling in kieker.model.collection.impl
Classes in kieker.model.collection.impl that implement Coupling Modifier and Type Class Description class
CouplingImpl
An implementation of the model object 'Coupling'.Fields in kieker.model.collection.impl declared as Coupling Modifier and Type Field Description protected Coupling
CouplingToOperationMapImpl. key
The cached value of the 'Key
' containment reference.Fields in kieker.model.collection.impl with type parameters of type Coupling Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<Coupling,OperationCollection>
ConnectionsImpl. connections
The cached value of the 'Connections
' map.Methods in kieker.model.collection.impl that return Coupling Modifier and Type Method Description Coupling
CollectionFactoryImpl. createCoupling()
Coupling
CouplingToOperationMapImpl. getKey()
Coupling
CouplingToOperationMapImpl. getTypedKey()
Methods in kieker.model.collection.impl that return types with arguments of type Coupling Modifier and Type Method Description java.util.Map.Entry<Coupling,OperationCollection>
CollectionFactoryImpl. createCouplingToOperationMap()
org.eclipse.emf.common.util.EMap<Coupling,OperationCollection>
ConnectionsImpl. getConnections()
org.eclipse.emf.common.util.EMap<Coupling,OperationCollection>
CouplingToOperationMapImpl. getEMap()
Methods in kieker.model.collection.impl with parameters of type Coupling Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
CouplingToOperationMapImpl. basicSetTypedKey(Coupling newKey, org.eclipse.emf.common.notify.NotificationChain msgs)
void
CouplingToOperationMapImpl. setKey(Coupling key)
void
CouplingToOperationMapImpl. setTypedKey(Coupling newKey)
-
Uses of Coupling in kieker.model.collection.util
Methods in kieker.model.collection.util with parameters of type Coupling Modifier and Type Method Description T
CollectionSwitch. caseCoupling(Coupling object)
Returns the result of interpreting the object as an instance of 'Coupling'.Method parameters in kieker.model.collection.util with type arguments of type Coupling Modifier and Type Method Description T
CollectionSwitch. caseCouplingToOperationMap(java.util.Map.Entry<Coupling,OperationCollection> object)
Returns the result of interpreting the object as an instance of 'Coupling To Operation Map'.