| 
Kieker 1.12 | |||||||||
| 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(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.  | 
| 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'.  | 
| Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIDependency | |
|---|---|
protected  org.eclipse.emf.common.util.EList<MIDependency> | 
MProject.dependencies
The cached value of the ' Dependencies' containment reference list. | 
| 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.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||