Uses of Interface
kieker.analysis.model.analysisMetaModel.MIDependency
Packages that use MIDependency
Package
Description
-
Uses of MIDependency in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIDependencyModifier and TypeMethodDescriptionMIAnalysisMetaModelFactory.createDependency()Returns a new object of class 'Dependency'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIDependencyModifier and TypeMethodDescriptionorg.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 MIDependencyModifier and TypeClassDescriptionclassAn implementation of the model object 'Dependency'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIDependencyModifier and TypeFieldDescriptionprotected 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 MIDependencyMethods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIDependencyModifier and TypeMethodDescriptionorg.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 MIDependencyModifier and TypeMethodDescriptionAnalysisMetaModelSwitch.caseDependency(MIDependency object) Returns the result of interpreting the object as an instance of 'Dependency'.