Package dev.nm.stat.descriptive
Interface StatisticFactory
-
public interface StatisticFactory
A factory to construct a newStatistic
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statistic
getStatistic()
Get aStatistic
.
-