Uses of Interface
kieker.model.collection.OperationCollection
| Package | Description |
|---|---|
| kieker.model.collection | |
| kieker.model.collection.impl | |
| kieker.model.collection.util |
-
Uses of OperationCollection in kieker.model.collection
Methods in kieker.model.collection that return OperationCollection Modifier and Type Method Description OperationCollectionCollectionFactory. createOperationCollection()Returns a new object of class 'Operation Collection'.Methods in kieker.model.collection that return types with arguments of type OperationCollection Modifier and Type Method Description org.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 OperationCollection Modifier and Type Class Description classOperationCollectionImplAn implementation of the model object 'Operation Collection'.Fields in kieker.model.collection.impl declared as OperationCollection Modifier and Type Field Description protected OperationCollectionCouplingToOperationMapImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.collection.impl with type parameters of type OperationCollection 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 OperationCollection Modifier and Type Method Description OperationCollectionCollectionFactoryImpl. createOperationCollection()OperationCollectionCouplingToOperationMapImpl. getTypedValue()OperationCollectionCouplingToOperationMapImpl. getValue()OperationCollectionCouplingToOperationMapImpl. setValue(OperationCollection value)Methods in kieker.model.collection.impl that return types with arguments of type OperationCollection 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 OperationCollection Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCouplingToOperationMapImpl. basicSetTypedValue(OperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidCouplingToOperationMapImpl. setTypedValue(OperationCollection newValue)OperationCollectionCouplingToOperationMapImpl. setValue(OperationCollection value) -
Uses of OperationCollection in kieker.model.collection.util
Methods in kieker.model.collection.util with parameters of type OperationCollection Modifier and Type Method Description TCollectionSwitch. 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 OperationCollection 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'.