Uses of Interface
kieker.analysis.model.analysisMetaModel.MIPort
Package | Description |
---|---|
kieker.analysis.model.analysisMetaModel | |
kieker.analysis.model.analysisMetaModel.impl | |
kieker.analysis.model.analysisMetaModel.util |
-
Uses of MIPort in kieker.analysis.model.analysisMetaModel
Subinterfaces of MIPort in kieker.analysis.model.analysisMetaModel Modifier and Type Interface Description interface
MIInputPort
A representation of the model object 'Input Port'.interface
MIOutputPort
A representation of the model object 'Output Port'. -
Uses of MIPort in kieker.analysis.model.analysisMetaModel.impl
Classes in kieker.analysis.model.analysisMetaModel.impl that implement MIPort Modifier and Type Class Description class
MInputPort
An implementation of the model object 'Input Port'.class
MOutputPort
An implementation of the model object 'Output Port'.class
MPort
An implementation of the model object 'Port'. -
Uses of MIPort in kieker.analysis.model.analysisMetaModel.util
Methods in kieker.analysis.model.analysisMetaModel.util with parameters of type MIPort Modifier and Type Method Description T
AnalysisMetaModelSwitch. casePort(MIPort object)
Returns the result of interpreting the object as an instance of 'Port'.