Uses of Interface
kieker.analysis.model.analysisMetaModel.MIView
Package | Description |
---|---|
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
-
Uses of MIView in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIView Modifier and Type Method Description MIView
MIAnalysisMetaModelFactory. createView()
Returns a new object of class 'View'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIView Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIView>
MIProject. getViews()
Returns the value of the 'Views' containment reference list. -
Uses of MIView in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIView Modifier and Type Class Description class
MView
An implementation of the model object 'View'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIView Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<MIView>
MProject. views
The cached value of the 'Views
' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIView Modifier and Type Method Description MIView
MAnalysisMetaModelFactory. createView()
Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIView Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIView>
MProject. getViews()
-
Uses of MIView in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIView Modifier and Type Method Description T
AnalysisMetaModelSwitch. caseView(MIView object)
Returns the result of interpreting the object as an instance of 'View'.