Weather Replanning Decision
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>)