Uses of Interface
kieker.analysis.model.analysisMetaModel.MIOutputPort
| Package | Description |
|---|---|
| kieker.analysis.model.analysisMetaModel | |
| kieker.analysis.model.analysisMetaModel.impl | |
| kieker.analysis.model.analysisMetaModel.util | |
| kieker.analysis.stage.model |
-
Uses of MIOutputPort in kieker.analysis.model.analysisMetaModel
Methods in kieker.analysis.model.analysisMetaModel that return MIOutputPort Modifier and Type Method Description MIOutputPortMIAnalysisMetaModelFactory. createOutputPort()Returns a new object of class 'Output Port'.Methods in kieker.analysis.model.analysisMetaModel that return types with arguments of type MIOutputPort Modifier and Type Method Description org.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 MIOutputPort Modifier and Type Class Description classMOutputPortAn implementation of the model object 'Output Port'.Fields in kieker.analysis.model.analysisMetaModel.impl with type parameters of type MIOutputPort Modifier and Type Field Description protected 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 MIOutputPort Modifier and Type Method Description MIOutputPortMAnalysisMetaModelFactory. createOutputPort()Methods in kieker.analysis.model.analysisMetaModel.impl that return types with arguments of type MIOutputPort Modifier and Type Method Description org.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 MIOutputPort Modifier and Type Method Description TAnalysisMetaModelSwitch. 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 MIOutputPort Modifier and Type Method Description static MIOutputPortMetaModelHandler. findOutputPort(MIPlugin mPlugin, java.lang.String name)Deprecated.Searches for an output port within the given plugin with the given name.