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


public interface ITick

Rating red

Method Summary
 List<Signal> getInputs()
          Get input signals of the tick.
 List<Signal> getOutputs()
          Get output signals of the tick.
 

Method Detail

getInputs

List<Signal> getInputs()
Get input signals of the tick. A signal is absent if it is either not in the list, or if its status is false.

Returns:
all input signals

getOutputs

List<Signal> getOutputs()
Get output signals of the tick. A signal is absent if it is either not in the list, or if its status is false.

Returns:
all output signals