org.optaplanner.examples.vehiclerouting.domain.timewindowed
Class TimeWindowedDepot
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.vehiclerouting.domain.Depot
org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedDepot
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class TimeWindowedDepot
- extends Depot
- See Also:
- Serialized Form
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.Depot |
location |
TimeWindowedDepot
public TimeWindowedDepot()
getReadyTime
public int getReadyTime()
- Returns:
- a positive number, the time multiplied by 1000 to avoid floating point arithmetic rounding errors
setReadyTime
public void setReadyTime(int readyTime)
getDueTime
public int getDueTime()
- Returns:
- a positive number, the time multiplied by 1000 to avoid floating point arithmetic rounding errors
setDueTime
public void setDueTime(int dueTime)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.