OptaPlanner distribution 6.0.1-SNAPSHOT

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

Packages that use VehicleRoutingSolution
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.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 VehicleRoutingSimpleScoreCalculator.calculateScore(VehicleRoutingSolution schedule)
           
 void VehicleRoutingIncrementalScoreCalculator.resetWorkingSolution(VehicleRoutingSolution schedule)
           
 

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

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

Methods in org.optaplanner.examples.vehiclerouting.swingui with parameters of type VehicleRoutingSolution
 void VehicleRoutingSchedulePainter.reset(VehicleRoutingSolution schedule, Dimension size, ImageObserver imageObserver)
           
 void VehicleRoutingWorldPanel.resetPanel(VehicleRoutingSolution schedule)
           
 void VehicleRoutingWorldPanel.updatePanel(VehicleRoutingSolution schedule)
           
 


OptaPlanner distribution 6.0.1-SNAPSHOT

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