OptaPlanner distribution 6.0.0.Beta3

org.optaplanner.examples.vehiclerouting.domain
Class VrpDepot

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

public class VrpDepot
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
protected  VrpLocation location
           
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
VrpDepot()
           
 
Method Summary
 VrpLocation getLocation()
           
 void setLocation(VrpLocation location)
           
 
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
 

Field Detail

location

protected VrpLocation location
Constructor Detail

VrpDepot

public VrpDepot()
Method Detail

getLocation

public VrpLocation getLocation()

setLocation

public void setLocation(VrpLocation location)

OptaPlanner distribution 6.0.0.Beta3

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