Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scubatoolkit
Class Gas  view Gas download Gas.java

java.lang.Object
  extended byorg.scubatoolkit.Gas

public class Gas
extends java.lang.Object

Description of the Class

Version:

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
 double END(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 MOD(double ATA, boolean m)
          Description of the Method
 double PPO(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

fn

private double fn
Description of the Field


fo

private double fo
Description of the Field


fhe

private double fhe
Description of the Field

Constructor Detail

Gas

Gas()
Constructor for the Gas object


Gas

Gas(double o)
Constructor for the Gas object


Gas

Gas(double o,
    double he)
Constructor for the Gas object


Gas

Gas(double o,
    double he,
    double n)
Constructor for the Gas object

Method Detail

getFN

public double getFN()
Gets the fN attribute of the Gas object


setFN

public void setFN(double f)
Sets the fN attribute of the Gas object


getFO

public double getFO()
Gets the fO attribute of the Gas object


setFO

public void setFO(double f)
Sets the fO attribute of the Gas object


getFHE

public double getFHE()
Gets the fHE attribute of the Gas object


setFHE

public void setFHE(double f)
Sets the fHE attribute of the Gas object


PPO

public double PPO(double ATA)
Description of the Method


MOD

public double MOD(double ATA,
                  boolean m)
Description of the Method


END

public double END(double d,
                  boolean m)
Description of the Method