org.optaplanner.examples.vehiclerouting.domain.timewindowed
public class TimeWindowedDepot extends Depot
id
Constructor and Description |
---|
TimeWindowedDepot() |
Modifier and Type | Method and Description |
---|---|
int |
getMilliDueTime() |
int |
getMilliReadyTime() |
String |
getTimeWindowLabel() |
void |
setMilliDueTime(int milliDueTime) |
void |
setMilliReadyTime(int milliReadyTime) |
getLocation, setLocation
compareTo, getId, setId, toString
public int getMilliReadyTime()
public void setMilliReadyTime(int milliReadyTime)
public int getMilliDueTime()
public void setMilliDueTime(int milliDueTime)
public String getTimeWindowLabel()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.