Kieker 1.7

Uses of Interface
kieker.analysis.model.analysisMetaModel.MIProject

Packages that use MIProject
kieker.analysis   
kieker.analysis.model.analysisMetaModel   
kieker.analysis.model.analysisMetaModel.impl   
kieker.analysis.model.analysisMetaModel.util   
 

Uses of MIProject in kieker.analysis
 

Methods in kieker.analysis that return MIProject
 MIProject AnalysisController.getCurrentConfiguration()
          This method delivers the current configuration of this instance as an instance of MIProject.
 MIProject IProjectContext.getCurrentConfiguration()
          This method delivers the current configuration of this instance as an instance of MIProject.
static MIProject AnalysisController.loadFromFile(File file)
          This method can be used to load a meta model instance from a given file.
 

Methods in kieker.analysis with parameters of type MIProject
static AnalysisController.AnalysisControllerWithMapping AnalysisController.createAnalysisController(MIProject project, ClassLoader classLoader)
          This is a factory method which can be used to create a new instance of AnalysisController, but delivers the mapping between the MIProject and the actual analysis.
static void AnalysisController.saveToFile(File file, MIProject project)
          This method can be used to save the given instance of MIProject within a given file.
 

Constructors in kieker.analysis with parameters of type MIProject
AnalysisController(MIProject project)
          Creates a new instance of the class AnalysisController but uses the given instance of MIProject to construct the analysis.
AnalysisController(MIProject project, ClassLoader classLoader)
          Creates a new instance of the class AnalysisController 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
 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
 class MProject
          An implementation of the model object 'Project'.
 

Methods in kieker.analysis.model.analysisMetaModel.impl that return MIProject
 MIProject MAnalysisMetaModelFactory.createProject()
           
 

Uses of MIProject in kieker.analysis.model.analysisMetaModel.util
 

Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIProject
 T AnalysisMetaModelSwitch.caseProject(MIProject object)
          Returns the result of interpreting the object as an instance of 'Project'.
 


Kieker 1.7

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