Uses of Interface
kieker.analysis.model.analysisMetaModel.MIInputPort
Packages that use MIInputPort
Package
Description
-
Uses of MIInputPort in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIInputPortModifier and TypeMethodDescriptionMIAnalysisMetaModelFactory.createInputPort()Returns a new object of class 'Input Port'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIInputPortModifier and TypeMethodDescriptionorg.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 MIInputPortModifier and TypeClassDescriptionclassAn implementation of the model object 'Input Port'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIInputPortModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MIInputPort>MFilter.inputPortsThe cached value of the 'Input Ports' containment reference list.protected org.eclipse.emf.common.util.EList<MIInputPort>MOutputPort.subscribersThe cached value of the 'Subscribers' reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIInputPortMethods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIInputPortModifier and TypeMethodDescriptionorg.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 MIInputPortModifier and TypeMethodDescriptionAnalysisMetaModelSwitch.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 MIInputPortModifier and TypeMethodDescriptionstatic MIInputPortMetaModelHandler.findInputPort(MIFilter mPlugin, String name) Deprecated.Searches for an input port within the given plugin with the given name.