Interface | Description |
---|---|
IEvent | |
IListener<E extends IEvent> | |
ParameterParser |
Class | Description |
---|---|
Arrays |
Non-instantiable class with static utility methods for working with arrays.
|
BuildProperties | |
Constants |
Collection of assorted physical constants.
|
Debug |
Class holding static fields that determine whether debugging is on, how
much, what types and what (if anything) should be looked at specifically.
|
EventManager<E extends IEvent> |
Class to take care of listener lists and event firing for simulation elements.
|
Grabber | |
Grabber.ActionCornerSetter | |
Grabber.CornerData | |
Grabber.CornerSetListener | |
Grabber.DefaultMouseListener | |
Grabber.ImagePanel | |
MathTiming |
This class benchmarks various mathematical functions.
|
ParameterBase |
Base class for all parameter wrapper implementations.
|
ParseArgs |
Class that handles parsing of commandline arguments.
|
ReadParameters |
This class reads input parameters from a file and assigns the values to the
fields of an object.
|
Resources | |
ScientificFormat |
a formatter that uses a format suitable for numeric values in a
scientific context.
|
Strings |
Non-instantiable class providing a few static methods for String manipulation.
|
TreeLinker |
Linker used in the binary tree TreeList.
|
TreeList |
TreeList is a generic binary tree structure made up of TreeLinkers.
|
WriteParameters |
This class writes input parameters from a parameter wrapper Object to a file.
|
Enum | Description |
---|---|
Constants.CompassDirection |
Enumerated type for the compass directions NORTH, SOUTH, EAST, WEST.
|