public class TimeInterval
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
dTimeAt |
protected int |
iCPUs |
protected boolean |
isStart |
protected static java.util.Comparator<TimeInterval> |
timeAtComparator
Comparator for sorting the list by [dScheduledStartTime]
|
| Constructor and Description |
|---|
TimeInterval(boolean IsStart,
double DTimeAt,
int ICPUs) |
protected boolean isStart
protected double dTimeAt
protected int iCPUs
protected static java.util.Comparator<TimeInterval> timeAtComparator