|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MIDependency | |
---|---|
kieker.analysis.model | |
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
Uses of MIDependency in kieker.analysis.model |
---|
Method parameters in kieker.analysis.model with type arguments of type MIDependency | |
---|---|
static MIProject |
MetaModelHandler.javaToMetaModel(Collection<AbstractReaderPlugin> readers,
Collection<AbstractFilterPlugin> filters,
Collection<AbstractRepository> repositories,
Collection<MIDependency> dependencies,
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,
Collection<MetaModelHandler.PluginConnection> pluginConnections,
Collection<MetaModelHandler.RepositoryConnection> repositoryConnections,
Collection<MIDependency> dependencies,
ClassLoader classLoader,
Configuration globalConfiguration,
Map<MIRepository,AbstractRepository> repositoryMap,
Map<MIPlugin,AbstractPlugin> pluginMap)
This method can be used to convert a given analysis meta model instance to the actual java instances. |
Uses of MIDependency in kieker.analysis.model.analysisMetaModel |
---|
Methods in kieker.analysis.model.analysisMetaModel that return MIDependency | |
---|---|
MIDependency |
MIAnalysisMetaModelFactory.createDependency()
Returns a new object of class 'Dependency'. |
Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIDependency | |
---|---|
org.eclipse.emf.common.util.EList<MIDependency> |
MIProject.getDependencies()
Returns the value of the 'Dependencies' containment reference list. |
Uses of MIDependency in kieker.analysis.model.analysisMetaModel.impl |
---|
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIDependency | |
---|---|
class |
MDependency
An implementation of the model object 'Dependency'. |
Methods in kieker.analysis.model.analysisMetaModel.impl that return MIDependency | |
---|---|
MIDependency |
MAnalysisMetaModelFactory.createDependency()
|
Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIDependency | |
---|---|
org.eclipse.emf.common.util.EList<MIDependency> |
MProject.getDependencies()
|
Uses of MIDependency in kieker.analysis.model.analysisMetaModel.util |
---|
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIDependency | |
---|---|
T |
AnalysisMetaModelSwitch.caseDependency(MIDependency object)
Returns the result of interpreting the object as an instance of 'Dependency'. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |