|
Class Summary |
| AbstractValueHolder |
This abstract class implements the super class of any type-specific holder
implementation and declares the interface to support some basic mathematical operations
needed for statistical aggregations. |
| AbstractValueHolderFactory |
This is the abstract super class of all concrete factories that create new ValueHolder instances. |
| IntervalImpl |
This class implements an Inveral with a name and an unique id that is furthermore a
registry for primary and secondary update listeners. |
| IntervalNameParser |
This utility class provides functionality to parse Interval names. |
| IntervalRegistry |
This class implements a registry singleton to hold and create Interval instances. |
| IntValueHolder |
This class implements a ValueHolder that is able to process int values. |
| IntValueHolderFactory |
This ValueHolderFactory implementation creates IntValueHolder instances. |
| LongValueHolder |
This class implements a ValueHolder that is able to process long values. |
| LongValueHolderFactory |
This ValueHolderFactory implementation creates LongValueHolder instances. |
| StatValueFactory |
This factory creates StatValue instances. |
| StatValueImpl |
This class implements StatValue. |
| StatValueTypeUtility |
This utility class provides methods to gather the StatValue type from a given Object's class and
to create ValueHolderFactories from an internal type representation. |