Uses of Interface
de.cau.cs.kieler.sim.esi.esi.tick

Packages that use tick
de.cau.cs.kieler.sim.esi   
de.cau.cs.kieler.sim.esi.esi   
de.cau.cs.kieler.sim.esi.esi.impl   
de.cau.cs.kieler.sim.esi.esi.util   
 

Uses of tick in de.cau.cs.kieler.sim.esi
 

Constructors in de.cau.cs.kieler.sim.esi with parameters of type tick
EsiTick(tick t)
           
 

Uses of tick in de.cau.cs.kieler.sim.esi.esi
 

Methods in de.cau.cs.kieler.sim.esi.esi that return tick
 tick EsiFactory.createtick()
          Returns a new object of class 'tick'.
 

Methods in de.cau.cs.kieler.sim.esi.esi that return types with arguments of type tick
 EList<tick> trace.getTicks()
          Returns the value of the 'Ticks' containment reference list.
 

Uses of tick in de.cau.cs.kieler.sim.esi.esi.impl
 

Classes in de.cau.cs.kieler.sim.esi.esi.impl that implement tick
 class tickImpl
          An implementation of the model object 'tick'.
 

Fields in de.cau.cs.kieler.sim.esi.esi.impl with type parameters of type tick
protected  EList<tick> traceImpl.ticks
          The cached value of the 'Ticks' containment reference list.
 

Methods in de.cau.cs.kieler.sim.esi.esi.impl that return tick
 tick EsiFactoryImpl.createtick()
           
 

Methods in de.cau.cs.kieler.sim.esi.esi.impl that return types with arguments of type tick
 EList<tick> traceImpl.getTicks()
           
 

Uses of tick in de.cau.cs.kieler.sim.esi.esi.util
 

Methods in de.cau.cs.kieler.sim.esi.esi.util with parameters of type tick
 T EsiSwitch.casetick(tick object)
          Returns the result of interpreting the object as an instance of 'tick'.