Uses of Class
de.cau.cs.kieler.sj.Signal

Packages that use Signal
de.cau.cs.kieler.klots.sj.embedded KLOTS embedded SJ add-on classes. 
de.cau.cs.kieler.sj A package for synchronous programming in java. 
de.cau.cs.kieler.sj.examples Examples for the usage and syntax of SJ. 
 

Uses of Signal in de.cau.cs.kieler.klots.sj.embedded
 

Methods in de.cau.cs.kieler.klots.sj.embedded that return Signal
static Signal EmbeddedSJProgramStarter.string2Signal(String str, EmbeddedSJProgram<?> program)
           
 

Uses of Signal in de.cau.cs.kieler.sj
 

Subclasses of Signal in de.cau.cs.kieler.sj
 class ValuedSignal
          SJ realization of a valued signal.
 

Methods in de.cau.cs.kieler.sj that return Signal
 Signal[] EmbeddedSJProgram.doTick(Signal... inputs)
          Do a tick in the SJ program.
 Signal[] EmbeddedSJProgram.getSignals()
          Returns all signals known by the program.
 Signal Signal.pre()
          Returns the previous instance of a signal.
static Signal SignalConverter.string2Signal(EmbeddedSJProgram<?> program, String signalName)
          Converts a given string representation of a signal to a signal object.
 

Methods in de.cau.cs.kieler.sj with parameters of type Signal
 void EmbeddedSJProgram.addSignals(Signal... declaredSignals)
          Method to declare signal used by SJ.
 boolean EmbeddedSJProgram.awaitDoneCB(Signal signal)
          Waits for a signal after a initial pause.
 Signal[] EmbeddedSJProgram.doTick(Signal... inputs)
          Do a tick in the SJ program.
 void EmbeddedSJProgram.removeSignals(Signal... declaredSignals)
          Removes signals and so undeclare them.
 

Uses of Signal in de.cau.cs.kieler.sj.examples
 

Fields in de.cau.cs.kieler.sj.examples declared as Signal
 Signal ABRO.a
          The signals used by the Program.
 Signal EmbeddedABRO.a
          The signals used by the Program.
 Signal GRCbal3.a
          The signals used by the Program.
 Signal PrimeFactor.a
          The signals used by the Program.
 Signal SurfDepth.a0
          The signals used by the Program.
 Signal SurfDepth.a1
          The signals used by the Program.
 Signal ABRO.b
          The signals used by the Program.
 Signal EmbeddedABRO.b
          The signals used by the Program.
 Signal GRCbal3.b
          The signals used by the Program.
 Signal PrimeFactor.b
          The signals used by the Program.
 Signal Count2Suspend.b0
          The signals used by the Program.
 Signal SurfDepth.b0
          The signals used by the Program.
 Signal Count2Suspend.b1
          The signals used by the Program.
 Signal SurfDepth.b1
          The signals used by the Program.
 Signal Count2Suspend.c
          The signals used by the Program.
 Signal GRCbal3.c
          The signals used by the Program.
 Signal PrimeFactor.c
          The signals used by the Program.
 Signal Count2Suspend.c0
          The signals used by the Program.
 Signal SurfDepth.c1
          The signals used by the Program.
 Signal GRCbal3.d
          The signals used by the Program.
 Signal PrimeFactor.d
          The signals used by the Program.
 Signal GRCbal3.e
          The signals used by the Program.
 Signal Count2Suspend.inhib
          The signals used by the Program.
 Signal ABRO.o
          The signals used by the Program.
 Signal EmbeddedABRO.o
          The signals used by the Program.
 Signal FilteredSR.off
          The signals used by the Program.
 Signal FilteredSR.on
          The signals used by the Program.
 Signal ABRO.r
          The signals used by the Program.
 Signal EmbeddedABRO.r
          The signals used by the Program.
 Signal FilteredSR.r
          The signals used by the Program.
 Signal Count2Suspend.reset
          The signals used by the Program.
 Signal FilteredSR.s
          The signals used by the Program.
 Signal Count2Suspend.t
          The signals used by the Program.
 Signal GRCbal3.t
          The signals used by the Program.
 Signal SurfDepth.u0
          The signals used by the Program.
 Signal SurfDepth.u1
          The signals used by the Program.
 Signal SurfDepth.v0
          The signals used by the Program.
 Signal SurfDepth.v1
          The signals used by the Program.
 Signal SurfDepth.w1
          The signals used by the Program.