Class BaseUnit<Q extends Quantity<Q>>

Object
TestUnit<Q>
BaseUnit<Q>
Type Parameters:
Q - The type of the quantity measured by this unit.
All Implemented Interfaces:
Unit<Q>
Direct Known Subclasses:
DistanceUnit, MassUnit, TimeUnit

public class BaseUnit<Q extends Quantity<Q>> extends TestUnit<Q>
Building blocks on top of which all others units are created. Base units are always unscaled metric units.

When using the standard model (default), all seven base units are dimensionally independent.

Since:
1.0
Version:
1.1
Author:
Jean-Marie Dautelle, Werner Keil
See Also: