org.optaplanner.examples.vehiclerouting.domain
Class VrpDepot
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
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
location
protected VrpLocation location
VrpDepot
public VrpDepot()
getLocation
public VrpLocation getLocation()
setLocation
public void setLocation(VrpLocation location)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.