Uses of Interface
org.optaplanner.examples.tsp.domain.Standstill
-
-
Uses of Standstill in org.optaplanner.examples.tsp.domain
Classes in org.optaplanner.examples.tsp.domain that implement Standstill Modifier and Type Class Description classDomicileclassVisitMethods in org.optaplanner.examples.tsp.domain that return Standstill Modifier and Type Method Description StandstillVisit. getPreviousStandstill()Methods in org.optaplanner.examples.tsp.domain with parameters of type Standstill Modifier and Type Method Description longVisit. 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 Standstill Modifier and Type Method Description DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeightDomicileDistanceStandstillStrengthWeightFactory. createSorterWeight(TspSolution tspSolution, Standstill standstill)Constructors in org.optaplanner.examples.tsp.domain.solver with parameters of type Standstill Constructor Description DomicileDistanceStandstillStrengthWeight(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 Standstill Modifier and Type Method Description doubleVisitNearbyDistanceMeter. getNearbyDistance(Visit origin, Standstill destination) -
Uses of Standstill in org.optaplanner.examples.tsp.swingui
Methods in org.optaplanner.examples.tsp.swingui that return Standstill Modifier and Type Method Description StandstillTspPanel. findNearestStandstill(AirLocation clickLocation)Methods in org.optaplanner.examples.tsp.swingui with parameters of type Standstill Modifier and Type Method Description voidTspPanel. connectStandstills(Standstill sourceStandstill, Standstill targetStandstill)voidTspPanel. doMove(Visit visit, Standstill toStandstill)
-