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)Method parameters in org.optaplanner.examples.coachshuttlegathering.domain.solver with type arguments of type CoachShuttleGatheringSolution Modifier and Type Method Description voidBusPassengerCountTotalUpdatingVariableListener. afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, Object entity)voidTransportTimeToHubUpdatingVariableListener. afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidBusPassengerCountTotalUpdatingVariableListener. afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, Object entity)voidTransportTimeToHubUpdatingVariableListener. afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidBusPassengerCountTotalUpdatingVariableListener. afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, Object entity)voidTransportTimeToHubUpdatingVariableListener. afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidBusPassengerCountTotalUpdatingVariableListener. beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, Object busStop)voidTransportTimeToHubUpdatingVariableListener. beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidBusPassengerCountTotalUpdatingVariableListener. beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, Object entity)voidTransportTimeToHubUpdatingVariableListener. beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidBusPassengerCountTotalUpdatingVariableListener. beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, Object entity)voidTransportTimeToHubUpdatingVariableListener. beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)protected voidTransportTimeToHubUpdatingVariableListener. updateTransportTimeToHub(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusStop sourceStop) -
Uses of CoachShuttleGatheringSolution in org.optaplanner.examples.coachshuttlegathering.optional.score
Methods in org.optaplanner.examples.coachshuttlegathering.optional.score 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.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.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)
-