OptaPlanner distribution 6.0.2-SNAPSHOT

org.optaplanner.examples.vehiclerouting.domain
Interface Standstill

All Known Implementing Classes:
Customer, TimeWindowedCustomer, Vehicle

public interface Standstill


Method Summary
 Location getLocation()
           
 Customer getNextCustomer()
           
 Vehicle getVehicle()
           
 void setNextCustomer(Customer nextCustomer)
           
 

Method Detail

getLocation

Location getLocation()
Returns:
never null

getVehicle

Vehicle getVehicle()
Returns:
sometimes null

getNextCustomer

Customer getNextCustomer()
Returns:
sometimes null

setNextCustomer

void setNextCustomer(Customer nextCustomer)

OptaPlanner distribution 6.0.2-SNAPSHOT

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