Package | Description |
---|---|
org.optaplanner.examples.flightcrewscheduling.domain | |
org.optaplanner.examples.flightcrewscheduling.persistence |
Modifier and Type | Method and Description |
---|---|
Skill |
FlightAssignment.getRequiredSkill() |
Modifier and Type | Method and Description |
---|---|
List<Skill> |
FlightCrewSolution.getSkillList() |
Set<Skill> |
Employee.getSkillSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
Employee.hasSkill(Skill skill) |
void |
FlightAssignment.setRequiredSkill(Skill requiredSkill) |
Modifier and Type | Method and Description |
---|---|
void |
FlightCrewSolution.setSkillList(List<Skill> skillList) |
void |
Employee.setSkillSet(Set<Skill> skillSet) |
Modifier and Type | Field and Description |
---|---|
protected Skill |
FlightCrewSchedulingGenerator.flightAttendantSkill |
protected Skill |
FlightCrewSchedulingGenerator.pilotSkill |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.