Uses of Interface
de.cau.cs.kieler.esterel.esterel.DelayExpr

Packages that use DelayExpr
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of DelayExpr in de.cau.cs.kieler.esterel.esterel
 

Methods in de.cau.cs.kieler.esterel.esterel that return DelayExpr
 DelayExpr EsterelFactory.createDelayExpr()
          Returns a new object of class 'Delay Expr'.
 DelayExpr AbortCaseSingle.getDelay()
          Returns the value of the 'Delay' containment reference.
 DelayExpr AbortInstance.getDelay()
          Returns the value of the 'Delay' containment reference.
 DelayExpr DoWatching.getDelay()
          Returns the value of the 'Delay' containment reference.
 DelayExpr EveryDo.getDelay()
          Returns the value of the 'Delay' containment reference.
 DelayExpr LoopDelay.getDelay()
          Returns the value of the 'Delay' containment reference.
 DelayExpr Suspend.getDelay()
          Returns the value of the 'Delay' containment reference.
 DelayExpr WeakAbortInstance.getDelay()
          Returns the value of the 'Delay' containment reference.
 DelayExpr DoUpto.getExpr()
          Returns the value of the 'Expr' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type DelayExpr
 void AbortCaseSingle.setDelay(DelayExpr value)
          Sets the value of the 'Delay' containment reference.
 void AbortInstance.setDelay(DelayExpr value)
          Sets the value of the 'Delay' containment reference.
 void DoWatching.setDelay(DelayExpr value)
          Sets the value of the 'Delay' containment reference.
 void EveryDo.setDelay(DelayExpr value)
          Sets the value of the 'Delay' containment reference.
 void LoopDelay.setDelay(DelayExpr value)
          Sets the value of the 'Delay' containment reference.
 void Suspend.setDelay(DelayExpr value)
          Sets the value of the 'Delay' containment reference.
 void WeakAbortInstance.setDelay(DelayExpr value)
          Sets the value of the 'Delay' containment reference.
 void DoUpto.setExpr(DelayExpr value)
          Sets the value of the 'Expr' containment reference.
 

Uses of DelayExpr in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement DelayExpr
 class DelayExprImpl
          An implementation of the model object 'Delay Expr'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as DelayExpr
protected  DelayExpr AbortCaseSingleImpl.delay
          The cached value of the 'Delay' containment reference.
protected  DelayExpr AbortInstanceImpl.delay
          The cached value of the 'Delay' containment reference.
protected  DelayExpr DoWatchingImpl.delay
          The cached value of the 'Delay' containment reference.
protected  DelayExpr EveryDoImpl.delay
          The cached value of the 'Delay' containment reference.
protected  DelayExpr LoopDelayImpl.delay
          The cached value of the 'Delay' containment reference.
protected  DelayExpr SuspendImpl.delay
          The cached value of the 'Delay' containment reference.
protected  DelayExpr WeakAbortInstanceImpl.delay
          The cached value of the 'Delay' containment reference.
protected  DelayExpr DoUptoImpl.expr
          The cached value of the 'Expr' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return DelayExpr
 DelayExpr EsterelFactoryImpl.createDelayExpr()
           
 DelayExpr AbortCaseSingleImpl.getDelay()
           
 DelayExpr AbortInstanceImpl.getDelay()
           
 DelayExpr DoWatchingImpl.getDelay()
           
 DelayExpr EveryDoImpl.getDelay()
           
 DelayExpr LoopDelayImpl.getDelay()
           
 DelayExpr SuspendImpl.getDelay()
           
 DelayExpr WeakAbortInstanceImpl.getDelay()
           
 DelayExpr DoUptoImpl.getExpr()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type DelayExpr
 NotificationChain AbortCaseSingleImpl.basicSetDelay(DelayExpr newDelay, NotificationChain msgs)
           
 NotificationChain AbortInstanceImpl.basicSetDelay(DelayExpr newDelay, NotificationChain msgs)
           
 NotificationChain DoWatchingImpl.basicSetDelay(DelayExpr newDelay, NotificationChain msgs)
           
 NotificationChain EveryDoImpl.basicSetDelay(DelayExpr newDelay, NotificationChain msgs)
           
 NotificationChain LoopDelayImpl.basicSetDelay(DelayExpr newDelay, NotificationChain msgs)
           
 NotificationChain SuspendImpl.basicSetDelay(DelayExpr newDelay, NotificationChain msgs)
           
 NotificationChain WeakAbortInstanceImpl.basicSetDelay(DelayExpr newDelay, NotificationChain msgs)
           
 NotificationChain DoUptoImpl.basicSetExpr(DelayExpr newExpr, NotificationChain msgs)
           
 void AbortCaseSingleImpl.setDelay(DelayExpr newDelay)
           
 void AbortInstanceImpl.setDelay(DelayExpr newDelay)
           
 void DoWatchingImpl.setDelay(DelayExpr newDelay)
           
 void EveryDoImpl.setDelay(DelayExpr newDelay)
           
 void LoopDelayImpl.setDelay(DelayExpr newDelay)
           
 void SuspendImpl.setDelay(DelayExpr newDelay)
           
 void WeakAbortInstanceImpl.setDelay(DelayExpr newDelay)
           
 void DoUptoImpl.setExpr(DelayExpr newExpr)
           
 

Uses of DelayExpr in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type DelayExpr
 T EsterelSwitch.caseDelayExpr(DelayExpr object)
          Returns the result of interpreting the object as an instance of 'Delay Expr'.