OptaPlanner distribution 6.0.0.Beta5

org.optaplanner.examples.vehiclerouting.domain.timewindowed
Class VrpTimeWindowedSchedule

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.vehiclerouting.domain.VrpSchedule
          extended by org.optaplanner.examples.vehiclerouting.domain.timewindowed.VrpTimeWindowedSchedule
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>, Solution<HardSoftScore>

public class VrpTimeWindowedSchedule
extends VrpSchedule

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.VrpSchedule
customerList, depotList, locationList, name, score, vehicleList
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
VrpTimeWindowedSchedule()
           
 
Method Summary
 
Methods inherited from class org.optaplanner.examples.vehiclerouting.domain.VrpSchedule
equals, getCustomerList, getDepotList, getLocationList, getName, getProblemFacts, getScore, getVehicleList, hashCode, setCustomerList, setDepotList, setLocationList, setName, setScore, setVehicleList
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VrpTimeWindowedSchedule

public VrpTimeWindowedSchedule()

OptaPlanner distribution 6.0.0.Beta5

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.