Interface MIFilter
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MIAnalysisComponent,MIPlugin,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MFilter
A representation of the model object 'Filter'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MIInputPort>Returns the value of the 'Input Ports' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
getClassname, getId, getName, getProperties, setClassname, setId, setNameMethods inherited from interface kieker.analysis.model.analysisMetaModel.MIPlugin
getDisplays, getOutputPorts, getRepositoriesMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInputPorts
org.eclipse.emf.common.util.EList<MIInputPort> getInputPorts()Returns the value of the 'Input Ports' containment reference list. The list contents are of typeMIInputPort. It is bidirectional and its opposite is 'Parent'.If the meaning of the 'Input Ports' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Input Ports' containment reference list.
- See Also:
- Generated:
- Model:
- opposite="parent" containment="true"
-