public class Airport extends Object
| Constructor and Description |
|---|
Airport() |
Airport(List<Flight> flights,
Weather weather) |
| Modifier and Type | Method and Description |
|---|---|
List<Flight> |
getFlights() |
Weather |
getWeather() |
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.