de.cau.cs.kieler.krep.editors.rif
Class RifTick
java.lang.Object
de.cau.cs.kieler.krep.editors.rif.RifTick
- All Implemented Interfaces:
- ITick
public class RifTick
- extends Object
- implements ITick
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RifTick
public RifTick(EList<decl> inputs,
EList<decl> outputs,
Tick theTick)
- Parameters:
outputs
- inputs
- theTick
-
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