|
Class Summary |
| Counter |
This class implements a simple counter as a data item. |
| Databank |
The Databank class is a static class that collects Database objects
and generates a report on all of them when the report() method is called. |
| Database |
|
| DatabaseVisitor |
|
| DataItem |
This class represents a data item that can be placed inside a database.
|
| Distribution |
This class keeps track of the min, max, and median
of a stream of integers, as well as the distribution
of each. |
| MinMaxMean |
This models the min, max, mean, accumulation,
total, and number of occurrences of min and max
in a stream of integers. |
| ProfilingData |
|
| ProfilingDatabase |
The profiling database. |
| Proportion |
This class represents the proportion of different items with respect to one
another. |