OptaPlanner distribution 6.0.0.Beta3

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

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

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

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

Fields in org.optaplanner.examples.vehiclerouting.domain declared as VrpAppearance
protected  VrpAppearance VrpCustomer.previousAppearance
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain that return VrpAppearance
 VrpAppearance VrpCustomer.getPreviousAppearance()
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type VrpAppearance
 int VrpCustomer.getDistanceTo(VrpAppearance appearance)
           
 void VrpCustomer.setPreviousAppearance(VrpAppearance previousAppearance)
           
 

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

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


OptaPlanner distribution 6.0.0.Beta3

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