de.cau.cs.kieler.dataflow
Interface Box
- All Superinterfaces:
- DataflowModel, EObject, Notifier
- All Known Implementing Classes:
- BoxImpl
public interface Box
- extends DataflowModel
A representation of the model object 'Box'.
The following features are supported:
- See Also:
DataflowPackage.getBox()
- 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 |
getInputs
EList<InputPort> getInputs()
- Returns the value of the 'Inputs' containment reference list.
The list contents are of type
InputPort
.
It is bidirectional and its opposite is 'Parent Box
'.
If the meaning of the 'Inputs' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Inputs' containment reference list.
- See Also:
DataflowPackage.getBox_Inputs()
,
InputPort.getParentBox()
- Generated:
- This code was automatically generated.
- Model element:
opposite | = | parentBox |
containment | = | true |
getOutputs
EList<OutputPort> getOutputs()
- Returns the value of the 'Outputs' containment reference list.
The list contents are of type
OutputPort
.
It is bidirectional and its opposite is 'Parent Box
'.
If the meaning of the 'Outputs' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Outputs' containment reference list.
- See Also:
DataflowPackage.getBox_Outputs()
,
OutputPort.getParentBox()
- Generated:
- This code was automatically generated.
- Model element:
opposite | = | parentBox |
containment | = | true |