de.cau.cs.kieler.sim.esi
Class EsiTick

java.lang.Object
  extended by de.cau.cs.kieler.sim.esi.EsiTick
All Implemented Interfaces:
ITick

public class EsiTick
extends Object
implements ITick

Rating red

Constructor Summary
EsiTick(tick t)
           
 
Method Summary
 List<Signal> getInputs()
          Get input signals of the tick.
 List<Signal> getOutputs()
          Get output signals of the tick.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EsiTick

public EsiTick(tick t)
Parameters:
current -
Method Detail

getInputs

public 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.

Specified by:
getInputs in interface ITick
Returns:
all input signals

getOutputs

public 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.

Specified by:
getOutputs in interface ITick
Returns:
all output signals