Uses of Interface
de.cau.cs.kieler.krep.editors.rif.rif.Tick

Packages that use Tick
de.cau.cs.kieler.krep.editors.rif   
de.cau.cs.kieler.krep.editors.rif.rif   
de.cau.cs.kieler.krep.editors.rif.rif.impl   
de.cau.cs.kieler.krep.editors.rif.rif.util   
 

Uses of Tick in de.cau.cs.kieler.krep.editors.rif
 

Constructors in de.cau.cs.kieler.krep.editors.rif with parameters of type Tick
RifTick(EList<decl> inputs, EList<decl> outputs, Tick theTick)
           
 

Uses of Tick in de.cau.cs.kieler.krep.editors.rif.rif
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif that return Tick
 Tick RifFactory.createTick()
          Returns a new object of class 'Tick'.
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif that return types with arguments of type Tick
 EList<Tick> Trace.getTick()
          Returns the value of the 'Tick' containment reference list.
 

Uses of Tick in de.cau.cs.kieler.krep.editors.rif.rif.impl
 

Classes in de.cau.cs.kieler.krep.editors.rif.rif.impl that implement Tick
 class TickImpl
          An implementation of the model object 'Tick'.
 

Fields in de.cau.cs.kieler.krep.editors.rif.rif.impl with type parameters of type Tick
protected  EList<Tick> TraceImpl.tick
          The cached value of the 'Tick' containment reference list.
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.impl that return Tick
 Tick RifFactoryImpl.createTick()
           
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.impl that return types with arguments of type Tick
 EList<Tick> TraceImpl.getTick()
           
 

Uses of Tick in de.cau.cs.kieler.krep.editors.rif.rif.util
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.util with parameters of type Tick
 T RifSwitch.caseTick(Tick object)
          Returns the result of interpreting the object as an instance of 'Tick'.