Uses of Interface
com.e1c.langtool.stat.Metric
Packages that use Metric
Package
Description
-
Uses of Metric in com.e1c.langtool.internal.stat
Methods in com.e1c.langtool.internal.stat that return types with arguments of type MetricModifier and TypeMethodDescriptionCompositeStatisticsProvider.getAvailableMetrics()@NonNull Collection<Metric>EmptyStatisticsProvider.getAvailableMetrics()StatisticsServiceImpl.getMetrics()Methods in com.e1c.langtool.internal.stat with parameters of type MetricModifier and TypeMethodDescriptionfloatPersistentStatistics.getMetricPercentage(Metric metric, TranslateLanguage language) intPersistentStatistics.getMetricValue(Metric metric) PersistentStatistics.getMetricValue(Metric metric, TranslateLanguage language) -
Uses of Metric in com.e1c.langtool.internal.stat.computer
Methods in com.e1c.langtool.internal.stat.computer that return Metric -
Uses of Metric in com.e1c.langtool.stat
Methods in com.e1c.langtool.stat that return MetricModifier and TypeMethodDescriptionStatisticsComputer.getMetric()Returns a description of metric.Methods in com.e1c.langtool.stat that return types with arguments of type MetricModifier and TypeMethodDescription@NonNull Collection<Metric>StatisticsProvider.getAvailableMetrics()Gets the available metrics.@NonNull Collection<Metric>StatisticsService.getMetrics()Returns all registered metrics.Methods in com.e1c.langtool.stat with parameters of type MetricModifier and TypeMethodDescriptionfloatStatistics.getMetricPercentage(@NonNull Metric metric, @NonNull TranslateLanguage language) Gets the metric percentage compared to the base value.intStatistics.getMetricValue(@NonNull Metric metric) Gets the metric value.Statistics.getMetricValue(@NonNull Metric metric, @NonNull TranslateLanguage language) Gets the metric value.