|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xspace.mx.physics.immutable.BaseUnit
org.xspace.mx.physics.immutable.Force
org.xspace.mx.physics.immutable.PoundForce
A Measurement representing a pound of force. This is equivalent to the weight of a pound of mass under the influence of Earth's gravity at mean sea level.
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 | |
PoundForce()
Creates a Measurement equal to one Pound Force |
|
PoundForce(double value)
Creates a Measurement as a multiple of Pound Forces |
|
PoundForce(Measurement mx)
Creates a Measurement that is equivalent to the input |
Method Summary | |
java.lang.String |
getAbbr()
An abbreviated description of the units of a Pound Force |
java.lang.String |
getDescription()
A description of the units of a Pound Force |
Methods inherited from class org.xspace.mx.physics.immutable.BaseUnit |
copy, copyBaseUnit, div, div, divInternal, divInternal, 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 |
public PoundForce()
public PoundForce(double value)
value
- The number of Pound Forcespublic PoundForce(Measurement mx)
Method Detail |
public java.lang.String getAbbr()
getAbbr
in interface Measurement
getAbbr
in class BaseUnit
public java.lang.String getDescription()
getDescription
in interface Measurement
getDescription
in class BaseUnit
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |