Uses of Class
org.optaplanner.examples.nurserostering.domain.NurseRoster
Packages that use NurseRoster
Package
Description
-
Uses of NurseRoster in org.optaplanner.examples.nurserostering.app
Methods in org.optaplanner.examples.nurserostering.app that return types with arguments of type NurseRosterModifier and TypeMethodDescriptionprotected Set<AbstractSolutionExporter<NurseRoster>>NurseRosteringApp.createSolutionExporters()NurseRosteringApp.createSolutionFileIO()protected Set<AbstractSolutionImporter<NurseRoster>>NurseRosteringApp.createSolutionImporters() -
Uses of NurseRoster in org.optaplanner.examples.nurserostering.domain.solver
Methods in org.optaplanner.examples.nurserostering.domain.solver with parameters of type NurseRosterModifier and TypeMethodDescriptionbooleanShiftAssignmentPinningFilter.accept(NurseRoster nurseRoster, ShiftAssignment shiftAssignment) Method parameters in org.optaplanner.examples.nurserostering.domain.solver with type arguments of type NurseRosterModifier and TypeMethodDescriptionbooleanMovableShiftAssignmentSelectionFilter.accept(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector, ShiftAssignment selection) -
Uses of NurseRoster in org.optaplanner.examples.nurserostering.persistence
Methods in org.optaplanner.examples.nurserostering.persistence that return NurseRosterModifier and TypeMethodDescriptionNurseRosteringImporter.NurseRosteringInputBuilder.readSolution()Methods in org.optaplanner.examples.nurserostering.persistence that return types with arguments of type NurseRosterModifier and TypeMethodDescriptionNurseRosteringImporter.createXmlInputBuilder()NurseRosteringExporter.createXmlOutputBuilder()Methods in org.optaplanner.examples.nurserostering.persistence with parameters of type NurseRosterModifier and TypeMethodDescriptionvoidNurseRosteringExporter.NurseRosteringOutputBuilder.setSolution(NurseRoster solution) -
Uses of NurseRoster in org.optaplanner.examples.nurserostering.solver.move
Method parameters in org.optaplanner.examples.nurserostering.solver.move with type arguments of type NurseRosterModifier and TypeMethodDescriptionEmployeeMultipleChangeMove.createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector) protected voidEmployeeMultipleChangeMove.doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector) booleanEmployeeMultipleChangeMove.isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector) static voidNurseRosteringMoveHelper.moveEmployee(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector, ShiftAssignment shiftAssignment, Employee toEmployee) EmployeeMultipleChangeMove.rebase(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> destinationScoreDirector) -
Uses of NurseRoster in org.optaplanner.examples.nurserostering.solver.move.factory
Methods in org.optaplanner.examples.nurserostering.solver.move.factory that return types with arguments of type NurseRosterModifier and TypeMethodDescriptionList<org.optaplanner.core.impl.heuristic.move.Move<NurseRoster>>ShiftAssignmentPillarPartSwapMoveFactory.createMoveList(NurseRoster nurseRoster) Methods in org.optaplanner.examples.nurserostering.solver.move.factory with parameters of type NurseRosterModifier and TypeMethodDescriptionList<org.optaplanner.core.impl.heuristic.move.Move<NurseRoster>>ShiftAssignmentPillarPartSwapMoveFactory.createMoveList(NurseRoster nurseRoster) -
Uses of NurseRoster in org.optaplanner.examples.nurserostering.swingui
Methods in org.optaplanner.examples.nurserostering.swingui with parameters of type NurseRosterModifier and TypeMethodDescriptionvoidNurseRosteringPanel.resetPanel(NurseRoster nurseRoster) voidNurseRosteringPanel.updatePanel(NurseRoster nurseRoster)