org.xspace.mx.physics.immutable
Class Mass

java.lang.Object
  extended byorg.xspace.mx.physics.immutable.BaseUnit
      extended byorg.xspace.mx.physics.immutable.Mass
All Implemented Interfaces:
Mass, Measurement, java.io.Serializable
Direct Known Subclasses:
Kilogram

public abstract class Mass
extends BaseUnit
implements Mass

A base unit from which other mass units can be derived.

Since:
0.5
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xspace.mx.physics.immutable.BaseUnit
DIM_ANGLE, DIM_LENGTH, DIM_MASS, DIM_TIME, dims, systemValue, TOL
 
Constructor Summary
Mass()
           
 
Methods inherited from class org.xspace.mx.physics.immutable.BaseUnit
copy, copyBaseUnit, div, div, divInternal, divInternal, getAbbr, getDescription, getSystem, getSystemDimensions, getSystemValue, getValue, isSameMeasurementType, minus, minusInternal, mult, mult, multInternal, multInternal, plus, plusInternal, pow, powInternal, root, rootInternal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.xspace.mx.Measurement
copy, div, div, getAbbr, getDescription, getSystem, getSystemDimensions, getSystemValue, getValue, minus, mult, mult, plus, pow, root
 

Constructor Detail

Mass

public Mass()