Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.CoachShuttleGatheringSolution
-
-
Uses of CoachShuttleGatheringSolution in org.optaplanner.examples.coachshuttlegathering.app
Methods in org.optaplanner.examples.coachshuttlegathering.app that return types with arguments of type CoachShuttleGatheringSolution Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CoachShuttleGatheringSolution>CoachShuttleGatheringApp. createSolutionFileIO() -
Uses of CoachShuttleGatheringSolution in org.optaplanner.examples.coachshuttlegathering.domain.solver
Methods in org.optaplanner.examples.coachshuttlegathering.domain.solver with parameters of type CoachShuttleGatheringSolution Modifier and Type Method Description DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeightDepotAngleBusStopDifficultyWeightFactory. createSorterWeight(CoachShuttleGatheringSolution solution, BusOrStop busOrStop) -
Uses of CoachShuttleGatheringSolution in org.optaplanner.examples.coachshuttlegathering.persistence
Methods in org.optaplanner.examples.coachshuttlegathering.persistence that return CoachShuttleGatheringSolution Modifier and Type Method Description CoachShuttleGatheringSolutionCoachShuttleGatheringImporter.CoachShuttleGatheringInputBuilder. readSolution()CoachShuttleGatheringSolutionCoachShuttleGatheringImporter. readSolution(File inputFile)Methods in org.optaplanner.examples.coachshuttlegathering.persistence that return types with arguments of type CoachShuttleGatheringSolution Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<CoachShuttleGatheringSolution>CoachShuttleGatheringImporter. createTxtInputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<CoachShuttleGatheringSolution>CoachShuttleGatheringExporter. createTxtOutputBuilder() -
Uses of CoachShuttleGatheringSolution in org.optaplanner.examples.coachshuttlegathering.solver
Methods in org.optaplanner.examples.coachshuttlegathering.solver with parameters of type CoachShuttleGatheringSolution Modifier and Type Method Description org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScoreCoachShuttleGatheringEasyScoreCalculator. calculateScore(CoachShuttleGatheringSolution solution) -
Uses of CoachShuttleGatheringSolution in org.optaplanner.examples.coachshuttlegathering.swingui
Methods in org.optaplanner.examples.coachshuttlegathering.swingui with parameters of type CoachShuttleGatheringSolution Modifier and Type Method Description voidCoachShuttleGatheringPanel. resetPanel(CoachShuttleGatheringSolution solution)voidCoachShuttleGatheringWorldPanel. resetPanel(CoachShuttleGatheringSolution solution)voidCoachShuttleGatheringPanel. updatePanel(CoachShuttleGatheringSolution solution)voidCoachShuttleGatheringWorldPanel. updatePanel(CoachShuttleGatheringSolution solution)
-