public class TimeWindow extends Object
| Constructor and Description |
|---|
TimeWindow(double start,
double end)
Constructs the timeWindow
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Two timeWindows are equal if they have the same start AND endTime.
|
double |
getEnd()
Returns endTime of TimeWindow.
|
double |
getStart()
Returns startTime of TimeWindow.
|
int |
hashCode() |
static TimeWindow |
newInstance(double start,
double end)
Returns new instance of TimeWindow.
|
String |
toString() |
public TimeWindow(double start,
double end)
start - end - public static TimeWindow newInstance(double start, double end)
start - end - public double getStart()
public double getEnd()
Copyright © 2013–2019. All rights reserved.