Package com.rubecula.units

JQuantity/units.

See:
          Description

Interface Summary
Measurable This interface specifies the methods which characterize a measurable (i.e. a Units).
 

Class Summary
BaseUnit This abstract class represents, in its most primitive form, a unit of the Systeme International (SI).
Dimensions The public class Dimensions represents pure dimensional information - no scaling or other information.
FlatUnit The public class FlatUnit is used to describe a Measurable which has been flattened out so that all its dimensions and its scale are readily apparent.
SiUnit This class represents, in its most primitive form, a unit of the Systeme International (SI).
SystemFlag The immutable class SystemFlag represents a system of units.
Units This class extends UnitsFoundation by adding instance fields: _A, _B, _PowerA, _PowerB, _Scale, _Offset and _System.
UnitsAll Class to model all units.
UnitsCGS Class UnitsCGS models all of the CGS units as a UnitsTable.
UnitsFoundation The public abstract class UnitsFoundation is the base class from which the other Units (Measurable) classes are derived.
UnitsImperial Class UnitsImperial models all of the Imperial ("English") units as a UnitsTable.
UnitsName The class UnitsName is used to identify units.
UnitsSI Class UnitsSI models all of the SI units as a UnitsTable.
UnitsTable This class extends HashMap to provide a table of units values.
 

Exception Summary
UnitsException Class
 

Package com.rubecula.units Description

JQuantity/units.

This package contains classes which are define units for quantities expressed in JQuantity.

More detail to follow.


Last Updated: 2004-01-31