Uses of Interface
kieker.analysis.model.analysisMetaModel.MIFilter
Package | Description |
---|---|
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util | |
kieker.analysis.stage.model |
-
Uses of MIFilter in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIFilter Modifier and Type Method Description MIFilter
MIAnalysisMetaModelFactory. createFilter()
Returns a new object of class 'Filter'.MIFilter
MIInputPort. getParent()
Returns the value of the 'Parent' container reference.Methods in kieker.analysis.model.analysisMetaModel with parameters of type MIFilter Modifier and Type Method Description void
MIInputPort. setParent(MIFilter value)
Sets the value of the 'Parent
' container reference. -
Uses of MIFilter in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIFilter Modifier and Type Class Description class
MFilter
An implementation of the model object 'Filter'.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIFilter Modifier and Type Method Description MIFilter
MAnalysisMetaModelFactory. createFilter()
MIFilter
MInputPort. getParent()
Methods in kieker.analysis.model.analysisMetaModel.impl with parameters of type MIFilter Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
MInputPort. basicSetParent(MIFilter newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
void
MInputPort. setParent(MIFilter newParent)
-
Uses of MIFilter in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIFilter Modifier and Type Method Description T
AnalysisMetaModelSwitch. caseFilter(MIFilter object)
Returns the result of interpreting the object as an instance of 'Filter'. -
Uses of MIFilter in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model with parameters of type MIFilter Modifier and Type Method Description static MIInputPort
MetaModelHandler. findInputPort(MIFilter mPlugin, java.lang.String name)
Deprecated.Searches for an input port within the given plugin with the given name.