| Package | Description |
|---|---|
| org.optaplanner.examples.tsp.domain | |
| org.optaplanner.examples.tsp.domain.solver | |
| org.optaplanner.examples.tsp.domain.solver.nearby | |
| org.optaplanner.examples.tsp.swingui |
| Modifier and Type | Method and Description |
|---|---|
List<Visit> |
TspSolution.getVisitList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TspSolution.setVisitList(List<Visit> visitList) |
| Modifier and Type | Method and Description |
|---|---|
int |
LongitudeVisitDifficultyComparator.compare(Visit a,
Visit b) |
int |
LatitudeVisitDifficultyComparator.compare(Visit a,
Visit b) |
DomicileDistanceVisitDifficultyWeightFactory.DomicileDistanceVisitDifficultyWeight |
DomicileDistanceVisitDifficultyWeightFactory.createSorterWeight(TspSolution tspSolution,
Visit visit) |
DomicileAngleVisitDifficultyWeightFactory.DomicileAngleVisitDifficultyWeight |
DomicileAngleVisitDifficultyWeightFactory.createSorterWeight(TspSolution vehicleRoutingSolution,
Visit visit) |
| Constructor and Description |
|---|
DomicileAngleVisitDifficultyWeight(Visit visit,
double domicileAngle,
long domicileRoundTripDistance) |
DomicileDistanceVisitDifficultyWeight(Visit visit,
long domicileRoundTripDistance) |
| Modifier and Type | Method and Description |
|---|---|
double |
VisitNearbyDistanceMeter.getNearbyDistance(Visit origin,
Standstill destination) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TspListPanel.addVisitButton(TspSolution tspSolution,
Visit visit) |
void |
TspPanel.doMove(Visit visit,
Standstill toStandstill) |
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.