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 MIProject
AnalysisController. getCurrentConfiguration()
Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject
.MIProject
IProjectContext. getCurrentConfiguration()
Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject
.static MIProject
AnalysisController. 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.AnalysisControllerWithMapping
AnalysisController. 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 theMIProject
and the actual analysis.static void
AnalysisController. saveToFile(java.io.File file, MIProject project)
Deprecated.This method can be used to save the given instance ofMIProject
within a given file.Constructors in kieker.analysis with parameters of type MIProject Constructor Description AnalysisController(MIProject project)
Deprecated.Creates a new instance of the classAnalysisController
but uses the given instance ofMIProject
to construct the analysis.AnalysisController(MIProject project, java.lang.ClassLoader classLoader)
Deprecated.Creates a new instance of the classAnalysisController
but 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 MIProject
MIAnalysisMetaModelFactory. 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 class
MProject
An implementation of the model object 'Project'.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIProject Modifier and Type Method Description MIProject
MAnalysisMetaModelFactory. 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 T
AnalysisMetaModelSwitch. 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 MIProject
MetaModelHandler. 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 MIProject
MetaModelHandler. 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 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.static void
MetaModelHandler. saveProjectToFile(java.io.File file, MIProject project)
Deprecated.Saves the given meta model project to the given file.