|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.units.AMeasure
faa.tg.units.Capacity
public class Capacity
Capacity represents the object for representing the ability receive or containSee the source: Capacity.java
AUnits,
AMeasure,
Capacity,
Angle,
Density,
Distance,
Force,
Mass,
Pressure,
Speed,
Temperature,
Time,
Weight,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) static long |
serialVersionUID
|
static Capacity |
ZERO
|
| Fields inherited from class faa.tg.units.AMeasure |
|---|
DEC0, DEC0_, DEC00, DEC000, DEC1, DEC1_, DEC12, DEC12_, DEC1L, DEC1L_, DEC2, DEC2_, DEC3, DEC3_, DEC4, DEC4_, DEC5, DEC5_, DEC6, DEC6_, DEC7, DEC7_, DEC9, DEC9_, itsValue, TIME_FRACTION |
| Constructor Summary | |
|---|---|
Capacity(double theValue,
WeightUnits theUnits)
Constructor for the Capacity class |
|
| Method Summary | |
|---|---|
Capacity |
abs()
This method returns a clone that is the absolute value of this object. |
Capacity |
add(Capacity theMeasure)
This summation method adds a value with like units. |
double |
as(WeightUnits theUnits)
The as method extracts the value from a Measure in specified units. |
boolean |
eq(Capacity theMeasure)
This method provides a test for equality. |
boolean |
ge(Capacity theMeasure)
This method provides a test for less than / equal to. |
boolean |
gt(Capacity theMeasure)
This method provides a test for greater than. |
boolean |
le(Capacity theMeasure)
This method provides a test for greater than / equal to. |
boolean |
lt(Capacity theMeasure)
This method provides a test for less than. |
double |
ratio(Capacity val)
This division method produces a dimensionless ratio of like measures. |
Capacity |
sub(Capacity theMeasure)
This subtraction method subtracts a value with like units. |
java.lang.String |
toString()
returns the String representation of this object in the units with which it was created |
| Methods inherited from class faa.tg.units.AMeasure |
|---|
absoluteValue, add, as, as, clone, compareTo, debug, div, eq, equals, ge, getAUnit, getCanonicalUnit, getCanonicalValue, getInitialUnit, getUnitClass, gt, hashCode, isBetween, le, lt, mul, ratio, sub, toAMeasure, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Capacity ZERO
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
| Constructor Detail |
|---|
public Capacity(double theValue,
WeightUnits theUnits)
theValue - the magnitude of Capacity as a doubletheUnits - the units of the value that will be stored (ex: km)| Method Detail |
|---|
public Capacity add(Capacity theMeasure)
theMeasure - the unit of measure you wish to add to this measure.
public Capacity sub(Capacity theMeasure)
theMeasure - the unit of measure you wish to sub from this measure.
public Capacity abs()
public double ratio(Capacity val)
public boolean eq(Capacity theMeasure)
public boolean lt(Capacity theMeasure)
public boolean gt(Capacity theMeasure)
public boolean ge(Capacity theMeasure)
public boolean le(Capacity theMeasure)
public double as(WeightUnits theUnits)
theUnits - the units of the value that will be returned (ex: km)
public java.lang.String toString()
toString in class AMeasureUnits
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||