basics.route
Class TimeWindow
java.lang.Object
basics.route.TimeWindow
public class TimeWindow
- extends java.lang.Object
- Author:
- stefan schroeder
|
Constructor Summary |
TimeWindow(double start,
double end)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TimeWindow
public TimeWindow(double start,
double end)
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