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 MIDependency
MIAnalysisMetaModelFactory. 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 class
MDependency
An 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. dependencies
The cached value of the 'Dependencies
' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIDependency Modifier and Type Method Description MIDependency
MAnalysisMetaModelFactory. 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 T
AnalysisMetaModelSwitch. caseDependency(MIDependency object)
Returns the result of interpreting the object as an instance of 'Dependency'.