de.cau.cs.kieler.esterel.esterel
Interface DataExpr

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
DataBlock, DataCurrent, DataFunction, DataPre, DataTrap, DataUnaryExpr, DataValueBoolean, DataValueFloat, DataValueID, DataValueInt, DataValueString
All Known Implementing Classes:
DataBlockImpl, DataCurrentImpl, DataExprImpl, DataFunctionImpl, DataPreImpl, DataTrapImpl, DataUnaryExprImpl, DataValueBooleanImpl, DataValueFloatImpl, DataValueIDImpl, DataValueIntImpl, DataValueStringImpl

public interface DataExpr
extends EObject

A representation of the model object 'Data Expr'.

The following features are supported:

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

Method Summary
 DataExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 DataUnaryExpr getLeft()
          Returns the value of the 'Left' containment reference.
 String getOp()
          Returns the value of the 'Op' attribute.
 DataExpr getRight()
          Returns the value of the 'Right' containment reference.
 void setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void setLeft(DataUnaryExpr value)
          Sets the value of the 'Left' containment reference.
 void setOp(String value)
          Sets the value of the 'Op' attribute.
 void setRight(DataExpr value)
          Sets the value of the 'Right' containment reference.
 
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

getLeft

DataUnaryExpr getLeft()
Returns the value of the 'Left' containment reference.

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

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(DataUnaryExpr), EsterelPackage.getDataExpr_Left()
Generated:
This code was automatically generated.
Model element:
containment=true

setLeft

void setLeft(DataUnaryExpr value)
Sets the value of the 'Left' containment reference.

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

getOp

String getOp()
Returns the value of the 'Op' attribute.

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

Returns:
the value of the 'Op' attribute.
See Also:
setOp(String), EsterelPackage.getDataExpr_Op()
Generated:
This code was automatically generated.
Model element

setOp

void setOp(String value)
Sets the value of the 'Op' attribute.

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

getRight

DataExpr getRight()
Returns the value of the 'Right' containment reference.

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

Returns:
the value of the 'Right' containment reference.
See Also:
setRight(DataExpr), EsterelPackage.getDataExpr_Right()
Generated:
This code was automatically generated.
Model element:
containment=true

setRight

void setRight(DataExpr value)
Sets the value of the 'Right' containment reference.

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

getExpr

DataExpr getExpr()
Returns the value of the 'Expr' containment reference.

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

Returns:
the value of the 'Expr' containment reference.
See Also:
setExpr(DataExpr), EsterelPackage.getDataExpr_Expr()
Generated:
This code was automatically generated.
Model element:
containment=true

setExpr

void setExpr(DataExpr value)
Sets the value of the 'Expr' containment reference.

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