Uses of Interface
kieker.model.collection.Coupling
Packages that use Coupling
Package
Description
-
Uses of Coupling in kieker.model.collection
Methods in kieker.model.collection that return CouplingModifier and TypeMethodDescriptionCollectionFactory.createCoupling()Returns a new object of class 'Coupling'.Methods in kieker.model.collection that return types with arguments of type CouplingModifier and TypeMethodDescriptionorg.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 CouplingModifier and TypeClassDescriptionclassAn implementation of the model object 'Coupling'.Fields in kieker.model.collection.impl declared as CouplingModifier and TypeFieldDescriptionprotected CouplingCouplingToOperationMapImpl.keyThe cached value of the 'Key' containment reference.Fields in kieker.model.collection.impl with type parameters of type CouplingModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<Coupling,OperationCollection> ConnectionsImpl.connectionsThe cached value of the 'Connections' map.Methods in kieker.model.collection.impl that return CouplingModifier and TypeMethodDescriptionCollectionFactoryImpl.createCoupling()CouplingToOperationMapImpl.getKey()CouplingToOperationMapImpl.getTypedKey()Methods in kieker.model.collection.impl that return types with arguments of type CouplingModifier and TypeMethodDescriptionCollectionFactoryImpl.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 CouplingModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainCouplingToOperationMapImpl.basicSetTypedKey(Coupling newKey, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidCouplingToOperationMapImpl.setTypedKey(Coupling newKey) -
Uses of Coupling in kieker.model.collection.util
Methods in kieker.model.collection.util with parameters of type CouplingModifier and TypeMethodDescriptionCollectionSwitch.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 CouplingModifier and TypeMethodDescriptionCollectionSwitch.caseCouplingToOperationMap(Map.Entry<Coupling, OperationCollection> object) Returns the result of interpreting the object as an instance of 'Coupling To Operation Map'.