Uses of Package
com.rubecula.units

Packages that use com.rubecula.units
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.units JQuantity/units. 
 

Classes in com.rubecula.units used by com.rubecula.jquantity
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.
Measurable
          This interface specifies the methods which characterize a measurable (i.e. a Units).
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.
UnitsName
          The class UnitsName is used to identify units.
 

Classes in com.rubecula.units used by com.rubecula.units
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.
Measurable
          This interface specifies the methods which characterize a measurable (i.e. a Units).
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.
UnitsException
          Class
UnitsFoundation
          The public abstract class UnitsFoundation is the base class from which the other Units (Measurable) classes are derived.
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.