de.cau.cs.kieler.dataflow
Interface OutputPort
- All Superinterfaces:
- EObject, Notifier, Port
- All Known Implementing Classes:
- OutputPortImpl
public interface OutputPort
- extends Port
A representation of the model object 'Output Port'.
The following features are supported:
- See Also:
DataflowPackage.getOutputPort()
- 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 '
Outputs
'.
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.getOutputPort_ParentBox()
,
Box.getOutputs()
- Generated:
- This code was automatically generated.
- Model element:
opposite | = | outputs |
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.