Interface | Description |
---|---|
EmuModule |
Interface EmuModule a simple interface to a modular part of
the EMU.
|
Class | Description |
---|---|
Emu |
This is the main class of the EMU (Event Management Unit) program.
|
EmuDataPath |
This class represents data flow through connected EMU modules.
|
EmuEventNotify |
This class is designed for allowing the Emu to wait
until a DataChannel or Transport or Module has received
a desired event.
|
EmuFactory |
This class handles the creation of one or more EMUs
that are to be run in a single Java JVM.
|
EmuUtilities |
Collection of useful methods.
|
Exception | Description |
---|---|
EmuException |
Type of exception thrown in modules of EMU.
|