|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
A package for synchronous programming in java.
The acronym SJ means Synchronous Java. To create a synchronous program
use SJProgram
as your base.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |