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 CouplingCollectionFactory. 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 classCouplingImplAn implementation of the model object 'Coupling'.Fields in kieker.model.collection.impl declared as Coupling Modifier and Type Field Description protected CouplingCouplingToOperationMapImpl. keyThe 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. connectionsThe cached value of the 'Connections' map.Methods in kieker.model.collection.impl that return Coupling Modifier and Type Method Description CouplingCollectionFactoryImpl. createCoupling()CouplingCouplingToOperationMapImpl. getKey()CouplingCouplingToOperationMapImpl. 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.NotificationChainCouplingToOperationMapImpl. basicSetTypedKey(Coupling newKey, org.eclipse.emf.common.notify.NotificationChain msgs)voidCouplingToOperationMapImpl. setKey(Coupling key)voidCouplingToOperationMapImpl. 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 TCollectionSwitch. 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 TCollectionSwitch. caseCouplingToOperationMap(java.util.Map.Entry<Coupling,OperationCollection> object)Returns the result of interpreting the object as an instance of 'Coupling To Operation Map'.