basics.route
Class TimeWindow

java.lang.Object
  extended by basics.route.TimeWindow

public class TimeWindow
extends java.lang.Object

Author:
stefan schroeder

Constructor Summary
TimeWindow(double start, double end)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double getEnd()
           
 double getStart()
           
 int hashCode()
           
static TimeWindow newInstance(double start, double end)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeWindow

public TimeWindow(double start,
                  double end)
Method Detail

newInstance

public static TimeWindow newInstance(double start,
                                     double end)

getStart

public double getStart()

getEnd

public double getEnd()

toString

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object