Kieker 1.10

Uses of Class
kieker.analysis.AnalysisController

Packages that use AnalysisController
kieker.analysis   
kieker.analysis.model   
 

Uses of AnalysisController in kieker.analysis
 

Methods in kieker.analysis that return AnalysisController
 AnalysisController AnalysisController.AnalysisControllerWithMapping.getController()
          Getter for the property AnalysisController.AnalysisControllerWithMapping.controller.
 

Methods in kieker.analysis with parameters of type AnalysisController
 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
AnalysisController.AnalysisControllerWithMapping(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.model
 

Methods in kieker.analysis.model with parameters of type AnalysisController
static void MetaModelHandler.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)
          This method can be used to convert a given analysis meta model instance to the actual java instances.
 


Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net