OptaPlanner distribution 6.0.0-SNAPSHOT

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

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

public class TimeWindowedVehicleRoutingSolution
extends VehicleRoutingSolution

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
customerList, depotList, locationList, name, score, vehicleList
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
TimeWindowedVehicleRoutingSolution()
           
 
Method Summary
 
Methods inherited from class org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
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

TimeWindowedVehicleRoutingSolution

public TimeWindowedVehicleRoutingSolution()

OptaPlanner distribution 6.0.0-SNAPSHOT

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