| Package | Description |
|---|---|
| org.optaplanner.examples.tsp.domain | |
| org.optaplanner.examples.tsp.domain.solver.nearby | |
| org.optaplanner.examples.tsp.swingui |
| Modifier and Type | Class and Description |
|---|---|
class |
Domicile |
class |
Visit |
| Modifier and Type | Method and Description |
|---|---|
Standstill |
Visit.getPreviousStandstill() |
| Modifier and Type | Method and Description |
|---|---|
long |
Visit.getDistanceFrom(Standstill standstill) |
long |
Visit.getDistanceTo(Standstill standstill) |
long |
Domicile.getDistanceTo(Standstill standstill) |
long |
Standstill.getDistanceTo(Standstill standstill) |
void |
Visit.setPreviousStandstill(Standstill previousStandstill) |
| Modifier and Type | Method and Description |
|---|---|
double |
VisitNearbyDistanceMeter.getNearbyDistance(Visit origin,
Standstill destination) |
| Modifier and Type | Method and Description |
|---|---|
Standstill |
TspPanel.findNearestStandstill(AirLocation clickLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
TspPanel.connectStandstills(Standstill sourceStandstill,
Standstill targetStandstill) |
void |
TspPanel.doMove(Visit visit,
Standstill toStandstill) |
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.