Uses of Interface
kieker.model.analysismodel.execution.Invocation
Packages that use Invocation
Package
Description
Copyright 2026 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.
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.
-
Uses of Invocation in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph with parameters of type Invocation -
Uses of Invocation in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector with parameters of type InvocationModifier and TypeMethodDescriptionbooleanAllSelector.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 InvocationModifier and TypeMethodDescriptionExecutionFactory.createInvocation()Returns a new object of class 'Invocation'.Methods in kieker.model.analysismodel.execution that return types with arguments of type InvocationModifier and TypeMethodDescriptionorg.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 InvocationModifier and TypeClassDescriptionclassAn implementation of the model object 'Invocation'.Fields in kieker.model.analysismodel.execution.impl declared as InvocationModifier and TypeFieldDescriptionprotected InvocationDeployedOperationsPairToInvocationMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type InvocationModifier and TypeFieldDescriptionprotected 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 InvocationModifier and TypeMethodDescriptionExecutionFactoryImpl.createInvocation()DeployedOperationsPairToInvocationMapEntryImpl.getTypedValue()DeployedOperationsPairToInvocationMapEntryImpl.getValue()DeployedOperationsPairToInvocationMapEntryImpl.setValue(Invocation value) Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type InvocationModifier and TypeMethodDescriptionExecutionFactoryImpl.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 InvocationModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainDeployedOperationsPairToInvocationMapEntryImpl.basicSetTypedValue(Invocation newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidDeployedOperationsPairToInvocationMapEntryImpl.setTypedValue(Invocation newValue) DeployedOperationsPairToInvocationMapEntryImpl.setValue(Invocation value) -
Uses of Invocation in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type InvocationModifier and TypeMethodDescriptionExecutionSwitch.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 InvocationModifier and TypeMethodDescriptionExecutionSwitch.caseDeployedOperationsPairToInvocationMapEntry(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'.