Uses of Class
com.rubecula.units.BaseUnit

Packages that use BaseUnit
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. 
 

Uses of BaseUnit in com.rubecula.jquantity
 

Methods in com.rubecula.jquantity that return BaseUnit
 BaseUnit JQuantity.flatten()
          Method to reduce a Units tree to a single flattened version.
 

Uses of BaseUnit in com.rubecula.units
 

Subclasses of BaseUnit in com.rubecula.units
 class 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.
 class SiUnit
          This class represents, in its most primitive form, a unit of the Systeme International (SI).
 class Units
          This class extends UnitsFoundation by adding instance fields: _A, _B, _PowerA, _PowerB, _Scale, _Offset and _System.
 class UnitsFoundation
          The public abstract class UnitsFoundation is the base class from which the other Units (Measurable) classes are derived.
 

Methods in com.rubecula.units that return BaseUnit
 BaseUnit Units.flatten()
           
 BaseUnit SiUnit.flatten()
          Method to reduce a Units tree to a single flattened version.
 BaseUnit Measurable.flatten()
          Method to reduce a Units tree to a single flattened version.
 BaseUnit FlatUnit.flatten()
          Method to reduce a Units tree to a single flattened version.