PlanGeneratedEvent

data class PlanGeneratedEvent(val tick: Int, val planner: String, val aircraft: String, val actions: List<String>) : SimulationEvent(source)

Planner output event containing symbolic action strings.

Constructors

Link copied to clipboard
constructor(tick: Int, planner: String, aircraft: String, actions: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val tick: Int
Link copied to clipboard
open override val type: String

Functions

Link copied to clipboard

Serializes a simulation event as a single JSONL line.

Link copied to clipboard
fun SimulationEvent.toJsonObject(): JsonObject

Converts a simulation event to the JSON object used by the JSONL event stream.