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 MIDisplay
MIAnalysisMetaModelFactory. createDisplay()
Returns a new object of class 'Display'.MIDisplay
MIDisplayConnector. 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 void
MIDisplayConnector. 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 class
MDisplay
An implementation of the model object 'Display'.Fields in kieker.analysis.model.analysisMetaModel.impl declared as MIDisplay Modifier and Type Field Description protected MIDisplay
MDisplayConnector. display
The 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. displays
The cached value of the 'Displays
' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIDisplay Modifier and Type Method Description MIDisplay
MDisplayConnector. basicGetDisplay()
MIDisplay
MAnalysisMetaModelFactory. createDisplay()
MIDisplay
MDisplayConnector. 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 void
MDisplayConnector. 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 T
AnalysisMetaModelSwitch. caseDisplay(MIDisplay object)
Returns the result of interpreting the object as an instance of 'Display'.