Uses of Interface
kieker.model.analysismodel.execution.ExecutionModel
Packages that use ExecutionModel
Package
Description
This package contains all processing filters bundled with kieker.
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 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 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.
-
Uses of ExecutionModel in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency declared as ExecutionModelModifier and TypeFieldDescriptionprotected ExecutionModelAbstractDependencyGraphBuilder.executionModel -
Uses of ExecutionModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery with parameters of type ExecutionModelModifier and TypeMethodDescriptionstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.findAggregatedInvocation4OperationCall(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall.static final Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.findAggregatedInvocation4OperationTuple(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall.Constructors in kieker.analysis.architecture.recovery with parameters of type ExecutionModelModifierConstructorDescriptionCountUniqueCallsStage(StatisticsModel statisticsModel, ExecutionModel executionModel) Count unique calls. -
Uses of ExecutionModel in kieker.analysis.architecture.recovery.assembler
Constructors in kieker.analysis.architecture.recovery.assembler with parameters of type ExecutionModelModifierConstructorDescriptionInvocationExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, String sourceLabel) TraceBasedExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, String sourceLabel) -
Uses of ExecutionModel in kieker.analysis.architecture.recovery.storage
Constructors in kieker.analysis.architecture.recovery.storage with parameters of type ExecutionModelModifierConstructorDescriptionExecutionModelDataflowAssemblerStage(ExecutionModel executionModel, DeploymentModel deploymentModel, SourceModel sourceModel, String sourceLabel) -
Uses of ExecutionModel in kieker.analysis.statistics
Constructors in kieker.analysis.statistics with parameters of type ExecutionModelModifierConstructorDescriptionCallStatisticsStage(StatisticsModel statisticsModel, ExecutionModel executionModel) -
Uses of ExecutionModel in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return ExecutionModelModifier and TypeMethodDescriptionExecutionFactory.createExecutionModel()Returns a new object of class 'Model'. -
Uses of ExecutionModel in kieker.model.analysismodel.execution.impl
Classes in kieker.model.analysismodel.execution.impl that implement ExecutionModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Model'.Methods in kieker.model.analysismodel.execution.impl that return ExecutionModel -
Uses of ExecutionModel in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type ExecutionModelModifier and TypeMethodDescriptionExecutionSwitch.caseExecutionModel(ExecutionModel object) Returns the result of interpreting the object as an instance of 'Model'.