| Interface | Description |
|---|---|
| ConstantSimulationListener |
Objects that implement this interface can register for notification
of simulation state changes.
|
| PriorityStart |
This interface implements no methods.
|
| SimulationListener |
Objects that implement this interface can register for notification
of simulation state changes.
|
| Class | Description |
|---|---|
| Base64 | |
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| CSVReader |
A very simple CSV reader released under a commercial-friendly license.
|
| DateTimePatternFormatter | |
| ExcelImporter |
Excel Importer for Ids.
|
| MD5Util |
This class provides utilities for creating and manipulating MD5 digests.
|
| NTPDate |
This class creates a Date.
|
| SHA256Util |
This class provides utilities for creating and manipulating SHA256 digests.
|
| SimulationChangedEvent |
This event is sent to simulation listeners when the
simultation state changes.
|
| SimulationManager |
A singleton object that manages the state of the global system simulation.
|
| TextFileToString |
This class has one static method that will read the entire contents of a file and return a String containing the contents.
|
| Utils |
This class only holds static methods that are used throughout.
|
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.