org.optaplanner.examples.vehiclerouting.domain
public interface VrpStandstill
Modifier and Type | Method and Description |
---|---|
VrpLocation |
getLocation() |
VrpCustomer |
getNextCustomer() |
VrpVehicle |
getVehicle() |
void |
setNextCustomer(VrpCustomer nextCustomer) |
VrpLocation getLocation()
VrpVehicle getVehicle()
VrpCustomer getNextCustomer()
void setNextCustomer(VrpCustomer nextCustomer)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.