de.cau.cs.kieler.esterel.esterel
Interface LoopDelay

All Superinterfaces:
EObject, LoopEach, Notifier
All Known Implementing Classes:
LoopDelayImpl

public interface LoopDelay
extends LoopEach

A representation of the model object 'Loop Delay'.

The following features are supported:

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

Method Summary
 DelayExpr getDelay()
          Returns the value of the 'Delay' containment reference.
 void setDelay(DelayExpr value)
          Sets the value of the 'Delay' 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

getDelay

DelayExpr getDelay()
Returns the value of the 'Delay' containment reference.

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

Returns:
the value of the 'Delay' containment reference.
See Also:
setDelay(DelayExpr), EsterelPackage.getLoopDelay_Delay()
Generated:
This code was automatically generated.
Model element:
containment=true

setDelay

void setDelay(DelayExpr value)
Sets the value of the 'Delay' containment reference.

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