OptaPlanner distribution 6.0.2-SNAPSHOT

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

Packages that use Standstill
org.optaplanner.examples.vehiclerouting.domain   
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.getMilliDistanceTo(Standstill standstill)
           
 void Customer.setPreviousStandstill(Standstill previousStandstill)
           
 

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.0.2-SNAPSHOT

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