ManagedSimulationRunResult

data class ManagedSimulationRunResult(val runResult: SimulationRunResult, val conflictResolutionPlan: ResolutionPlan?, val appliedManeuvers: List<ScheduledManeuver>, val weatherReplanningDecisions: List<WeatherReplanningDecision> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(runResult: SimulationRunResult, conflictResolutionPlan: ResolutionPlan?, appliedManeuvers: List<ScheduledManeuver>, weatherReplanningDecisions: List<WeatherReplanningDecision> = emptyList())