org.optaplanner.examples.vehiclerouting.domain.timewindowed
public class VrpTimeWindowedDepot extends VrpDepot
id
Constructor and Description |
---|
VrpTimeWindowedDepot() |
Modifier and Type | Method and Description |
---|---|
int |
getDueTime() |
int |
getReadyTime() |
String |
getTimeWindowLabel() |
void |
setDueTime(int dueTime) |
void |
setReadyTime(int readyTime) |
getLocation, setLocation
compareTo, getId, setId, toString
public int getReadyTime()
public void setReadyTime(int readyTime)
public int getDueTime()
public void setDueTime(int dueTime)
public String getTimeWindowLabel()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.