Uses of Class
net.sourceforge.unit.UnitSystem

Uses of UnitSystem in net.sourceforge.unit
 

Subclasses of UnitSystem in net.sourceforge.unit
 class Chemistry
          The Chemistry system of units (K, g, atm, mol/L, L, J/mol.
 class English
          The English (or Imperial) system of units (ft, lb, lbm, R, F, BTU, psi, ft lb).
 class EnglishR
          The English system of units using R instead of F.
 class Metric
          The Metric system of units.
 class MetricK
          The Metric system of units, using K instead of C.
 class Rocketdyne
          The unit system I usually used at Rocketdyne.
 

Methods in net.sourceforge.unit with parameters of type UnitSystem
 void Quantity.convert(UnitSystem s)
          Change units, but not the value.