Uses of Package
sj

Packages that use sj
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. 
 

Classes in sj used by sj
CombinationFunction
          Interface with a single method to combine two values.
EmbeddedSJProgram
          Basic class for synchronous programming in java.
Signal
          Class that represents a signal as a part of a synchronous java (SJ) program.
SJLogger
          Interface to log the status and the actions of a SJProgram.
SJLogger.LogMsgTyp
          The different Levels which can be used for logging.
ValuedSignal
          SJ realization of a valued signal.
 

Classes in sj used by sj.examples
EmbeddedSJProgram
          Basic class for synchronous programming in java.
Signal
          Class that represents a signal as a part of a synchronous java (SJ) program.
SJProgram
           
ValuedSignal
          SJ realization of a valued signal.
 

Classes in sj used by sj.tests.exceptions
EmbeddedSJProgram
          Basic class for synchronous programming in java.
Signal
          Class that represents a signal as a part of a synchronous java (SJ) program.
SJProgram