Uses of Class
org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
-
-
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.app
Methods in org.optaplanner.examples.vehiclerouting.app that return types with arguments of type VehicleRoutingSolution Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<VehicleRoutingSolution>VehicleRoutingApp. createSolutionFileIO() -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.domain.solver
Methods in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type VehicleRoutingSolution Modifier and Type Method Description DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeightDepotAngleCustomerDifficultyWeightFactory. createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer)DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeightDepotDistanceCustomerDifficultyWeightFactory. 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 Modifier and Type Class Description classTimeWindowedVehicleRoutingSolution -
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 VehicleRoutingSolution Modifier and Type Method Description voidArrivalTimeUpdatingVariableListener. 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 VehicleRoutingSolution Modifier and Type Method Description org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScoreVehicleRoutingEasyScoreCalculator. calculateScore(VehicleRoutingSolution solution)voidVehicleRoutingIncrementalScoreCalculator. resetWorkingSolution(VehicleRoutingSolution solution) -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.optional.solver.solution.initializer
Method parameters in org.optaplanner.examples.vehiclerouting.optional.solver.solution.initializer with type arguments of type VehicleRoutingSolution Modifier and Type Method Description voidBuoyVehicleRoutingSolutionInitializer. changeWorkingSolution(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector) -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.persistence
Methods in org.optaplanner.examples.vehiclerouting.persistence that return VehicleRoutingSolution Modifier and Type Method Description VehicleRoutingSolutionVehicleRoutingFileIO. read(File inputSolutionFile)VehicleRoutingSolutionVehicleRoutingImporter.VehicleRoutingInputBuilder. readSolution()Methods in org.optaplanner.examples.vehiclerouting.persistence that return types with arguments of type VehicleRoutingSolution Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<VehicleRoutingSolution>VehicleRoutingImporter. createTxtInputBuilder()Methods in org.optaplanner.examples.vehiclerouting.persistence with parameters of type VehicleRoutingSolution Modifier and Type Method Description voidVehicleRoutingFileIO. 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 VehicleRoutingSolution Modifier and Type Field Description protected org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<VehicleRoutingSolution>VehicleRoutingDistanceTypeComparison. solutionFileIO -
Uses of VehicleRoutingSolution in org.optaplanner.examples.vehiclerouting.swingui
Methods in org.optaplanner.examples.vehiclerouting.swingui with parameters of type VehicleRoutingSolution Modifier and Type Method Description protected 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)
-