org.scubatoolkit
Class DecompressionStop

java.lang.Object
  |
  +--org.scubatoolkit.DecompressionStop

public class DecompressionStop
extends java.lang.Object

Author:
Javier Vilalta

Field Summary
private  double depth
           
private  int time
           
private  UnitsSystem units
           
 
Constructor Summary
DecompressionStop(int stopDuration, double stopDepth, UnitsSystem unitsSystem)
           
 
Method Summary
 double getDepth()
           
 double getDepth(UnitsSystem unitsSystem)
           
 int getTime()
           
 UnitsSystem getUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

private int time

depth

private double depth

units

private UnitsSystem units
Constructor Detail

DecompressionStop

public DecompressionStop(int stopDuration,
                         double stopDepth,
                         UnitsSystem unitsSystem)
Method Detail

getDepth

public double getDepth()
Returns:

getDepth

public double getDepth(UnitsSystem unitsSystem)

getTime

public int getTime()
Returns:

getUnits

public UnitsSystem getUnits()
Returns:


Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.