|
OptaPlanner distribution 6.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Visit | |
---|---|
org.optaplanner.examples.tsp.domain | |
org.optaplanner.examples.tsp.domain.solver | |
org.optaplanner.examples.tsp.swingui |
Uses of Visit in org.optaplanner.examples.tsp.domain |
---|
Methods in org.optaplanner.examples.tsp.domain that return types with arguments of type Visit | |
---|---|
List<Visit> |
TravelingSalesmanTour.getVisitList()
|
Method parameters in org.optaplanner.examples.tsp.domain with type arguments of type Visit | |
---|---|
void |
TravelingSalesmanTour.setVisitList(List<Visit> visitList)
|
Uses of Visit in org.optaplanner.examples.tsp.domain.solver |
---|
Methods in org.optaplanner.examples.tsp.domain.solver with parameters of type Visit | |
---|---|
int |
LongitudeVisitDifficultyComparator.compare(Visit a,
Visit b)
|
int |
LatitudeVisitDifficultyComparator.compare(Visit a,
Visit b)
|
Comparable |
DomicileDistanceVisitDifficultyWeightFactory.createSorterWeight(TravelingSalesmanTour tour,
Visit visit)
|
Constructors in org.optaplanner.examples.tsp.domain.solver with parameters of type Visit | |
---|---|
DomicileDistanceVisitDifficultyWeightFactory.DomicileDistanceVisitDifficultyWeight(Visit visit,
long domicileDistance)
|
Uses of Visit in org.optaplanner.examples.tsp.swingui |
---|
Methods in org.optaplanner.examples.tsp.swingui with parameters of type Visit | |
---|---|
void |
TspPanel.doMove(Visit visit,
Standstill toStandstill)
|
|
OptaPlanner distribution 6.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |