public abstract class Statistician<T,Loc>
extends java.lang.Object
StatisticsInfo for various elements in various contexts.
Different subsystems can then use that statistics to sort suggestions, preselect most likely variants etc.| Constructor and Description |
|---|
Statistician() |
| Modifier and Type | Method and Description |
|---|---|
abstract StatisticsInfo |
serialize(T element,
Loc location) |
public abstract StatisticsInfo serialize(T element, Loc location)
StatisticsInfo.EMPTY meaning
that the statistics shouldn't be tracked for element.