OptaPlanner distribution 6.0.1.Final

org.optaplanner.examples.vehiclerouting.domain
Class Depot

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

public class Depot
extends AbstractPersistable

See Also:
Serialized Form

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

Depot

public Depot()
Method Detail

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

OptaPlanner distribution 6.0.1.Final

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