com.mhuss.AstroLib
Class TimePair
- java.lang.Object
-
- com.mhuss.AstroLib.TimePair
-
public class TimePair extends java.lang.ObjectA simple class used to store a pair of times. This is typically either a rise/set or a start/end pair.
-
-
Field Summary
Fields Modifier and Type Field and Description doubleaThe start or rise timedoublebThe end or set time.doublecThe third (Culmination) time.
-
-
-
Field Detail
-
a
public double a
The start or rise time
-
b
public double b
The end or set time.
-
c
public double c
The third (Culmination) time.
-
-
Constructor Detail
-
TimePair
public TimePair(double a, double b)Explicit (both values) constructor.- Parameters:
a- The first (rise or start) timeb- The second (set or end) time
-
TimePair
public TimePair(double a, double b, double c)Explicit (three values) constructor.- Parameters:
a- The first (rise or start) timeb- The second (set or end) timec- The third (culmination) time
-
TimePair
public TimePair(TimePair tp)
Copy constructor
-
TimePair
public TimePair()
Default constructor
-
-
DMelt 3.0 © DataMelt by jWork.ORG