Package | Description |
---|---|
kieker.analysis.model |
Copyright 2020 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 |
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 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.
|
Modifier and Type | Method and Description |
---|---|
MIDependency |
MIAnalysisMetaModelFactory.createDependency()
Returns a new object of class 'Dependency'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIDependency> |
MIProject.getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
MDependency
An implementation of the model object 'Dependency'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<MIDependency> |
MProject.dependencies
The cached value of the '
Dependencies ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
MIDependency |
MAnalysisMetaModelFactory.createDependency() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MIDependency> |
MProject.getDependencies() |
Modifier and Type | Method and Description |
---|---|
T |
AnalysisMetaModelSwitch.caseDependency(MIDependency object)
Returns the result of interpreting the object as an instance of 'Dependency'.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net