de.cau.cs.kieler.esterel.esterel
Interface DoUpto

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DoUptoImpl

public interface DoUpto
extends EObject

A representation of the model object 'Do Upto'.

The following features are supported:

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

Method Summary
 DelayExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 void setExpr(DelayExpr value)
          Sets the value of the 'Expr' 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

getExpr

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

setExpr

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