Interface MIInputPort
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MIPort
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MInputPort
public interface MIInputPort extends MIPort
A representation of the model object 'Input Port'.
The following features are supported:
- See Also:
MIAnalysisMetaModelPackage.getInputPort()
- Generated:
- Model:
-
Method Details
-
getParent
MIFilter getParent()Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Input Ports
'.If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent' container reference.
- See Also:
setParent(MIFilter)
,MIAnalysisMetaModelPackage.getInputPort_Parent()
,MIFilter.getInputPorts()
- Generated:
- Model:
- opposite="inputPorts" required="true" transient="false"
-
setParent
Sets the value of the 'Parent
' container reference.- Parameters:
value
- the new value of the 'Parent' container reference.- See Also:
getParent()
- Generated:
-