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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return DoWatching
 DoWatching EsterelFactory.createDoWatching()
          Returns a new object of class 'Do Watching'.
 DoWatching Do.getEndWatch()
          Returns the value of the 'End Watch' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type DoWatching
 void Do.setEndWatch(DoWatching value)
          Sets the value of the 'End Watch' containment reference.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement DoWatching
 class DoWatchingImpl
          An implementation of the model object 'Do Watching'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as DoWatching
protected  DoWatching DoImpl.endWatch
          The cached value of the 'End Watch' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return DoWatching
 DoWatching EsterelFactoryImpl.createDoWatching()
           
 DoWatching DoImpl.getEndWatch()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type DoWatching
 NotificationChain DoImpl.basicSetEndWatch(DoWatching newEndWatch, NotificationChain msgs)
           
 void DoImpl.setEndWatch(DoWatching newEndWatch)
           
 

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

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type DoWatching
 T EsterelSwitch.caseDoWatching(DoWatching object)
          Returns the result of interpreting the object as an instance of 'Do Watching'.