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

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
DataEquation, DataMinus, DataMult
All Known Implementing Classes:
DataEquationImpl, DataExprImpl, DataMinusImpl, DataMultImpl

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
 DataMult getLeft()
          Returns the value of the 'Left' containment reference.
 String getOp()
          Returns the value of the 'Op' attribute.
 DataMult getRight()
          Returns the value of the 'Right' containment reference.
 void setLeft(DataMult value)
          Sets the value of the 'Left' containment reference.
 void setOp(String value)
          Sets the value of the 'Op' attribute.
 void setRight(DataMult 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLeft

DataMult 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(DataMult), EsterelPackage.getDataExpr_Left()
Generated:
This code was automatically generated.
Model element:
containment=true

setLeft

void setLeft(DataMult 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

DataMult 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(DataMult), EsterelPackage.getDataExpr_Right()
Generated:
This code was automatically generated.
Model element:
containment=true

setRight

void setRight(DataMult 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.