OptaPlanner distribution 6.0.0.Final

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

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.vehiclerouting.domain.Depot
          extended by org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedDepot
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class TimeWindowedDepot
extends Depot

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.Depot
location
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
TimeWindowedDepot()
           
 
Method Summary
 int getMilliDueTime()
           
 int getMilliReadyTime()
           
 String getTimeWindowLabel()
           
 void setMilliDueTime(int milliDueTime)
           
 void setMilliReadyTime(int milliReadyTime)
           
 
Methods inherited from class org.optaplanner.examples.vehiclerouting.domain.Depot
getLocation, setLocation
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeWindowedDepot

public TimeWindowedDepot()
Method Detail

getMilliReadyTime

public int getMilliReadyTime()

setMilliReadyTime

public void setMilliReadyTime(int milliReadyTime)

getMilliDueTime

public int getMilliDueTime()

setMilliDueTime

public void setMilliDueTime(int milliDueTime)

getTimeWindowLabel

public String getTimeWindowLabel()

OptaPlanner distribution 6.0.0.Final

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