| Class | Description |
|---|---|
| AbstractComposedMetric |
Base class for a metric which uses other (child) metrics and a function to
calculate the overall metric value.
|
| AbstractCountingMetric | |
| AbstractMetric |
Abstract base class of all metrics, contains convenience functions and basic
method implementations
|
| AbstractRatioMetric |
A metric which computes itself by dividing a nominator metric by a denominator metric
|
| AbstractStepwiseMetric | |
| AbstractWeightedComposedMetric |