Uses of Class
org.optaplanner.examples.tsp.domain.Visit
-
Packages that use Visit 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 -
-
Uses of Visit in org.optaplanner.examples.tsp.domain
Methods in org.optaplanner.examples.tsp.domain that return types with arguments of type Visit Modifier and Type Method Description List<Visit>TspSolution. getVisitList()Method parameters in org.optaplanner.examples.tsp.domain with type arguments of type Visit Modifier and Type Method Description voidTspSolution. 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 Modifier and Type Method Description intLatitudeVisitDifficultyComparator. compare(Visit a, Visit b)intLongitudeVisitDifficultyComparator. compare(Visit a, Visit b)DomicileAngleVisitDifficultyWeightFactory.DomicileAngleVisitDifficultyWeightDomicileAngleVisitDifficultyWeightFactory. createSorterWeight(TspSolution vehicleRoutingSolution, Visit visit)DomicileDistanceVisitDifficultyWeightFactory.DomicileDistanceVisitDifficultyWeightDomicileDistanceVisitDifficultyWeightFactory. createSorterWeight(TspSolution tspSolution, Visit visit)Constructors in org.optaplanner.examples.tsp.domain.solver with parameters of type Visit Constructor Description DomicileAngleVisitDifficultyWeight(Visit visit, double domicileAngle, long domicileRoundTripDistance)DomicileDistanceVisitDifficultyWeight(Visit visit, long domicileRoundTripDistance) -
Uses of Visit in org.optaplanner.examples.tsp.domain.solver.nearby
Methods in org.optaplanner.examples.tsp.domain.solver.nearby with parameters of type Visit Modifier and Type Method Description doubleVisitNearbyDistanceMeter. getNearbyDistance(Visit origin, Standstill destination) -
Uses of Visit in org.optaplanner.examples.tsp.swingui
Methods in org.optaplanner.examples.tsp.swingui with parameters of type Visit Modifier and Type Method Description protected voidTspListPanel. addVisitButton(TspSolution tspSolution, Visit visit)voidTspPanel. doMove(Visit visit, Standstill toStandstill)
-