Interface Metric
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CustomMetric,Metrics
Interface for
Metrics 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 theMetricis in.doubleReturns 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
-