Uses of Class
org.optaplanner.examples.tsp.domain.TspSolution
-
-
Uses of TspSolution in org.optaplanner.examples.tsp.app
Methods in org.optaplanner.examples.tsp.app that return types with arguments of type TspSolution Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<TspSolution>TspApp. createSolutionFileIO() -
Uses of TspSolution in org.optaplanner.examples.tsp.domain.solver
Methods in org.optaplanner.examples.tsp.domain.solver with parameters of type TspSolution Modifier and Type Method Description DomicileAngleVisitDifficultyWeightFactory.DomicileAngleVisitDifficultyWeightDomicileAngleVisitDifficultyWeightFactory. createSorterWeight(TspSolution vehicleRoutingSolution, Visit visit)DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeightDomicileDistanceStandstillStrengthWeightFactory. createSorterWeight(TspSolution tspSolution, Standstill standstill)DomicileDistanceVisitDifficultyWeightFactory.DomicileDistanceVisitDifficultyWeightDomicileDistanceVisitDifficultyWeightFactory. createSorterWeight(TspSolution tspSolution, Visit visit) -
Uses of TspSolution in org.optaplanner.examples.tsp.optional.score
Methods in org.optaplanner.examples.tsp.optional.score with parameters of type TspSolution Modifier and Type Method Description org.optaplanner.core.api.score.buildin.simplelong.SimpleLongScoreTspEasyScoreCalculator. calculateScore(TspSolution tspSolution)voidTspIncrementalScoreCalculator. resetWorkingSolution(TspSolution tspSolution) -
Uses of TspSolution in org.optaplanner.examples.tsp.persistence
Methods in org.optaplanner.examples.tsp.persistence that return TspSolution Modifier and Type Method Description TspSolutionTspFileIO. read(File inputSolutionFile)TspSolutionTspImageStipplerImporter.TspImageStipplerInputBuilder. readSolution()TspSolutionTspImporter.TspInputBuilder. readSolution()Methods in org.optaplanner.examples.tsp.persistence that return types with arguments of type TspSolution Modifier and Type Method Description AbstractPngSolutionImporter.PngInputBuilder<TspSolution>TspImageStipplerImporter. createPngInputBuilder()AbstractTxtSolutionImporter.TxtInputBuilder<TspSolution>TspImporter. createTxtInputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution>SvgTspLineAndCircleExporter. createTxtOutputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution>SvgTspPathExporter. createTxtOutputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution>TspExporter. createTxtOutputBuilder()Methods in org.optaplanner.examples.tsp.persistence with parameters of type TspSolution Modifier and Type Method Description voidTspFileIO. write(TspSolution solution, File outputSolutionFile) -
Uses of TspSolution in org.optaplanner.examples.tsp.swingui
Methods in org.optaplanner.examples.tsp.swingui with parameters of type TspSolution Modifier and Type Method Description protected voidTspListPanel. addVisitButton(TspSolution tspSolution, Visit visit)voidTspListPanel. resetPanel(TspSolution tspSolution)voidTspPanel. resetPanel(TspSolution tspSolution)voidTspWorldPanel. resetPanel(TspSolution tspSolution)voidTspListPanel. updatePanel(TspSolution tspSolution)voidTspPanel. updatePanel(TspSolution tspSolution)voidTspWorldPanel. updatePanel(TspSolution tspSolution)
-