Uses of Class
org.optaplanner.examples.taskassigning.domain.Skill
Packages that use Skill
-
Uses of Skill in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return types with arguments of type SkillModifier and TypeMethodDescriptionTaskType.getRequiredSkillList()TaskAssigningSolution.getSkillList()Employee.getSkillSet()Method parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type SkillModifier and TypeMethodDescriptionvoidTaskType.setRequiredSkillList(List<Skill> requiredSkillList) voidTaskAssigningSolution.setSkillList(List<Skill> skillList) voidEmployee.setSkillSet(Set<Skill> skillSet) Constructor parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type Skill