Modifier and Type | Method and Description |
---|---|
org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<VehicleRoutingSolution> |
VehicleRoutingApp.createSolutionFileIO() |
Modifier and Type | Method and Description |
---|---|
DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight |
DepotDistanceCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution,
Customer customer) |
DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight |
DepotAngleCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution,
Customer customer) |
Modifier and Type | Class and Description |
---|---|
class |
TimeWindowedVehicleRoutingSolution |
Modifier and Type | Method and Description |
---|---|
VehicleRoutingSolution |
VehicleRoutingFileIO.read(File inputSolutionFile) |
VehicleRoutingSolution |
VehicleRoutingImporter.VehicleRoutingInputBuilder.readSolution() |
Modifier and Type | Method and Description |
---|---|
AbstractTxtSolutionImporter.TxtInputBuilder<VehicleRoutingSolution> |
VehicleRoutingImporter.createTxtInputBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
VehicleRoutingFileIO.write(VehicleRoutingSolution solution,
File outputSolutionFile) |
Modifier and Type | Field and Description |
---|---|
protected org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<VehicleRoutingSolution> |
VehicleRoutingDistanceTypeComparison.solutionFileIO |
Modifier and Type | Method and Description |
---|---|
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore |
VehicleRoutingEasyScoreCalculator.calculateScore(VehicleRoutingSolution solution) |
void |
VehicleRoutingIncrementalScoreCalculator.resetWorkingSolution(VehicleRoutingSolution solution) |
Modifier and Type | Method and Description |
---|---|
void |
BuoyVehicleRoutingSolutionInitializer.changeWorkingSolution(org.optaplanner.core.impl.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector) |
Modifier and Type | Method and Description |
---|---|
protected Customer |
VehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution,
Location newLocation) |
void |
VehicleRoutingSolutionPainter.reset(VehicleRoutingSolution solution,
Dimension size,
ImageObserver imageObserver) |
void |
VehicleRoutingPanel.resetPanel(VehicleRoutingSolution solution) |
void |
VehicleRoutingWorldPanel.resetPanel(VehicleRoutingSolution solution) |
void |
VehicleRoutingPanel.updatePanel(VehicleRoutingSolution solution) |
void |
VehicleRoutingWorldPanel.updatePanel(VehicleRoutingSolution solution) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.