OptaPlanner distribution 6.2.1-SNAPSHOT

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

Packages that use Standstill
org.optaplanner.examples.vehiclerouting.domain   
org.optaplanner.examples.vehiclerouting.domain.solver.nearby   
org.optaplanner.examples.vehiclerouting.domain.timewindowed   
 

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

Classes in org.optaplanner.examples.vehiclerouting.domain that implement Standstill
 class Customer
           
 class Vehicle
           
 

Fields in org.optaplanner.examples.vehiclerouting.domain declared as Standstill
protected  Standstill Customer.previousStandstill
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain that return Standstill
 Standstill Customer.getPreviousStandstill()
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Standstill
 int Customer.getDistanceFrom(Standstill standstill)
           
 int Vehicle.getDistanceTo(Standstill standstill)
           
 int Depot.getDistanceTo(Standstill standstill)
           
 int Customer.getDistanceTo(Standstill standstill)
           
 void Customer.setPreviousStandstill(Standstill previousStandstill)
           
 

Uses of Standstill in org.optaplanner.examples.vehiclerouting.domain.solver.nearby
 

Methods in org.optaplanner.examples.vehiclerouting.domain.solver.nearby with parameters of type Standstill
 double CustomerNearbyDistanceMeter.getNearbyDistance(Customer origin, Standstill destination)
           
 

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

Classes in org.optaplanner.examples.vehiclerouting.domain.timewindowed that implement Standstill
 class TimeWindowedCustomer
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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