OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Interface
org.optaplanner.examples.tsp.domain.Standstill

Packages that use Standstill
org.optaplanner.examples.tsp.domain   
org.optaplanner.examples.tsp.domain.solver.nearby   
org.optaplanner.examples.tsp.swingui   
 

Uses of Standstill in org.optaplanner.examples.tsp.domain
 

Classes in org.optaplanner.examples.tsp.domain that implement Standstill
 class Domicile
           
 class Visit
           
 

Methods in org.optaplanner.examples.tsp.domain that return Standstill
 Standstill Visit.getPreviousStandstill()
           
 

Methods in org.optaplanner.examples.tsp.domain with parameters of type Standstill
 long Visit.getDistanceTo(Standstill standstill)
           
 long Standstill.getDistanceTo(Standstill standstill)
           
 long Domicile.getDistanceTo(Standstill standstill)
           
 void Visit.setPreviousStandstill(Standstill previousStandstill)
           
 

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
 double VisitNearbyDistanceMeter.getNearbyDistance(Visit origin, Standstill destination)
           
 

Uses of Standstill in org.optaplanner.examples.tsp.swingui
 

Methods in org.optaplanner.examples.tsp.swingui with parameters of type Standstill
 void TspPanel.doMove(Visit visit, Standstill toStandstill)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.