Package org.openwms.core.units.api
Interface BaseUnit<T extends BaseUnit<T>>
- Type Parameters:
T
- Concrete type of BaseUnit
- All Known Subinterfaces:
AbstractBaseUnit<T>
- All Known Implementing Classes:
MetricDimensionUnit
,PieceUnit
,WeightUnit
public interface BaseUnit<T extends BaseUnit<T>>
A BaseUnit is the type definition of an
Measurable
. Each BaseUnit defines a base Measurable
. For example the BaseUnit of
weights can define grams (G), kilograms (KG) or tons (T) and 1G is the base unit.- Author:
- Heiko Scherrer
-
Method Summary