net.sourceforge.unit
Class Chemistry

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

public class Chemistry
extends UnitSystem

The Chemistry system of units (K, g, atm, mol/L, L, J/mol.

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

Constructor Summary
Chemistry()
          Create a unit system with units of K, g, atm, mol/L, L, and J/mol.
 
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

Chemistry

public Chemistry()
Create a unit system with units of K, g, atm, mol/L, L, and J/mol.

Method Detail

toString

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