Uses of Class
org.optaplanner.examples.tsp.domain.Domicile
-
Packages that use Domicile Package Description org.optaplanner.examples.tsp.domain -
-
Uses of Domicile in org.optaplanner.examples.tsp.domain
Methods in org.optaplanner.examples.tsp.domain that return Domicile Modifier and Type Method Description DomicileTspSolution. getDomicile()Methods in org.optaplanner.examples.tsp.domain that return types with arguments of type Domicile Modifier and Type Method Description List<Domicile>TspSolution. getDomicileRange()Methods in org.optaplanner.examples.tsp.domain with parameters of type Domicile Modifier and Type Method Description voidTspSolution. setDomicile(Domicile domicile)
-