Class MetricValues
java.lang.Object
com.e1c.langtool.internal.stat.db.MetricValues
The values of metrics. This object is using to store in MapDB.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new empty immutable metric values.MetricValues(Map<String, TranslationProgress> values) Instantiates a new metric values. -
Method Summary
Modifier and TypeMethodDescriptionGets the values of the metrics.
-
Constructor Details
-
MetricValues
public MetricValues()Instantiates a new empty immutable metric values. -
MetricValues
Instantiates a new metric values.- Parameters:
values- the values, cannot benull.
-
-
Method Details
-
getValues
Gets the values of the metrics.- Returns:
- the values, cannot return
null. Where key is ID of metric and value is computed value of metric.
-