Uses of Class
org.optaplanner.examples.nurserostering.domain.Skill
Packages that use Skill
Package
Description
-
Uses of Skill in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return SkillModifier and TypeMethodDescriptionShiftTypeSkillRequirement.getSkill()SkillProficiency.getSkill()Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type SkillMethods in org.optaplanner.examples.nurserostering.domain with parameters of type SkillModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type SkillConstructors in org.optaplanner.examples.nurserostering.domain with parameters of type SkillModifierConstructorDescriptionShiftTypeSkillRequirement(long id, ShiftType shiftType, Skill skill) SkillProficiency(long id, Employee employee, Skill skill) -
Uses of Skill in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type Skill