gatelogue_types.AirFlightNS
- class gatelogue_types.AirFlightNS(*, i: ID = None, source: set[str] = <factory>, codes: set[str], mode: PlaneMode | None = None, gates: list[ID] = <factory>, airline: ID)
-
- __init__()
Methods
NS
()__init__
()Attributes
ID of the
AirAirline
the flight is operated byUnique flight code(s).
List of IDs of
AirGate
s that the flight goes to.The ID of the node
Type of air vehicle or technology used on the flight
All sources that prove the node's existence
- classmethod NS()
- airline: ID
ID of the
AirAirline
the flight is operated by
- gates: list[ID]
List of IDs of
AirGate
s that the flight goes to. Should be of length 2 in most cases
- i: ID
The ID of the node