Uses of Interface
kieker.analysis.model.analysisMetaModel.MIDisplay
| Package | Description |
|---|---|
| kieker.analysis.model.analysisMetaModel | |
| kieker.analysis.model.analysisMetaModel.impl | |
| kieker.analysis.model.analysisMetaModel.util |
-
Uses of MIDisplay in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIDisplay Modifier and Type Method Description MIDisplayMIAnalysisMetaModelFactory. createDisplay()Returns a new object of class 'Display'.MIDisplayMIDisplayConnector. getDisplay()Returns the value of the 'Display' reference.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIDisplay Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIDisplay>MIPlugin. getDisplays()Returns the value of the 'Displays' containment reference list.Methods in kieker.analysis.model.analysisMetaModel with parameters of type MIDisplay Modifier and Type Method Description voidMIDisplayConnector. setDisplay(MIDisplay value)Sets the value of the 'Display' reference. -
Uses of MIDisplay in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIDisplay Modifier and Type Class Description classMDisplayAn implementation of the model object 'Display'.Fields in kieker.analysis.model.analysisMetaModel.impl declared as MIDisplay Modifier and Type Field Description protected MIDisplayMDisplayConnector. displayThe cached value of the 'Display' reference.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIDisplay Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<MIDisplay>MPlugin. displaysThe cached value of the 'Displays' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIDisplay Modifier and Type Method Description MIDisplayMDisplayConnector. basicGetDisplay()MIDisplayMAnalysisMetaModelFactory. createDisplay()MIDisplayMDisplayConnector. getDisplay()Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIDisplay Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIDisplay>MPlugin. getDisplays()Methods in kieker.analysis.model.analysisMetaModel.impl with parameters of type MIDisplay Modifier and Type Method Description voidMDisplayConnector. setDisplay(MIDisplay newDisplay) -
Uses of MIDisplay in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIDisplay Modifier and Type Method Description TAnalysisMetaModelSwitch. caseDisplay(MIDisplay object)Returns the result of interpreting the object as an instance of 'Display'.