Uses of Class
net.sf.okapi.steps.wordcount.common.Metrics
-
Packages that use Metrics Package Description net.sf.okapi.steps.wordcount net.sf.okapi.steps.wordcount.common -
-
Uses of Metrics in net.sf.okapi.steps.wordcount
Methods in net.sf.okapi.steps.wordcount with parameters of type Metrics Modifier and Type Method Description protected voidCharacterCountStep. saveCount(Metrics metrics, CharacterCounter.Counts count) -
Uses of Metrics in net.sf.okapi.steps.wordcount.common
Methods in net.sf.okapi.steps.wordcount.common that return Metrics Modifier and Type Method Description MetricsMetricsAnnotation. getMetrics()Methods in net.sf.okapi.steps.wordcount.common with parameters of type Metrics Modifier and Type Method Description protected voidBaseCountStep. saveCount(Metrics metrics, long count)
-