net.sourceforge.unit
Class Metric

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

public class Metric
extends UnitSystem

The Metric system of units. This is different from the default because it uses C for temperature, and includes N, J, W, and Pa.

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

Constructor Summary
Metric()
          Create a unit system with units of C, N, J, W, Pa, Co, and V.
 
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

Metric

public Metric()
Create a unit system with units of C, N, J, W, Pa, Co, and V.

Method Detail

toString

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