Uses of Class
sj.Signal

Packages that use Signal
sj A package for synchronous programming in java. 
sj.examples Examples for the usage and syntax of SJ. 
sj.tests.exceptions JUnit test cases to control the behavior of the SJ implementation. 
 

Uses of Signal in sj
 

Subclasses of Signal in sj
 class ValuedSignal
          SJ realization of a valued signal.
 

Methods in 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 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 sj.examples
 

Fields in 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.
 

Uses of Signal in sj.tests.exceptions
 

Fields in sj.tests.exceptions declared as Signal
 Signal CausalityExceptionTest.TestProgram.a
          The signal used by the test program.