|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scubatoolkit.DecompressionStop
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 |
private int time
private double depth
private UnitsSystem units
Constructor Detail |
public DecompressionStop(int stopDuration, double stopDepth, UnitsSystem unitsSystem)
Method Detail |
public double getDepth()
public double getDepth(UnitsSystem unitsSystem)
public int getTime()
public UnitsSystem getUnits()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |