Uses of Interface
kieker.analysis.model.analysisMetaModel.MIDependency
| Package | Description |
|---|---|
| kieker.analysis.model.analysisMetaModel | |
| kieker.analysis.model.analysisMetaModel.impl | |
| kieker.analysis.model.analysisMetaModel.util |
-
Uses of MIDependency in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIDependency Modifier and Type Method Description MIDependencyMIAnalysisMetaModelFactory. createDependency()Returns a new object of class 'Dependency'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIDependency Modifier and Type Method Description 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 Modifier and Type Class Description classMDependencyAn implementation of the model object 'Dependency'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIDependency Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<MIDependency>MProject. dependenciesThe cached value of the 'Dependencies' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIDependency Modifier and Type Method Description MIDependencyMAnalysisMetaModelFactory. createDependency()Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIDependency Modifier and Type Method Description 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 Modifier and Type Method Description TAnalysisMetaModelSwitch. caseDependency(MIDependency object)Returns the result of interpreting the object as an instance of 'Dependency'.