|
mhuss utils 1.1.5ws | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mhuss.AstroLib.TimePair
public class TimePair
A simple class used to store a pair of times. This is typically either a rise/set or a start/end pair.
| Field Summary | |
|---|---|
double |
a
The start or rise time |
double |
b
The end or set time. |
double |
c
The third (Culmination) time. |
| Constructor Summary | |
|---|---|
TimePair()
Default constructor |
|
TimePair(double a,
double b)
Explicit (both values) constructor. |
|
TimePair(double a,
double b,
double c)
Explicit (three values) constructor. |
|
TimePair(TimePair tp)
Copy constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double a
public double b
public double c
| Constructor Detail |
|---|
public TimePair(double a,
double b)
a - The first (rise or start) timeb - The second (set or end) time
public TimePair(double a,
double b,
double c)
a - The first (rise or start) timeb - The second (set or end) timec - The third (culmination) timepublic TimePair(TimePair tp)
public TimePair()
|
mhuss utils 1.1.5ws | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||