de.cau.cs.kieler.dataflow
Interface DataflowModel

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
Box
All Known Implementing Classes:
BoxImpl, DataflowModelImpl

public interface DataflowModel
extends EObject

A representation of the model object 'Model'.

The following features are supported:

See Also:
DataflowPackage.getDataflowModel()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Box> getBoxes()
          Returns the value of the 'Boxes' containment reference list.
 EList<Connection> getConnections()
          Returns the value of the 'Connections' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DataflowPackage.getDataflowModel_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.

getBoxes

EList<Box> getBoxes()
Returns the value of the 'Boxes' containment reference list. The list contents are of type Box.

If the meaning of the 'Boxes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Boxes' containment reference list.
See Also:
DataflowPackage.getDataflowModel_Boxes()
Generated:
This code was automatically generated.
Model element:
containment=true

getConnections

EList<Connection> getConnections()
Returns the value of the 'Connections' containment reference list. The list contents are of type Connection.

If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Connections' containment reference list.
See Also:
DataflowPackage.getDataflowModel_Connections()
Generated:
This code was automatically generated.
Model element:
containment=true