Uses of Class
org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
Packages that use VehicleRoutingSolution
Package
Description
-
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.app
Methods in org.optaplanner.examples.vehiclerouting.app that return types with arguments of type VehicleRoutingSolutionModifier and TypeMethodDescriptionVehicleRoutingApp.createSolutionFileIO()protected Set<AbstractSolutionImporter<VehicleRoutingSolution>>VehicleRoutingApp.createSolutionImporters() -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.domain.solver
Methods in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type VehicleRoutingSolutionModifier and TypeMethodDescriptionDepotAngleCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer) DepotDistanceCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer) -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.domain.timewindowed
-
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver
Method parameters in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver with type arguments of type VehicleRoutingSolutionModifier and TypeMethodDescriptionvoidArrivalTimeUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) protected voidArrivalTimeUpdatingVariableListener.updateArrivalTime(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, TimeWindowedCustomer sourceCustomer) -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.optional.score
Methods in org.optaplanner.examples.vehiclerouting.optional.score with parameters of type VehicleRoutingSolutionModifier and TypeMethodDescriptionorg.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScoreVehicleRoutingEasyScoreCalculator.calculateScore(VehicleRoutingSolution solution) voidVehicleRoutingIncrementalScoreCalculator.resetWorkingSolution(VehicleRoutingSolution solution) -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.persistence
Methods in org.optaplanner.examples.vehiclerouting.persistence that return VehicleRoutingSolutionModifier and TypeMethodDescriptionVehicleRoutingImporter.VehicleRoutingInputBuilder.readSolution()Methods in org.optaplanner.examples.vehiclerouting.persistence that return types with arguments of type VehicleRoutingSolutionMethods in org.optaplanner.examples.vehiclerouting.persistence with parameters of type VehicleRoutingSolutionModifier and TypeMethodDescriptionvoidVehicleRoutingFileIO.write(VehicleRoutingSolution solution, File outputSolutionFile) -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.persistence.util
Fields in org.optaplanner.examples.vehiclerouting.persistence.util with type parameters of type VehicleRoutingSolutionModifier and TypeFieldDescriptionprotected final SolutionFileIO<VehicleRoutingSolution>VehicleRoutingDistanceTypeComparison.solutionFileIO -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.swingui
Methods in org.optaplanner.examples.vehiclerouting.swingui with parameters of type VehicleRoutingSolutionModifier and TypeMethodDescriptionprotected CustomerVehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution, Location newLocation) voidVehicleRoutingSolutionPainter.reset(VehicleRoutingSolution solution, Dimension size, ImageObserver imageObserver) voidVehicleRoutingPanel.resetPanel(VehicleRoutingSolution solution) voidVehicleRoutingWorldPanel.resetPanel(VehicleRoutingSolution solution) voidVehicleRoutingPanel.updatePanel(VehicleRoutingSolution solution) voidVehicleRoutingWorldPanel.updatePanel(VehicleRoutingSolution solution)