OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution

Packages that use VehicleRoutingSolution
org.optaplanner.examples.vehiclerouting.domain.solver   
org.optaplanner.examples.vehiclerouting.domain.timewindowed   
org.optaplanner.examples.vehiclerouting.solver.score   
org.optaplanner.examples.vehiclerouting.swingui   
 

Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.domain.solver
 

Methods in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type VehicleRoutingSolution
 Comparable DepotDistanceCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer)
           
 Comparable DepotAngleCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer)
           
 

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

Subclasses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.domain.timewindowed
 class TimeWindowedVehicleRoutingSolution
           
 

Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.solver.score
 

Methods in org.optaplanner.examples.vehiclerouting.solver.score with parameters of type VehicleRoutingSolution
 HardSoftScore VehicleRoutingEasyScoreCalculator.calculateScore(VehicleRoutingSolution solution)
           
 void VehicleRoutingIncrementalScoreCalculator.resetWorkingSolution(VehicleRoutingSolution solution)
           
 

Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.swingui
 

Methods in org.optaplanner.examples.vehiclerouting.swingui that return VehicleRoutingSolution
 VehicleRoutingSolution VehicleRoutingPanel.getVehicleRoutingSolution()
           
 

Methods in org.optaplanner.examples.vehiclerouting.swingui with parameters of type VehicleRoutingSolution
protected  Customer VehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution, Location newLocation)
           
 void VehicleRoutingSolutionPainter.reset(VehicleRoutingSolution solution, Dimension size, ImageObserver imageObserver)
           
 void VehicleRoutingWorldPanel.resetPanel(VehicleRoutingSolution solution)
           
 void VehicleRoutingWorldPanel.updatePanel(VehicleRoutingSolution solution)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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