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

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

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

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

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

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

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

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as DoWatchingEnd
protected  DoWatchingEnd DoWatchingImpl.end
          The cached value of the 'End' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return DoWatchingEnd
 DoWatchingEnd EsterelFactoryImpl.createDoWatchingEnd()
           
 DoWatchingEnd DoWatchingImpl.getEnd()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type DoWatchingEnd
 NotificationChain DoWatchingImpl.basicSetEnd(DoWatchingEnd newEnd, NotificationChain msgs)
           
 void DoWatchingImpl.setEnd(DoWatchingEnd newEnd)
           
 

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

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