Uses of Class
kieker.analysis.AnalysisController
Package | Description |
---|---|
kieker.analysis |
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.stage.model |
-
Uses of AnalysisController in kieker.analysis
Methods in kieker.analysis that return AnalysisController Modifier and Type Method Description AnalysisController
AnalysisController.AnalysisControllerWithMapping. getController()
Getter for the propertyAnalysisController.AnalysisControllerWithMapping.controller
.Methods in kieker.analysis with parameters of type AnalysisController Modifier and Type Method Description void
AnalysisController.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 AnalysisController Constructor Description AnalysisControllerWithMapping(AnalysisController controller, java.util.Map<MIPlugin,AbstractPlugin> pluginMap, java.util.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 AnalysisController Modifier and Type Method Description static void
MetaModelHandler. metaModelToJava(MIProject mProject, AnalysisController ac, java.util.Collection<MetaModelHandler.PluginConnection> pluginConnections, java.util.Collection<MetaModelHandler.RepositoryConnection> repositoryConnections, java.util.Collection<MIDependency> dependencies, java.lang.ClassLoader classLoader, Configuration globalConfiguration, java.util.Map<MIRepository,AbstractRepository> repositoryMap, java.util.Map<MIPlugin,AbstractPlugin> pluginMap)
Deprecated.This method can be used to convert a given analysis meta model instance to the actual java instances.