Uses of Class
org.optaplanner.examples.tsp.domain.Visit
Packages that use Visit
Package
Description
-
Uses of Visit in org.optaplanner.examples.tsp.domain
Methods in org.optaplanner.examples.tsp.domain that return types with arguments of type VisitMethod parameters in org.optaplanner.examples.tsp.domain with type arguments of type Visit -
Uses of Visit in org.optaplanner.examples.tsp.domain.solver
Methods in org.optaplanner.examples.tsp.domain.solver with parameters of type VisitModifier and TypeMethodDescriptionintintDomicileAngleVisitDifficultyWeightFactory.createSorterWeight(TspSolution vehicleRoutingSolution, Visit visit) DomicileDistanceVisitDifficultyWeightFactory.createSorterWeight(TspSolution tspSolution, Visit visit) Constructors in org.optaplanner.examples.tsp.domain.solver with parameters of type VisitModifierConstructorDescriptionDomicileAngleVisitDifficultyWeight(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 VisitModifier and TypeMethodDescriptiondoubleVisitNearbyDistanceMeter.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 VisitModifier and TypeMethodDescriptionprotected voidTspListPanel.addVisitButton(TspSolution tspSolution, Visit visit) voidTspPanel.changePreviousStandstill(Visit visit, Standstill toStandstill)