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 |
Standstill.getDistanceTo(Standstill standstill) |
long |
Domicile.getDistanceTo(Standstill standstill) |
void |
Visit.setPreviousStandstill(Standstill previousStandstill) |
Modifier and Type | Method and Description |
---|---|
DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight |
DomicileDistanceStandstillStrengthWeightFactory.createSorterWeight(TspSolution tspSolution,
Standstill standstill) |
Constructor and Description |
---|
DomicileDistanceStandstillStrengthWeight(Standstill standstill,
long domicileRoundTripDistance) |
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–2020 JBoss by Red Hat. All rights reserved.