OptaPlanner distribution 6.0.0.CR3

org.optaplanner.examples.vehiclerouting.domain
Interface VrpStandstill

All Known Implementing Classes:
VrpCustomer, VrpTimeWindowedCustomer, VrpVehicle

public interface VrpStandstill


Method Summary
 VrpLocation getLocation()
           
 VrpCustomer getNextCustomer()
           
 VrpVehicle getVehicle()
           
 void setNextCustomer(VrpCustomer nextCustomer)
           
 

Method Detail

getLocation

VrpLocation getLocation()
Returns:
never null

getVehicle

VrpVehicle getVehicle()
Returns:
sometimes null

getNextCustomer

VrpCustomer getNextCustomer()
Returns:
sometimes null

setNextCustomer

void setNextCustomer(VrpCustomer nextCustomer)

OptaPlanner distribution 6.0.0.CR3

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