Uses of Interface
kieker.model.analysismodel.execution.ExecutionModel
Package | Description |
---|---|
kieker.analysis.architecture.dependency |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.architecture.recovery |
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.architecture.recovery.assembler |
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.architecture.recovery.storage |
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.statistics | |
kieker.model.analysismodel.execution | |
kieker.model.analysismodel.execution.impl | |
kieker.model.analysismodel.execution.util |
-
Uses of ExecutionModel in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency declared as ExecutionModel Modifier and Type Field Description protected ExecutionModel
AbstractDependencyGraphBuilder. executionModel
-
Uses of ExecutionModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery with parameters of type ExecutionModel Modifier and Type Method Description static java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>
ModelObjectFromOperationCallAccessorUtils. findAggregatedInvocation4OperationCall(ExecutionModel executionModel)
Get corresponding aggregated invocation from the execution model for a given OperationCall.static java.util.function.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 ExecutionModel Constructor Description CountUniqueCallsStage(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 ExecutionModel Constructor Description InvocationExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, java.lang.String sourceLabel)
TraceBasedExecutionModelAssembler(ExecutionModel executionModel, SourceModel sourceModel, java.lang.String sourceLabel)
-
Uses of ExecutionModel in kieker.analysis.architecture.recovery.storage
Constructors in kieker.analysis.architecture.recovery.storage with parameters of type ExecutionModel Constructor Description ExecutionModelDataflowAssemblerStage(ExecutionModel executionModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
-
Uses of ExecutionModel in kieker.analysis.statistics
Constructors in kieker.analysis.statistics with parameters of type ExecutionModel Constructor Description CallStatisticsStage(StatisticsModel statisticsModel, ExecutionModel executionModel)
-
Uses of ExecutionModel in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return ExecutionModel Modifier and Type Method Description ExecutionModel
ExecutionFactory. 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 ExecutionModel Modifier and Type Class Description class
ExecutionModelImpl
An implementation of the model object 'Model'.Methods in kieker.model.analysismodel.execution.impl that return ExecutionModel Modifier and Type Method Description ExecutionModel
ExecutionFactoryImpl. createExecutionModel()
-
Uses of ExecutionModel in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type ExecutionModel Modifier and Type Method Description T
ExecutionSwitch. caseExecutionModel(ExecutionModel object)
Returns the result of interpreting the object as an instance of 'Model'.