Uses of Interface
kieker.model.collection.OperationCollection
Packages that use OperationCollection
Package
Description
-
Uses of OperationCollection in kieker.model.collection
Methods in kieker.model.collection that return OperationCollectionModifier and TypeMethodDescriptionCollectionFactory.createOperationCollection()Returns a new object of class 'Operation Collection'.Methods in kieker.model.collection that return types with arguments of type OperationCollectionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<Coupling,OperationCollection> Connections.getConnections()Returns the value of the 'Connections' map. -
Uses of OperationCollection in kieker.model.collection.impl
Classes in kieker.model.collection.impl that implement OperationCollectionModifier and TypeClassDescriptionclassAn implementation of the model object 'Operation Collection'.Fields in kieker.model.collection.impl declared as OperationCollectionModifier and TypeFieldDescriptionprotected OperationCollectionCouplingToOperationMapImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.collection.impl with type parameters of type OperationCollectionModifier 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 OperationCollectionModifier and TypeMethodDescriptionCollectionFactoryImpl.createOperationCollection()CouplingToOperationMapImpl.getTypedValue()CouplingToOperationMapImpl.getValue()CouplingToOperationMapImpl.setValue(OperationCollection value) Methods in kieker.model.collection.impl that return types with arguments of type OperationCollectionModifier 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 OperationCollectionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainCouplingToOperationMapImpl.basicSetTypedValue(OperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidCouplingToOperationMapImpl.setTypedValue(OperationCollection newValue) CouplingToOperationMapImpl.setValue(OperationCollection value) -
Uses of OperationCollection in kieker.model.collection.util
Methods in kieker.model.collection.util with parameters of type OperationCollectionModifier and TypeMethodDescriptionCollectionSwitch.caseOperationCollection(OperationCollection object) Returns the result of interpreting the object as an instance of 'Operation Collection'.Method parameters in kieker.model.collection.util with type arguments of type OperationCollectionModifier and TypeMethodDescriptionCollectionSwitch.caseCouplingToOperationMap(Map.Entry<Coupling, OperationCollection> object) Returns the result of interpreting the object as an instance of 'Coupling To Operation Map'.