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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return DoUpto
 DoUpto EsterelFactory.createDoUpto()
          Returns a new object of class 'Do Upto'.
 DoUpto Do.getEndUp()
          Returns the value of the 'End Up' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type DoUpto
 void Do.setEndUp(DoUpto value)
          Sets the value of the 'End Up' containment reference.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement DoUpto
 class DoUptoImpl
          An implementation of the model object 'Do Upto'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as DoUpto
protected  DoUpto DoImpl.endUp
          The cached value of the 'End Up' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return DoUpto
 DoUpto EsterelFactoryImpl.createDoUpto()
           
 DoUpto DoImpl.getEndUp()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type DoUpto
 NotificationChain DoImpl.basicSetEndUp(DoUpto newEndUp, NotificationChain msgs)
           
 void DoImpl.setEndUp(DoUpto newEndUp)
           
 

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

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