Uses of Interface
kieker.model.analysismodel.execution.Invocation
Package | Description |
---|---|
kieker.analysis.generic.graph |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.generic.graph.selector |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.model.analysismodel.execution | |
kieker.model.analysismodel.execution.impl | |
kieker.model.analysismodel.execution.util |
-
Uses of Invocation in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph with parameters of type Invocation Modifier and Type Method Description boolean
IGraphElementSelector. edgeIsSelected(Invocation value)
-
Uses of Invocation in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector with parameters of type Invocation Modifier and Type Method Description boolean
AllSelector. edgeIsSelected(Invocation value)
boolean
AllSelectorColor. edgeIsSelected(Invocation value)
boolean
DiffSelector. edgeIsSelected(Invocation value)
boolean
IntersectSelector. edgeIsSelected(Invocation value)
boolean
SubtractSelector. edgeIsSelected(Invocation value)
-
Uses of Invocation in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return Invocation Modifier and Type Method Description Invocation
ExecutionFactory. createInvocation()
Returns a new object of class 'Invocation'.Methods in kieker.model.analysismodel.execution that return types with arguments of type Invocation Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>
ExecutionModel. getInvocations()
Returns the value of the 'Invocations' map. -
Uses of Invocation in kieker.model.analysismodel.execution.impl
Classes in kieker.model.analysismodel.execution.impl that implement Invocation Modifier and Type Class Description class
InvocationImpl
An implementation of the model object 'Invocation'.Fields in kieker.model.analysismodel.execution.impl declared as Invocation Modifier and Type Field Description protected Invocation
DeployedOperationsPairToInvocationMapEntryImpl. value
The cached value of the 'Value
' containment reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type Invocation Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>
ExecutionModelImpl. invocations
The cached value of the 'Invocations
' map.Methods in kieker.model.analysismodel.execution.impl that return Invocation Modifier and Type Method Description Invocation
ExecutionFactoryImpl. createInvocation()
Invocation
DeployedOperationsPairToInvocationMapEntryImpl. getTypedValue()
Invocation
DeployedOperationsPairToInvocationMapEntryImpl. getValue()
Invocation
DeployedOperationsPairToInvocationMapEntryImpl. setValue(Invocation value)
Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type Invocation Modifier and Type Method Description java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,Invocation>
ExecutionFactoryImpl. createDeployedOperationsPairToInvocationMapEntry()
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>
DeployedOperationsPairToInvocationMapEntryImpl. getEMap()
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>
ExecutionModelImpl. getInvocations()
Methods in kieker.model.analysismodel.execution.impl with parameters of type Invocation Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
DeployedOperationsPairToInvocationMapEntryImpl. basicSetTypedValue(Invocation newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
DeployedOperationsPairToInvocationMapEntryImpl. setTypedValue(Invocation newValue)
Invocation
DeployedOperationsPairToInvocationMapEntryImpl. setValue(Invocation value)
-
Uses of Invocation in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type Invocation Modifier and Type Method Description T
ExecutionSwitch. caseInvocation(Invocation object)
Returns the result of interpreting the object as an instance of 'Invocation'.Method parameters in kieker.model.analysismodel.execution.util with type arguments of type Invocation Modifier and Type Method Description T
ExecutionSwitch. caseDeployedOperationsPairToInvocationMapEntry(java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,Invocation> object)
Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Invocation Map Entry'.