Package | Description |
---|---|
kieker.analysis | |
kieker.analysis.model | |
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
Modifier and Type | Method and Description |
---|---|
MIProject |
IProjectContext.getCurrentConfiguration()
This method delivers the current configuration of this instance as an instance of
MIProject . |
MIProject |
AnalysisController.getCurrentConfiguration()
This method delivers the current configuration of this instance as an instance of
MIProject . |
static MIProject |
AnalysisController.loadFromFile(java.io.File file)
This method can be used to load a meta model instance from a given file.
|
Modifier and Type | Method and Description |
---|---|
static AnalysisController.AnalysisControllerWithMapping |
AnalysisController.createAnalysisController(MIProject project,
java.lang.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(java.io.File file,
MIProject project)
This method can be used to save the given instance of
MIProject within a given file. |
Constructor and Description |
---|
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,
java.lang.ClassLoader classLoader)
Creates a new instance of the class
AnalysisController but uses the given instance of @link{Project} to construct the analysis. |
Modifier and Type | Method and 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)
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)
Loads a meta model project instance from the given file.
|
Modifier and Type | Method and 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)
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)
Saves the given meta model project to the given file.
|
Modifier and Type | Method and Description |
---|---|
MIProject |
MIAnalysisMetaModelFactory.createProject()
Returns a new object of class 'Project'.
|
Modifier and Type | Class and Description |
---|---|
class |
MProject
An implementation of the model object 'Project'.
|
Modifier and Type | Method and Description |
---|---|
MIProject |
MAnalysisMetaModelFactory.createProject() |
Modifier and Type | Method and Description |
---|---|
T |
AnalysisMetaModelSwitch.caseProject(MIProject object)
Returns the result of interpreting the object as an instance of 'Project'.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net