Documentation of 'com.mhuss.AstroLib.TimePair' Java class
TimePair
com.mhuss.AstroLib

Class TimePair



  • public class TimePair
    extends java.lang.Object
    A 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
      double a
      The start or rise time
      double b
      The end or set time.
      double c
      The third (Culmination) time.
    • Constructor Summary

      Constructors 
      Constructor and Description
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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) time
        b - 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) time
        b - The second (set or end) time
        c - The third (culmination) time
      • TimePair

        public TimePair(TimePair tp)
        Copy constructor
      • TimePair

        public TimePair()
        Default constructor

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.