Uses of Interface
org.optaplanner.examples.tsp.domain.Standstill
Packages that use Standstill
Package
Description
-
Uses of Standstill in org.optaplanner.examples.tsp.domain
Classes in org.optaplanner.examples.tsp.domain that implement StandstillMethods in org.optaplanner.examples.tsp.domain that return StandstillMethods in org.optaplanner.examples.tsp.domain with parameters of type StandstillModifier and TypeMethodDescriptionlongVisit.getDistanceFrom(Standstill standstill) longDomicile.getDistanceTo(Standstill standstill) longStandstill.getDistanceTo(Standstill standstill) longVisit.getDistanceTo(Standstill standstill) voidVisit.setPreviousStandstill(Standstill previousStandstill) -
Uses of Standstill in org.optaplanner.examples.tsp.domain.solver
Methods in org.optaplanner.examples.tsp.domain.solver with parameters of type StandstillModifier and TypeMethodDescriptionDomicileDistanceStandstillStrengthWeightFactory.createSorterWeight(TspSolution tspSolution, Standstill standstill) Constructors in org.optaplanner.examples.tsp.domain.solver with parameters of type StandstillModifierConstructorDescriptionDomicileDistanceStandstillStrengthWeight(Standstill standstill, long domicileRoundTripDistance) -
Uses of Standstill in org.optaplanner.examples.tsp.domain.solver.nearby
Methods in org.optaplanner.examples.tsp.domain.solver.nearby with parameters of type StandstillModifier and TypeMethodDescriptiondoubleVisitNearbyDistanceMeter.getNearbyDistance(Visit origin, Standstill destination) -
Uses of Standstill in org.optaplanner.examples.tsp.swingui
Methods in org.optaplanner.examples.tsp.swingui that return StandstillMethods in org.optaplanner.examples.tsp.swingui with parameters of type StandstillModifier and TypeMethodDescriptionvoidTspPanel.changePreviousStandstill(Visit visit, Standstill toStandstill) voidTspPanel.connectStandstills(Standstill sourceStandstill, Standstill targetStandstill)