Uses of Interface
kieker.analysis.model.analysisMetaModel.MIProject
| 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.model.analysisMetaModel | |
| kieker.analysis.model.analysisMetaModel.impl | |
| kieker.analysis.model.analysisMetaModel.util | |
| kieker.analysis.stage.model |
-
Uses of MIProject in kieker.analysis
Methods in kieker.analysis that return MIProject Modifier and Type Method Description MIProjectAnalysisController. getCurrentConfiguration()Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject.MIProjectIProjectContext. getCurrentConfiguration()Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject.static MIProjectAnalysisController. loadFromFile(java.io.File file)Deprecated.This method can be used to load a meta model instance from a given file.Methods in kieker.analysis with parameters of type MIProject Modifier and Type Method Description static AnalysisController.AnalysisControllerWithMappingAnalysisController. createAnalysisController(MIProject project, java.lang.ClassLoader classLoader)Deprecated.This is a factory method which can be used to create a new instance ofAnalysisController, but delivers the mapping between theMIProjectand the actual analysis.static voidAnalysisController. saveToFile(java.io.File file, MIProject project)Deprecated.This method can be used to save the given instance ofMIProjectwithin a given file.Constructors in kieker.analysis with parameters of type MIProject Constructor Description AnalysisController(MIProject project)Deprecated.Creates a new instance of the classAnalysisControllerbut uses the given instance ofMIProjectto construct the analysis.AnalysisController(MIProject project, java.lang.ClassLoader classLoader)Deprecated.Creates a new instance of the classAnalysisControllerbut uses the given instance of @link{Project} to construct the analysis. -
Uses of MIProject in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIProject Modifier and Type Method Description MIProjectMIAnalysisMetaModelFactory. createProject()Returns a new object of class 'Project'. -
Uses of MIProject in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIProject Modifier and Type Class Description classMProjectAn implementation of the model object 'Project'.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIProject Modifier and Type Method Description MIProjectMAnalysisMetaModelFactory. createProject() -
Uses of MIProject in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIProject Modifier and Type Method Description TAnalysisMetaModelSwitch. caseProject(MIProject object)Returns the result of interpreting the object as an instance of 'Project'. -
Uses of MIProject in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that return MIProject Modifier and Type Method Description static MIProjectMetaModelHandler. javaToMetaModel(java.util.Collection<AbstractReaderPlugin> readers, java.util.Collection<AbstractFilterPlugin> filters, java.util.Collection<AbstractRepository> repositories, java.util.Collection<MIDependency> dependencies, java.lang.String projectName, Configuration globalConfiguration)Deprecated.This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.static MIProjectMetaModelHandler. loadProjectFromFile(java.io.File file)Deprecated.Loads a meta model project instance from the given file.Methods in kieker.analysis.stage.model with parameters of type MIProject Modifier and Type Method Description static voidMetaModelHandler. 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.static voidMetaModelHandler. saveProjectToFile(java.io.File file, MIProject project)Deprecated.Saves the given meta model project to the given file.