Package org.openwms.core.units.api
Interface AbstractMeasure
- All Superinterfaces:
Comparable
,Measurable
,Serializable
A definition of any kind of measurement used in the api. In general an
AbstractMeasure
is the base class for all kind of
measures. For example 42 grams is a AbstractMeasure
(in particular a Weight
, whereas 42 is the magnitude and
grams is the BaseUnit
. This type is merely used to erase the type declaration.- Author:
- Heiko Scherrer
-
Field Summary
Fields inherited from interface org.openwms.core.units.api.Measurable
SEPARATOR
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.openwms.core.units.api.Measurable
add, asString, convertTo, getMagnitude, getUnitType, isNegative, isZero, subtract