org.optaplanner.examples.vehiclerouting.domain
public class VrpDepot extends AbstractPersistable
Modifier and Type | Field and Description |
---|---|
protected VrpLocation |
location |
id
Constructor and Description |
---|
VrpDepot() |
Modifier and Type | Method and Description |
---|---|
VrpLocation |
getLocation() |
void |
setLocation(VrpLocation location) |
compareTo, getId, setId, toString
protected VrpLocation location
public VrpLocation getLocation()
public void setLocation(VrpLocation location)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.