de.cau.cs.kieler.esterel.esterel
Interface DataMinus

All Superinterfaces:
DataEquation, DataExpr, DataMult, EObject, Notifier
All Known Implementing Classes:
DataMinusImpl

public interface DataMinus
extends DataEquation

A representation of the model object 'Data Minus'.

The following features are supported:

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

Method Summary
 DataUnaryExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 String getPre()
          Returns the value of the 'Pre' attribute.
 void setExpr(DataUnaryExpr value)
          Sets the value of the 'Expr' containment reference.
 void setPre(String value)
          Sets the value of the 'Pre' attribute.
 
Methods inherited from interface de.cau.cs.kieler.esterel.esterel.DataExpr
getLeft, getOp, getRight, setLeft, setOp, setRight
 
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

getPre

String getPre()
Returns the value of the 'Pre' attribute.

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

Returns:
the value of the 'Pre' attribute.
See Also:
setPre(String), EsterelPackage.getDataMinus_Pre()
Generated:
This code was automatically generated.
Model element

setPre

void setPre(String value)
Sets the value of the 'Pre' attribute.

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

getExpr

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

setExpr

void setExpr(DataUnaryExpr 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.