|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.scubatoolkit.Gas
Description of the Class
| Field Summary | |
private double |
fhe
Description of the Field |
private double |
fn
Description of the Field |
private double |
fo
Description of the Field |
| Constructor Summary | |
(package private) |
Gas()
Constructor for the Gas object |
(package private) |
Gas(double o)
Constructor for the Gas object |
(package private) |
Gas(double o,
double he)
Constructor for the Gas object |
(package private) |
Gas(double o,
double he,
double n)
Constructor for the Gas object |
| Method Summary | |
static double |
calculateATA(double mod,
double fo,
UnitsSystem units)
|
static double |
calculatePercentOxygen(double mod,
double ata,
UnitsSystem units)
Calculates the percentage of oxygen for a gas given the mod and the max ATA |
double |
getEND(double d,
boolean m)
Description of the Method |
double |
getFHE()
Gets the fHE attribute of the Gas object |
double |
getFN()
Gets the fN attribute of the Gas object |
double |
getFO()
Gets the fO attribute of the Gas object |
double |
getMOD(double ATA,
UnitsSystem units)
Description of the Method |
double |
getPPO(double ATA)
Description of the Method |
void |
setFHE(double f)
Sets the fHE attribute of the Gas object |
void |
setFN(double f)
Sets the fN attribute of the Gas object |
void |
setFO(double f)
Sets the fO attribute of the Gas object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private double fn
private double fo
private double fhe
| Constructor Detail |
Gas()
Gas(double o)
o - Description of the Parameter
Gas(double o,
double he)
o - Description of the Parameterhe - Description of the Parameter
Gas(double o,
double he,
double n)
o - Description of the Parameterhe - Description of the Parametern - Description of the Parameter| Method Detail |
public double getFN()
public void setFN(double f)
f - The new fN valuepublic double getFO()
public void setFO(double f)
f - The new fO valuepublic double getFHE()
public void setFHE(double f)
f - The new fHE valuepublic double getPPO(double ATA)
ATA - Description of the Parameter
public double getMOD(double ATA,
UnitsSystem units)
ATA - Description of the Parameter
public double getEND(double d,
boolean m)
d - Description of the Parameterm - Description of the Parameter
public static double calculatePercentOxygen(double mod,
double ata,
UnitsSystem units)
mod - ata - units -
public static double calculateATA(double mod,
double fo,
UnitsSystem units)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||