Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.Skill
-
Packages that use Skill Package Description org.optaplanner.examples.flightcrewscheduling.domain org.optaplanner.examples.flightcrewscheduling.persistence -
-
Uses of Skill in org.optaplanner.examples.flightcrewscheduling.domain
Methods in org.optaplanner.examples.flightcrewscheduling.domain that return Skill Modifier and Type Method Description SkillFlightAssignment. getRequiredSkill()Methods in org.optaplanner.examples.flightcrewscheduling.domain that return types with arguments of type Skill Modifier and Type Method Description List<Skill>FlightCrewSolution. getSkillList()Set<Skill>Employee. getSkillSet()Methods in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type Skill Modifier and Type Method Description booleanEmployee. hasSkill(Skill skill)voidFlightAssignment. setRequiredSkill(Skill requiredSkill)Method parameters in org.optaplanner.examples.flightcrewscheduling.domain with type arguments of type Skill Modifier and Type Method Description voidFlightCrewSolution. setSkillList(List<Skill> skillList)voidEmployee. setSkillSet(Set<Skill> skillSet) -
Uses of Skill in org.optaplanner.examples.flightcrewscheduling.persistence
Fields in org.optaplanner.examples.flightcrewscheduling.persistence declared as Skill Modifier and Type Field Description protected SkillFlightCrewSchedulingGenerator. flightAttendantSkillprotected SkillFlightCrewSchedulingGenerator. pilotSkill
-