Uses of Interface
kieker.analysis.model.analysisMetaModel.MIProject
Packages that use MIProject
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 MIProject in kieker.analysis
Methods in kieker.analysis that return MIProjectModifier and TypeMethodDescriptionfinal MIProjectAnalysisController.getCurrentConfiguration()Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject.IProjectContext.getCurrentConfiguration()Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject.static final MIProjectAnalysisController.loadFromFile(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 MIProjectModifier and TypeMethodDescriptionstatic final AnalysisController.AnalysisControllerWithMappingAnalysisController.createAnalysisController(MIProject project, 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 final voidAnalysisController.saveToFile(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 MIProjectModifierConstructorDescriptionAnalysisController(MIProject project) Deprecated.Creates a new instance of the classAnalysisControllerbut uses the given instance ofMIProjectto construct the analysis.AnalysisController(MIProject project, 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 MIProjectModifier and TypeMethodDescriptionMIAnalysisMetaModelFactory.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 MIProjectMethods in kieker.analysis.model.analysisMetaModel.impl that return MIProject -
Uses of MIProject in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIProjectModifier and TypeMethodDescriptionAnalysisMetaModelSwitch.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 MIProjectModifier and TypeMethodDescriptionstatic MIProjectMetaModelHandler.javaToMetaModel(Collection<AbstractReaderPlugin> readers, Collection<AbstractFilterPlugin> filters, Collection<AbstractRepository> repositories, Collection<MIDependency> dependencies, 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(File file) Deprecated.Loads a meta model project instance from the given file.Methods in kieker.analysis.stage.model with parameters of type MIProjectModifier 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.static voidMetaModelHandler.saveProjectToFile(File file, MIProject project) Deprecated.Saves the given meta model project to the given file.