See: Description
| Interface | Description | 
|---|---|
| FixedSetRangeMapper<T> | a  SetRangeMapperthat only generates a single set. | 
| Labelled | Common interface for transformations that generate Labels for the categories they map to. | 
| LabelledQueryMapper<F> | LabeledQueryMapper Variant of QueryMapper where the QueryMapper also specifies
 the labels for the sets. | 
| LabelledSetRangeMapper<T> | LabeledTransform Variant of Transform where the Transform also specifies
 the labels for the sets. | 
| PlotStrategy | |
| QueryMapper<T> | Formatting object that gather the data for an arbitrary date range from 
 a target object. | 
| RangeMapper<T> | Formatting object for mapping objects to time series. | 
| SetRangeMapper<T> | This interface extends  RangeMapperbut adds the capability of specifying
 which dataset/plot the object contributes to. | 
| Class | Description | 
|---|---|
| HashLabeller<T,K> | HashLabeller implemetation class for classes that implement Labelled and builds the label
 vector and the mappings as data is seen. | 
| HashMapper<T> | HashMapper base class for LabeledTransform Mappers that builds the label
 vector and the mappings as data is seen. | 
| KeyLabeller<T,K> | A version of  HashLabellerwhere the labels are generated from the Key value only |