| Class | Description |
|---|---|
| ClassFinder |
An INSTANCE of this class scans the classpath and creates a Map with keys the
unqualified class name and values the corresponding Class object.
|
| CollectionSizeListener |
Listens for a PropertyChangeEvent where the propert value
is a Collection (Set, List, Map, etc).
|
| CSVPropertyDataLogger | |
| DefaultToStringer | |
| DOEDataLogger |
Outputs a file suitable for further analysis using design of experiments
(DOE).
|
| EnumBase |
Serve as a base class for 1.4 style enums.
|
| GammaFunction |
The log gamma implementation is based on the Lanczos approximation
(Lanczos, "A Precision Approximation of the Gamma Function", Journal of the
Society for Industrial and Applied Mathematics: Series B, Numerical Analysis,
Vol.
|
| IndexedCollectionSizeListener |
Listens for an IndexedPropertyChangeEvent where the propert value
is a Collection (Set, List, Map, etc).
|
| IndexedPropertyChangeEventX |
This allows the user to add additional data to the event to be used by
a listener
|
| LogString | |
| Math64 |
Slightly modified version obtained from Mr.
|
| Misc |
A location for a number of useful static methods.
|
| ModelTrajectoryLogger |
A Simple event and state change listener that does nothing
but record events and state changes to a text file.
|
| MultiCSVPropertyDataLogger | |
| PropertyChangeEventX | |
| PropertyChangeFrame |
A frame is displayed that logs the properties fired by whichever objects it
is listening to.
|
| PropertyChangeListenerHelper |
Listens for PropertyChangeEvents and remembers last one.
|
| PropertyDataLogger |
Logs the values of a property to an OutputStream.
|
| Resetter | |
| SimpleEventLogger | |
| SimplePropertyDumper |
Prints property changes for all properties of any PropertyChangeSources it
registers with to stdout.
|
| TimeBetweenEvent |
Listens for a given event and fires a PropertyChangeEvent called
"timeBetweenEvent" for the time since the event last occured.
|
| TimeBetweenEvents |
Instances of this class listen for Events that are
supposed to occur in pairs, with a FIFO sequence
between successive events.
|
| UnitTestEventList |
This EventList implementation is for Unit Testing purposes only.
|
| Exception | Description |
|---|---|
| IllegalINIFormatException |
Used to indicate that a INI file contained a formatting error on read.
|
Contains a number of useful generic classes.