de.cau.cs.kieler.esterel.esterel
Interface DataBlock
- All Superinterfaces:
- DataExpr, DataUnaryExpr, EObject, Notifier
- All Known Implementing Classes:
- DataBlockImpl
public interface DataBlock
- extends DataUnaryExpr
A representation of the model object 'Data Block'.
The following features are supported:
- See Also:
EsterelPackage.getDataBlock()
- 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 |
getDataExpr
DataExpr getDataExpr()
- Returns the value of the 'Data Expr' containment reference.
If the meaning of the 'Data Expr' containment reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Data Expr' containment reference.
- See Also:
setDataExpr(DataExpr)
,
EsterelPackage.getDataBlock_DataExpr()
- Generated:
- This code was automatically generated.
- Model element:
setDataExpr
void setDataExpr(DataExpr value)
- Sets the value of the '
Data Expr
' containment reference.
- Parameters:
value
- the new value of the 'Data Expr' containment reference.- See Also:
getDataExpr()
- Generated:
- This code was automatically generated.