Class TimeWindow


  • public class TimeWindow
    extends java.lang.Object
    Since:
    release specific (what release of product did this appear in)
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeWindow​(double start, double end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getEnd()  
      double getStart()  
      void setEnd​(double end)  
      void setStart​(double start)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeWindow

        public TimeWindow​(double start,
                          double end)
    • Method Detail

      • setStart

        public void setStart​(double start)
      • getStart

        public double getStart()
      • setEnd

        public void setEnd​(double end)
      • getEnd

        public double getEnd()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object