Uses of Class
org.optaplanner.examples.taskassigning.domain.Skill
-
Packages that use Skill Package Description org.optaplanner.examples.taskassigning.domain -
-
Uses of Skill in org.optaplanner.examples.taskassigning.domain
Methods in org.optaplanner.examples.taskassigning.domain that return types with arguments of type Skill Modifier and Type Method Description List<Skill>TaskType. getRequiredSkillList()List<Skill>TaskAssigningSolution. getSkillList()Set<Skill>Employee. getSkillSet()Method parameters in org.optaplanner.examples.taskassigning.domain with type arguments of type Skill Modifier and Type Method Description voidTaskType. 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 Constructor Description TaskAssigningSolution(long id, List<Skill> skillList, List<TaskType> taskTypeList, List<Customer> customerList, List<Employee> employeeList, List<Task> taskList)
-