Package de.cau.cs.kieler.sj

A package for synchronous programming in java.

See:
          Description

Interface Summary
CombinationFunction Interface with a single method to combine two values.
SJLogger Interface to log the status and the actions of a SJProgram.
 

Class Summary
EmbeddedSJProgram<StateLabel extends Enum<?>> Basic class for synchronous programming in java.
Signal Class that represents a signal as a part of a synchronous java (SJ) program.
SignalConverter Utility class to convert different signal representations.
SimpleLogger A very simple logger for a SJ program.
SJProgram<StateLabel extends Enum<?>>  
ValuedSignal SJ realization of a valued signal.
 

Enum Summary
SJLogger.LogMsgTyp The different Levels which can be used for logging.
 

Package de.cau.cs.kieler.sj Description

A package for synchronous programming in java. The acronym SJ means Synchronous Java. To create a synchronous program use SJProgram as your base.