Uses of Interface
kieker.model.analysismodel.statistics.StatisticsModel
Packages that use StatisticsModel
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.
-
Uses of StatisticsModel in kieker.analysis.architecture.dependency
Fields in kieker.analysis.architecture.dependency declared as StatisticsModelModifier and TypeFieldDescriptionprotected StatisticsModelAbstractDependencyGraphBuilder.statisticsModelConstructors in kieker.analysis.architecture.dependency with parameters of type StatisticsModelModifierConstructorDescriptionResponseTimeDecorator(StatisticsModel statisticsModel, ChronoUnit chronoUnit) -
Uses of StatisticsModel in kieker.analysis.architecture.recovery
Constructors in kieker.analysis.architecture.recovery with parameters of type StatisticsModelModifierConstructorDescriptionCountUniqueCallsStage(StatisticsModel statisticsModel, ExecutionModel executionModel) Count unique calls. -
Uses of StatisticsModel in kieker.analysis.statistics
Constructors in kieker.analysis.statistics with parameters of type StatisticsModelModifierConstructorDescriptionCallStatisticsStage(StatisticsModel statisticsModel, ExecutionModel executionModel) FullResponseTimeStatisticsStage(StatisticsModel statisticsModel, Function<DeployedOperationCallEvent, org.eclipse.emf.ecore.EObject> objectAccesor) FullStatisticsDecoratorStage(StatisticsModel statisticsModel, String property, Function<T, Long> valueAccessor, Function<T, org.eclipse.emf.ecore.EObject> objectAccesor) StatisticsDecorator(StatisticsModel statisticsModel, AbstractCalculator<T> statisticCalculator, Function<T, org.eclipse.emf.ecore.EObject> objectAccesor) StatisticsDecoratorStage(StatisticsModel statisticsModel, AbstractCalculator<T> statisticCalculator, Function<T, org.eclipse.emf.ecore.EObject> objectAccesor) -
Uses of StatisticsModel in kieker.model.analysismodel.statistics
Methods in kieker.model.analysismodel.statistics that return StatisticsModelModifier and TypeMethodDescriptionStatisticsFactory.createStatisticsModel()Returns a new object of class 'Model'. -
Uses of StatisticsModel in kieker.model.analysismodel.statistics.impl
Classes in kieker.model.analysismodel.statistics.impl that implement StatisticsModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Model'.Methods in kieker.model.analysismodel.statistics.impl that return StatisticsModel -
Uses of StatisticsModel in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type StatisticsModelModifier and TypeMethodDescriptionStatisticsSwitch.caseStatisticsModel(StatisticsModel object) Returns the result of interpreting the object as an instance of 'Model'.