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

Method Summary
 Box getParentBox()
          Returns the value of the 'Parent Box' container reference.
 void setParentBox(Box value)
          Sets the value of the 'Parent Box' container reference.
 
Methods inherited from interface de.cau.cs.kieler.dataflow.Port
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

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.