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 OperationCollection
CollectionFactory. 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 class
OperationCollectionImpl
An implementation of the model object 'Operation Collection'.Fields in kieker.model.collection.impl declared as OperationCollection Modifier and Type Field Description protected OperationCollection
CouplingToOperationMapImpl. value
The 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. connections
The cached value of the 'Connections
' map.Methods in kieker.model.collection.impl that return OperationCollection Modifier and Type Method Description OperationCollection
CollectionFactoryImpl. createOperationCollection()
OperationCollection
CouplingToOperationMapImpl. getTypedValue()
OperationCollection
CouplingToOperationMapImpl. getValue()
OperationCollection
CouplingToOperationMapImpl. 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.NotificationChain
CouplingToOperationMapImpl. basicSetTypedValue(OperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
CouplingToOperationMapImpl. setTypedValue(OperationCollection newValue)
OperationCollection
CouplingToOperationMapImpl. 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 T
CollectionSwitch. 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 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'.