Uses of Class
de.cau.cs.kieler.krep.evalbench.trace.Tick

Packages that use Tick
de.cau.cs.kieler.krep.evalbench.trace Implementation of Traces. 
de.cau.cs.kieler.krep.evalbench.trace.esi   
 

Uses of Tick in de.cau.cs.kieler.krep.evalbench.trace
 

Methods in de.cau.cs.kieler.krep.evalbench.trace that return Tick
 Tick Trace.getTick()
           
 Tick Trace.next()
          activate the next tick.
 Tick TraceList.next()
           
 

Methods in de.cau.cs.kieler.krep.evalbench.trace that return types with arguments of type Tick
 ArrayList<Tick> Trace.getTicks()
           
 

Methods in de.cau.cs.kieler.krep.evalbench.trace with parameters of type Tick
 void Trace.add(Tick t)
          add an additional tick to the end of the trace.
 void Tick.setOutput(Tick t)
          copy all outputs from Tick t.
 void Trace.setOutput(Tick output)
          set the value of the output signal in the current tick.
 void TraceList.setOutput(Tick output)
           
 boolean Tick.validate(Tick tick)
          Test whether the current output is equal to the last snapshot of tick t.
 

Method parameters in de.cau.cs.kieler.krep.evalbench.trace with type arguments of type Tick
 void Trace.setTicks(ArrayList<Tick> ts)
           
 

Constructors in de.cau.cs.kieler.krep.evalbench.trace with parameters of type Tick
Tick(Tick t)
          copy tick contents.
 

Constructor parameters in de.cau.cs.kieler.krep.evalbench.trace with type arguments of type Tick
Trace(LinkedList<Tick> ts)
          Generate new Trace from a list of ticks.
 

Uses of Tick in de.cau.cs.kieler.krep.evalbench.trace.esi
 

Methods in de.cau.cs.kieler.krep.evalbench.trace.esi that return Tick
 Tick esiParser.tick()