etomica.units
Class Liter

java.lang.Object
  extended by etomica.units.SimpleUnit
      extended by etomica.units.Liter
All Implemented Interfaces:
Unit, Serializable

public final class Liter
extends SimpleUnit

The liter unit of volume, equal to 1000 cm^3 or 0.001 m^3 or 10^27 A^3.

See Also:
Serialized Form

Field Summary
static Liter UNIT
          Singleton instance of this class.
 
Constructor Summary
Liter()
           
 
Method Summary
 
Methods inherited from class etomica.units.SimpleUnit
dimension, fromSim, prefixAllowed, symbol, toSim, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNIT

public static final Liter UNIT
Singleton instance of this class.

Constructor Detail

Liter

public Liter()