Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftTypeSkillRequirement
-
Packages that use ShiftTypeSkillRequirement Package Description org.optaplanner.examples.nurserostering.domain -
-
Uses of ShiftTypeSkillRequirement in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftTypeSkillRequirement Modifier and Type Method Description List<ShiftTypeSkillRequirement>NurseRoster. getShiftTypeSkillRequirementList()Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftTypeSkillRequirement Modifier and Type Method Description voidNurseRoster. setShiftTypeSkillRequirementList(List<ShiftTypeSkillRequirement> shiftTypeSkillRequirementList)
-