Uses of Class
org.optaplanner.examples.pas.domain.PatientAdmissionSchedule
-
-
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.app
Methods in org.optaplanner.examples.pas.app that return types with arguments of type PatientAdmissionSchedule Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<PatientAdmissionSchedule>PatientAdmissionScheduleApp. createSolutionFileIO() -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.domain.solver
Methods in org.optaplanner.examples.pas.domain.solver with parameters of type PatientAdmissionSchedule Modifier and Type Method Description BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeightBedDesignationDifficultyWeightFactory. createSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.optional.solver.move
Method parameters in org.optaplanner.examples.pas.optional.solver.move with type arguments of type PatientAdmissionSchedule Modifier and Type Method Description BedDesignationSwapMoveBedDesignationSwapMove. createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector)protected voidBedDesignationSwapMove. doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector)booleanBedDesignationSwapMove. isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector)BedDesignationSwapMoveBedDesignationSwapMove. rebase(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> destinationScoreDirector) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.optional.solver.move.factory
Methods in org.optaplanner.examples.pas.optional.solver.move.factory with parameters of type PatientAdmissionSchedule Modifier and Type Method Description List<BedDesignationSwapMove>BedDesignationSwapMoveFactory. createMoveList(PatientAdmissionSchedule patientAdmissionSchedule) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.persistence
Methods in org.optaplanner.examples.pas.persistence that return PatientAdmissionSchedule Modifier and Type Method Description PatientAdmissionSchedulePatientAdmissionScheduleImporter.PatientAdmissionScheduleInputBuilder. readSolution()Methods in org.optaplanner.examples.pas.persistence that return types with arguments of type PatientAdmissionSchedule Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<PatientAdmissionSchedule>PatientAdmissionScheduleImporter. createTxtInputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<PatientAdmissionSchedule>PatientAdmissionScheduleExporter. createTxtOutputBuilder() -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.solver.move
Method parameters in org.optaplanner.examples.pas.solver.move with type arguments of type PatientAdmissionSchedule Modifier and Type Method Description BedChangeMoveBedChangeMove. createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector)protected voidBedChangeMove. doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector)booleanBedChangeMove. isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector)static voidPatientAdmissionMoveHelper. moveBed(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector, BedDesignation bedDesignation, Bed toBed)BedChangeMoveBedChangeMove. rebase(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> destinationScoreDirector) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.solver.move.factory
Methods in org.optaplanner.examples.pas.solver.move.factory that return types with arguments of type PatientAdmissionSchedule Modifier and Type Method Description List<org.optaplanner.core.impl.heuristic.move.Move<PatientAdmissionSchedule>>BedDesignationPillarPartSwapMoveFactory. createMoveList(PatientAdmissionSchedule patientAdmissionSchedule)Methods in org.optaplanner.examples.pas.solver.move.factory with parameters of type PatientAdmissionSchedule Modifier and Type Method Description List<org.optaplanner.core.impl.heuristic.move.Move<PatientAdmissionSchedule>>BedDesignationPillarPartSwapMoveFactory. createMoveList(PatientAdmissionSchedule patientAdmissionSchedule) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.swingui
Methods in org.optaplanner.examples.pas.swingui with parameters of type PatientAdmissionSchedule Modifier and Type Method Description voidPatientAdmissionSchedulePanel. resetPanel(PatientAdmissionSchedule patientAdmissionSchedule)
-