de.cau.cs.kieler.esterel.esterel
Interface DataFunction

All Superinterfaces:
DataExpr, DataUnaryExpr, EObject, Notifier
All Known Implementing Classes:
DataFunctionImpl

public interface DataFunction
extends DataUnaryExpr

A representation of the model object 'Data Function'.

The following features are supported:

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

Method Summary
 EList<DataExpr> getDataExpr()
          Returns the value of the 'Data Expr' containment reference list.
 Function getFunction()
          Returns the value of the 'Function' reference.
 void setFunction(Function value)
          Sets the value of the 'Function' reference.
 
Methods inherited from interface de.cau.cs.kieler.esterel.esterel.DataExpr
getExpr, getLeft, getOp, getRight, setExpr, setLeft, setOp, setRight
 
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

getFunction

Function getFunction()
Returns the value of the 'Function' reference.

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

Returns:
the value of the 'Function' reference.
See Also:
setFunction(Function), EsterelPackage.getDataFunction_Function()
Generated:
This code was automatically generated.
Model element

setFunction

void setFunction(Function value)
Sets the value of the 'Function' reference.

Parameters:
value - the new value of the 'Function' reference.
See Also:
getFunction()
Generated:
This code was automatically generated.

getDataExpr

EList<DataExpr> getDataExpr()
Returns the value of the 'Data Expr' containment reference list. The list contents are of type DataExpr.

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

Returns:
the value of the 'Data Expr' containment reference list.
See Also:
EsterelPackage.getDataFunction_DataExpr()
Generated:
This code was automatically generated.
Model element:
containment=true