Uses of Interface
kieker.analysis.model.analysisMetaModel.MIOutputPort
Packages that use MIOutputPort
Package
Description
-
Uses of MIOutputPort in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIOutputPortModifier and TypeMethodDescriptionMIAnalysisMetaModelFactory.createOutputPort()Returns a new object of class 'Output Port'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIOutputPortModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MIOutputPort>MIPlugin.getOutputPorts()Returns the value of the 'Output Ports' containment reference list. -
Uses of MIOutputPort in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIOutputPortModifier and TypeClassDescriptionclassAn implementation of the model object 'Output Port'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIOutputPortModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MIOutputPort>MPlugin.outputPortsThe cached value of the 'Output Ports' containment reference list.Methods in kieker.analysis.model.analysisMetaModel.impl that return MIOutputPortMethods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIOutputPortModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MIOutputPort>MPlugin.getOutputPorts() -
Uses of MIOutputPort in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIOutputPortModifier and TypeMethodDescriptionAnalysisMetaModelSwitch.caseOutputPort(MIOutputPort object) Returns the result of interpreting the object as an instance of 'Output Port'. -
Uses of MIOutputPort in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that return MIOutputPortModifier and TypeMethodDescriptionstatic MIOutputPortMetaModelHandler.findOutputPort(MIPlugin mPlugin, String name) Deprecated.Searches for an output port within the given plugin with the given name.