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 booleanIGraphElementSelector. 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 booleanAllSelector. edgeIsSelected(Invocation value)booleanAllSelectorColor. edgeIsSelected(Invocation value)booleanDiffSelector. edgeIsSelected(Invocation value)booleanIntersectSelector. edgeIsSelected(Invocation value)booleanSubtractSelector. 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 InvocationExecutionFactory. 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 classInvocationImplAn implementation of the model object 'Invocation'.Fields in kieker.model.analysismodel.execution.impl declared as Invocation Modifier and Type Field Description protected InvocationDeployedOperationsPairToInvocationMapEntryImpl. valueThe 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. invocationsThe cached value of the 'Invocations' map.Methods in kieker.model.analysismodel.execution.impl that return Invocation Modifier and Type Method Description InvocationExecutionFactoryImpl. createInvocation()InvocationDeployedOperationsPairToInvocationMapEntryImpl. getTypedValue()InvocationDeployedOperationsPairToInvocationMapEntryImpl. getValue()InvocationDeployedOperationsPairToInvocationMapEntryImpl. 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.NotificationChainDeployedOperationsPairToInvocationMapEntryImpl. basicSetTypedValue(Invocation newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidDeployedOperationsPairToInvocationMapEntryImpl. setTypedValue(Invocation newValue)InvocationDeployedOperationsPairToInvocationMapEntryImpl. 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 TExecutionSwitch. 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 TExecutionSwitch. 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'.