Package | Description |
---|---|
org.optaplanner.examples.flightcrewscheduling.domain |
Modifier and Type | Method and Description |
---|---|
Flight |
FlightAssignment.getFlight() |
Modifier and Type | Method and Description |
---|---|
List<Flight> |
FlightCrewSolution.getFlightList() |
Modifier and Type | Method and Description |
---|---|
int |
Flight.compareTo(Flight o) |
boolean |
Flight.overlaps(Flight other) |
void |
FlightAssignment.setFlight(Flight flight) |
Modifier and Type | Method and Description |
---|---|
void |
FlightCrewSolution.setFlightList(List<Flight> flightList) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.