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 red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<InputPort> getInputs()
          Returns the value of the 'Inputs' containment reference list.
 EList<OutputPort> getOutputs()
          Returns the value of the 'Outputs' containment reference list.
 
Methods inherited from interface de.cau.cs.kieler.dataflow.DataflowModel
getBoxes, getConnections, getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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