Class Summary |
FacilityManager |
This class manages common facilities for mutithreading environments, It can
register different facilities for each thread, and also a default one, so
that they can be referred by static methods, while possibly having
different ones for different threads. |
MathUtil |
This class contains a collection of utility methods fro mathematical
operations. |
MsgPrinter |
This utility class formats messages to the specified line width, by
inserting line-breaks between words, and printing the resulting
lines. |
StreamMsgLogger |
This class implements the MsgLogger interface for streams. |