OptaPlanner distribution 6.0.0.CR3

Uses of Interface
org.optaplanner.examples.vehiclerouting.domain.VrpStandstill

Packages that use VrpStandstill
org.optaplanner.examples.vehiclerouting.domain   
org.optaplanner.examples.vehiclerouting.domain.timewindowed   
 

Uses of VrpStandstill in org.optaplanner.examples.vehiclerouting.domain
 

Classes in org.optaplanner.examples.vehiclerouting.domain that implement VrpStandstill
 class VrpCustomer
           
 class VrpVehicle
           
 

Fields in org.optaplanner.examples.vehiclerouting.domain declared as VrpStandstill
protected  VrpStandstill VrpCustomer.previousStandstill
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain that return VrpStandstill
 VrpStandstill VrpCustomer.getPreviousStandstill()
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type VrpStandstill
 int VrpCustomer.getDistanceTo(VrpStandstill standstill)
           
 void VrpCustomer.setPreviousStandstill(VrpStandstill previousStandstill)
           
 

Uses of VrpStandstill in org.optaplanner.examples.vehiclerouting.domain.timewindowed
 

Classes in org.optaplanner.examples.vehiclerouting.domain.timewindowed that implement VrpStandstill
 class VrpTimeWindowedCustomer
           
 


OptaPlanner distribution 6.0.0.CR3

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