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