Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.Skill
Packages that use Skill
Package
Description
-
Uses of Skill in org.optaplanner.examples.flightcrewscheduling.domain
Methods in org.optaplanner.examples.flightcrewscheduling.domain that return SkillMethods in org.optaplanner.examples.flightcrewscheduling.domain that return types with arguments of type SkillMethods in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type SkillModifier and TypeMethodDescriptionbooleanvoidFlightAssignment.setRequiredSkill(Skill requiredSkill) Method parameters in org.optaplanner.examples.flightcrewscheduling.domain with type arguments of type SkillModifier and TypeMethodDescriptionvoidFlightCrewSolution.setSkillList(List<Skill> skillList) voidEmployee.setSkillSet(Set<Skill> skillSet) Constructors in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type SkillModifierConstructorDescriptionFlightAssignment(long id, Flight flight, int indexInFlight, Skill requiredSkill) -
Uses of Skill in org.optaplanner.examples.flightcrewscheduling.persistence
Fields in org.optaplanner.examples.flightcrewscheduling.persistence declared as SkillModifier and TypeFieldDescriptionprotected SkillFlightCrewSchedulingGenerator.flightAttendantSkillprotected SkillFlightCrewSchedulingGenerator.pilotSkill