WeatherReplanningDecision

data class WeatherReplanningDecision(val tick: Int, val aircraftId: String, val zone: WeatherZone, val resolutionPlan: ResolutionPlan, val events: List<SimulationEvent>)(source)

Constructors

Link copied to clipboard
constructor(tick: Int, aircraftId: String, zone: WeatherZone, resolutionPlan: ResolutionPlan, events: List<SimulationEvent>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tick: Int
Link copied to clipboard