Uses of Class
kieker.analysis.AnalysisController
Packages that use AnalysisController
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.
-
Uses of AnalysisController in kieker.analysis
Methods in kieker.analysis that return AnalysisControllerModifier and TypeMethodDescriptionAnalysisController.AnalysisControllerWithMapping.getController()Getter for the propertyAnalysisController.AnalysisControllerWithMapping.controller.Methods in kieker.analysis with parameters of type AnalysisControllerModifier and TypeMethodDescriptionvoidAnalysisController.IStateObserver.update(AnalysisController controller, AnalysisController.STATE state) This method will be called for every update of the state.Constructors in kieker.analysis with parameters of type AnalysisControllerModifierConstructorDescriptionAnalysisControllerWithMapping(AnalysisController controller, Map<MIPlugin, AbstractPlugin> pluginMap, Map<MIRepository, AbstractRepository> repositoryMap) Creates a new instance of this class using the given parameters. -
Uses of AnalysisController in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model with parameters of type AnalysisControllerModifier and TypeMethodDescriptionstatic voidMetaModelHandler.metaModelToJava(MIProject mProject, AnalysisController ac, Collection<MetaModelHandler.PluginConnection> pluginConnections, Collection<MetaModelHandler.RepositoryConnection> repositoryConnections, Collection<MIDependency> dependencies, ClassLoader classLoader, Configuration globalConfiguration, Map<MIRepository, AbstractRepository> repositoryMap, Map<MIPlugin, AbstractPlugin> pluginMap) Deprecated.This method can be used to convert a given analysis meta model instance to the actual java instances.