Uses of Interface
kieker.analysis.model.analysisMetaModel.MIInputPort
Package | Description |
---|---|
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util | |
kieker.analysis.stage.model |
-
Uses of MIInputPort in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIInputPort Modifier and Type Method Description MIInputPort
MIAnalysisMetaModelFactory. createInputPort()
Returns a new object of class 'Input Port'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIInputPort Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIInputPort>
MIFilter. getInputPorts()
Returns the value of the 'Input Ports' containment reference list.org.eclipse.emf.common.util.EList<MIInputPort>
MIOutputPort. getSubscribers()
Returns the value of the 'Subscribers' reference list. -
Uses of MIInputPort in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIInputPort Modifier and Type Class Description class
MInputPort
An implementation of the model object 'Input Port'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIInputPort Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<MIInputPort>
MFilter. inputPorts
The cached value of the 'Input Ports
' containment reference list.protected org.eclipse.emf.common.util.EList<MIInputPort>
MOutputPort. subscribers
The cached value of the 'Subscribers
' reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIInputPort Modifier and Type Method Description MIInputPort
MAnalysisMetaModelFactory. createInputPort()
Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIInputPort Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIInputPort>
MFilter. getInputPorts()
org.eclipse.emf.common.util.EList<MIInputPort>
MOutputPort. getSubscribers()
-
Uses of MIInputPort in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIInputPort Modifier and Type Method Description T
AnalysisMetaModelSwitch. caseInputPort(MIInputPort object)
Returns the result of interpreting the object as an instance of 'Input Port'. -
Uses of MIInputPort in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that return MIInputPort 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.