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

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

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

Methods in de.cau.cs.kieler.krep.evalbench.trace that return IO
static IO IO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IO[] IO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.krep.evalbench.trace with parameters of type IO
 void Tick.add(IO io, Signal s)
          Add additional signal to a tick.
 void Trace.add(IO io, Signal s)
          add signal to the last tick of the trace.
 String Tick.toString(IO io)
          print part of the tick.