de.cau.cs.kieler.dataflow
Interface InputPort
- All Superinterfaces:
- EObject, Notifier, Port
- All Known Implementing Classes:
- InputPortImpl
public interface InputPort
- extends Port
A representation of the model object 'Input Port'.
The following features are supported:
- See Also:
DataflowPackage.getInputPort()
- Rating

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getParentBox
Box getParentBox()
- Returns the value of the 'Parent Box' container reference.
It is bidirectional and its opposite is '
Inputs
'.
If the meaning of the 'Parent Box' container reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Parent Box' container reference.
- See Also:
setParentBox(Box)
,
DataflowPackage.getInputPort_ParentBox()
,
Box.getInputs()
- Generated:
- This code was automatically generated.
- Model element:
opposite | = | inputs |
required | = | true |
transient | = | false |
setParentBox
void setParentBox(Box value)
- Sets the value of the '
Parent Box
' container reference.
- Parameters:
value
- the new value of the 'Parent Box' container reference.- See Also:
getParentBox()
- Generated:
- This code was automatically generated.