de.cau.cs.kieler.sim.esi
Class EsiTick
java.lang.Object
de.cau.cs.kieler.sim.esi.EsiTick
- All Implemented Interfaces:
- ITick
public class EsiTick
- extends Object
- implements ITick
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EsiTick
public EsiTick(tick t)
- Parameters:
current
-
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