org.optaplanner.examples.vehiclerouting.domain.timewindowed
Class VrpTimeWindowedCustomer
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.vehiclerouting.domain.VrpCustomer
org.optaplanner.examples.vehiclerouting.domain.timewindowed.VrpTimeWindowedCustomer
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>, VrpAppearance
public class VrpTimeWindowedCustomer
- extends VrpCustomer
- See Also:
- Serialized Form
Methods inherited from class org.optaplanner.examples.vehiclerouting.domain.VrpCustomer |
getDemand, getDistanceTo, getDistanceToPreviousAppearance, getLocation, getPreviousAppearance, getVehicle, setDemand, setLocation, setPreviousAppearance, solutionEquals, solutionHashCode, toString |
VrpTimeWindowedCustomer
public VrpTimeWindowedCustomer()
getReadyTime
public int getReadyTime()
setReadyTime
public void setReadyTime(int readyTime)
getDueTime
public int getDueTime()
setDueTime
public void setDueTime(int dueTime)
getServiceTime
public int getServiceTime()
setServiceTime
public void setServiceTime(int serviceTime)
getTimeWindowLabel
public String getTimeWindowLabel()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.