org.xspace.mx.physics.immutable
Class Force

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

public abstract class Force
extends BaseUnit

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

Since:
0.5.4
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
Force()
           
 
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
 

Constructor Detail

Force

public Force()