net.sourceforge.unit
Class English

java.lang.Object
  extended by net.sourceforge.unit.UnitSystem
      extended by net.sourceforge.unit.English
All Implemented Interfaces:
java.lang.Cloneable

public class English
extends UnitSystem

The English (or Imperial) system of units (ft, lb, lbm, R, F, BTU, psi, ft lb).

Version:
$Name: $, $Revision: 1.2 $
Author:
Fred Gylys-Colwell

Constructor Summary
English()
          Create a unit system with units of ft, lb, lbm, R, F, BTU, psi, ft lb.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class net.sourceforge.unit.UnitSystem
add, add, add, add, addPrimitive, clone, pick, remove, remove
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

English

public English()
Create a unit system with units of ft, lb, lbm, R, F, BTU, psi, ft lb.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class UnitSystem