Uses of Class
de.cau.cs.kieler.krep.evalbench.comm.Signal

Packages that use Signal
de.cau.cs.kieler.krep.evalbench.comm Package that defines a common interface for the communication between KIELER and the processor. 
de.cau.cs.kieler.krep.evalbench.program Assembler representation for the different processors. 
de.cau.cs.kieler.krep.evalbench.program.kep.parser   
de.cau.cs.kieler.krep.evalbench.smakc Support for the smakc compiler to translate kit files into KEP assembler. 
de.cau.cs.kieler.krep.evalbench.trace Implementation of Traces. 
de.cau.cs.kieler.krep.evalbench.trace.esi   
de.cau.cs.kieler.krep.evalbench.ui.editors Special editors for input languages for the Kiel Reactive Processors. 
 

Uses of Signal in de.cau.cs.kieler.krep.evalbench.comm
 

Methods in de.cau.cs.kieler.krep.evalbench.comm with parameters of type Signal
 int Signal.compareTo(Signal o)
          
 

Method parameters in de.cau.cs.kieler.krep.evalbench.comm with type arguments of type Signal
 int ICommunicationProtocol.tick(int maxSignals, LinkedList<Signal> inputs, LinkedList<Signal> outputs)
          Performs a program tick by sending the global input signal status, executing the tick command and reading the global output signal status.
 int ICommunicationProtocol.tick(int maxSignals, LinkedList<Signal> inputs, LinkedList<Signal> outputs)
          Performs a program tick by sending the global input signal status, executing the tick command and reading the global output signal status.
 int KepProtocol.tick(int maxSignals, LinkedList<Signal> inputs, LinkedList<Signal> outputs)
          Performs a program tick by sending the global input signal status, executing the tick command and reading the global output signal status.
 int KepProtocol.tick(int maxSignals, LinkedList<Signal> inputs, LinkedList<Signal> outputs)
          Performs a program tick by sending the global input signal status, executing the tick command and reading the global output signal status.
 int KlpProtocol.tick(int maxSignals, LinkedList<Signal> inputs, LinkedList<Signal> outputs)
          Performs a program tick by sending the global input signal status, executing the tick command and reading the global output signal status.
 int KlpProtocol.tick(int maxSignals, LinkedList<Signal> inputs, LinkedList<Signal> outputs)
          Performs a program tick by sending the global input signal status, executing the tick command and reading the global output signal status.
 

Constructors in de.cau.cs.kieler.krep.evalbench.comm with parameters of type Signal
Signal(Signal s)
          generate a new signal by copying.
 

Uses of Signal in de.cau.cs.kieler.krep.evalbench.program
 

Methods in de.cau.cs.kieler.krep.evalbench.program that return types with arguments of type Signal
 LinkedList<Signal> IAssembler.getInputs()
          After a program has been assembled, a list of input signals can be extracted.
 LinkedList<Signal> KepAssembler.getInputs()
          After a program has been assembled, a list of input signals can be extracted.
 LinkedList<Signal> KlpAssembler.getInputs()
          After a program has been assembled, a list of input signals can be extracted.
 LinkedList<Signal> LstAssembler.getInputs()
          After a program has been assembled, a list of input signals can be extracted.
 LinkedList<Signal> IAssembler.getOutputs()
          After a program has been assembled, a list of output signals can be extracted.
 LinkedList<Signal> KepAssembler.getOutputs()
          After a program has been assembled, a list of output signals can be extracted.
 LinkedList<Signal> KlpAssembler.getOutputs()
          After a program has been assembled, a list of output signals can be extracted.
 LinkedList<Signal> LstAssembler.getOutputs()
          After a program has been assembled, a list of output signals can be extracted.
 

Uses of Signal in de.cau.cs.kieler.krep.evalbench.program.kep.parser
 

Methods in de.cau.cs.kieler.krep.evalbench.program.kep.parser that return types with arguments of type Signal
 LinkedList<Signal> kepParser.getInputs()
           
 LinkedList<Signal> kepParser.getLocals()
           
 LinkedList<Signal> kepParser.getOutputs()
           
 

Uses of Signal in de.cau.cs.kieler.krep.evalbench.smakc
 

Methods in de.cau.cs.kieler.krep.evalbench.smakc that return types with arguments of type Signal
 LinkedList<Signal> KitAssembler.getInputs()
          After a program has been assembled, a list of input signals can be extracted.
 LinkedList<Signal> KitAssembler.getOutputs()
          After a program has been assembled, a list of output signals can be extracted.
 

Uses of Signal in de.cau.cs.kieler.krep.evalbench.trace
 

Methods in de.cau.cs.kieler.krep.evalbench.trace that return types with arguments of type Signal
 LinkedList<Signal> Tick.getInputs()
           
 LinkedList<Signal> Tick.getOutputs()
           
 

Methods in de.cau.cs.kieler.krep.evalbench.trace with parameters of type Signal
 void Tick.add(IO io, Signal s)
          Add additional signal to a tick.
 void Trace.add(IO io, Signal s)
          add signal to the last tick of the trace.
 

Constructor parameters in de.cau.cs.kieler.krep.evalbench.trace with type arguments of type Signal
Tick(LinkedList<Signal> ins, LinkedList<Signal> outs)
          Generate tick.
Tick(LinkedList<Signal> ins, LinkedList<Signal> outs)
          Generate tick.
 

Uses of Signal in de.cau.cs.kieler.krep.evalbench.trace.esi
 

Methods in de.cau.cs.kieler.krep.evalbench.trace.esi that return Signal
 Signal esiParser.signal()
           
 

Methods in de.cau.cs.kieler.krep.evalbench.trace.esi that return types with arguments of type Signal
 LinkedList<Signal> esiParser.signals()
           
 

Uses of Signal in de.cau.cs.kieler.krep.evalbench.ui.editors
 

Methods in de.cau.cs.kieler.krep.evalbench.ui.editors that return types with arguments of type Signal
 LinkedList<Signal> AssemblerEditor.getInputs()
          Gets the input signals.
 LinkedList<Signal> AssemblerEditor.getOutputs()
          Gets the output signals.