Uses of Class
org.optaplanner.examples.nurserostering.domain.NurseRoster
-
-
Uses of NurseRoster in org.optaplanner.examples.nurserostering.app
Methods in org.optaplanner.examples.nurserostering.app that return types with arguments of type NurseRoster Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<NurseRoster>NurseRosteringApp. createSolutionFileIO() -
Uses of NurseRoster in org.optaplanner.examples.nurserostering.domain.solver
Methods in org.optaplanner.examples.nurserostering.domain.solver with parameters of type NurseRoster Modifier and Type Method Description booleanShiftAssignmentPinningFilter. accept(NurseRoster nurseRoster, ShiftAssignment shiftAssignment)Method parameters in org.optaplanner.examples.nurserostering.domain.solver with type arguments of type NurseRoster Modifier and Type Method Description booleanMovableShiftAssignmentSelectionFilter. 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 NurseRoster Modifier and Type Method Description NurseRosterNurseRosteringImporter.NurseRosteringInputBuilder. readSolution()Methods in org.optaplanner.examples.nurserostering.persistence that return types with arguments of type NurseRoster Modifier and Type Method Description AbstractXmlSolutionImporter.XmlInputBuilder<NurseRoster>NurseRosteringImporter. createXmlInputBuilder()AbstractXmlSolutionExporter.XmlOutputBuilder<NurseRoster>NurseRosteringExporter. createXmlOutputBuilder()Methods in org.optaplanner.examples.nurserostering.persistence with parameters of type NurseRoster Modifier and Type Method Description voidNurseRosteringExporter.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 NurseRoster Modifier and Type Method Description EmployeeMultipleChangeMoveEmployeeMultipleChangeMove. 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)EmployeeMultipleChangeMoveEmployeeMultipleChangeMove. 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 NurseRoster Modifier and Type Method Description List<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 NurseRoster Modifier and Type Method Description List<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 NurseRoster Modifier and Type Method Description voidNurseRosteringPanel. resetPanel(NurseRoster nurseRoster)voidNurseRosteringPanel. updatePanel(NurseRoster nurseRoster)
-