de.cau.cs.kieler.krep.editors.rif
Class RifTick

java.lang.Object
  extended by de.cau.cs.kieler.krep.editors.rif.RifTick
All Implemented Interfaces:
ITick

public class RifTick
extends Object
implements ITick

Rating red

Constructor Summary
RifTick(EList<decl> inputs, EList<decl> outputs, Tick theTick)
           
 
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

RifTick

public RifTick(EList<decl> inputs,
               EList<decl> outputs,
               Tick theTick)
Parameters:
outputs -
inputs -
theTick -
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