Uses of Interface
de.cau.cs.kieler.sim.trace.ITick

Packages that use ITick
de.cau.cs.kieler.sim.trace   
 

Uses of ITick in de.cau.cs.kieler.sim.trace
 

Methods in de.cau.cs.kieler.sim.trace that return ITick
 ITick ITrace.current()
          Returns the current tick of the trace, without switching to the next tick.
 ITick ITrace.next()
          Activate and return the next tick of the trace, or null if no further tick exists.