Interface Metric
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CustomMetric
,Metrics
Interface for
Metric
s that can be applied to a base scale.- Since:
- 1.8
- Author:
- Oliver Gierke, Thomas Darimont
-
Method Summary
Modifier and TypeMethodDescriptionReturns the scientific abbreviation of the unit theMetric
is in.double
Returns the multiplier to calculate metrics values from a base scale.
-
Method Details
-
getMultiplier
double getMultiplier()Returns the multiplier to calculate metrics values from a base scale.- Returns:
-
getAbbreviation
-