OptaPlanner distribution 6.0.0.CR4-Pre1

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

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

public class VrpTimeWindowedDepot
extends VrpDepot

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.VrpDepot
location
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
VrpTimeWindowedDepot()
           
 
Method Summary
 int getDueTime()
           
 int getReadyTime()
           
 String getTimeWindowLabel()
           
 void setDueTime(int dueTime)
           
 void setReadyTime(int readyTime)
           
 
Methods inherited from class org.optaplanner.examples.vehiclerouting.domain.VrpDepot
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

VrpTimeWindowedDepot

public VrpTimeWindowedDepot()
Method Detail

getReadyTime

public int getReadyTime()

setReadyTime

public void setReadyTime(int readyTime)

getDueTime

public int getDueTime()

setDueTime

public void setDueTime(int dueTime)

getTimeWindowLabel

public String getTimeWindowLabel()

OptaPlanner distribution 6.0.0.CR4-Pre1

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