gatelogue_types.AirGateNS
- class gatelogue_types.AirGateNS(*, i: ID = None, source: set[str] = <factory>, code: str | None, size: str | None = None, flights: list[ID] = <factory>, airport: ID, airline: ID | None = None)
-
- __init__()
Methods
NS
()__init__
()Attributes
ID of the
AirAirline
that owns the gateID of the
AirAirport
Unique gate code.
List of IDs of
AirFlight
s that stop at this gate.The ID of the node
Abbreviated size of the gate (eg.
All sources that prove the node's existence
- classmethod NS()
- airline: ID | None
ID of the
AirAirline
that owns the gate
- airport: ID
ID of the
AirAirport
- code: str | None
Unique gate code. If
None
, all flights under this gate do not have gate information at this airport
- flights: list[ID]
List of IDs of
AirFlight
s that stop at this gate. Ifcode==None
, all flights under this gate do not have gate information at this airport
- i: ID
The ID of the node