gatelogue-types
Preparing search index...
AirFlight
Class AirFlight
Hierarchy (
View Summary
)
Node
AirFlight
Index
Constructors
constructor
Properties
gd
i
Accessors
aircraft
airline
code
duration
from
to
type
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
Constructors
constructor
new
AirFlight
(
i
:
number
,
gd
:
GD
)
:
AirFlight
Parameters
i
:
number
gd
:
GD
Returns
AirFlight
Properties
Protected
Readonly
gd
gd
:
GD
Readonly
i
i
:
number
Accessors
aircraft
get
aircraft
()
:
Aircraft
|
null
Returns
Aircraft
|
null
airline
get
airline
()
:
AirAirline
Returns
AirAirline
code
get
code
()
:
string
Returns
string
duration
get
duration
()
:
number
|
null
Returns
number
|
null
from
get
from
()
:
AirGate
Returns
AirGate
to
get
to
()
:
AirGate
Returns
AirGate
type
get
type
()
:
string
Returns
string
Methods
Protected
get
Column
getColumn
<
T
extends
SqlValue
>
(
tableName
:
string
,
columnName
:
string
)
:
T
Type Parameters
T
extends
SqlValue
Parameters
tableName
:
string
columnName
:
string
Returns
T
Protected
get
Column
FK
getColumnFK
<
T
extends
Node
>
(
tableName
:
string
,
columnName
:
string
,
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
,
)
:
T
|
null
Type Parameters
T
extends
Node
Parameters
tableName
:
string
columnName
:
string
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
Returns
T
|
null
Protected
get
Derived
getDerived
<
T
extends
Node
>
(
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
,
key
:
|
"located/nodes_in_proximity"
|
"located/shared_facilities"
|
"air/airline_airports"
|
"air/airline_flights"
|
"air/airline_gates"
|
"air/airport_gates"
|
"air/gate_flights_from_here"
|
"air/gate_flights_to_here"
|
"bus/berth_connections_from_here"
|
"bus/berth_connections_to_here"
|
"bus/berth_lines"
|
"bus/company_berths"
|
"bus/company_lines"
|
"bus/company_stops"
|
"bus/line_berths"
|
"bus/line_stops"
|
"bus/stop_berths"
|
"bus/stop_connections_from_here"
|
"bus/stop_connections_to_here"
|
"bus/stop_lines"
|
"create"
|
"create_indices"
|
"drop_sources"
|
"rail/company_lines"
|
"rail/company_platforms"
|
"rail/company_stations"
|
"rail/line_platforms"
|
"rail/line_stations"
|
"rail/platform_connections_from_here"
|
"rail/platform_connections_to_here"
|
"rail/platform_lines"
|
"rail/station_connections_from_here"
|
"rail/station_connections_to_here"
|
"rail/station_lines"
|
"rail/station_platforms"
|
"sea/company_docks"
|
"sea/company_lines"
|
"sea/company_stops"
|
"sea/dock_connections_from_here"
|
"sea/dock_connections_to_here"
|
"sea/dock_lines"
|
"sea/line_docks"
|
"sea/line_stops"
|
"sea/stop_connections_from_here"
|
"sea/stop_connections_to_here"
|
"sea/stop_docks"
|
"sea/stop_lines"
,
)
:
T
[]
Type Parameters
T
extends
Node
Parameters
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
key
:
|
"located/nodes_in_proximity"
|
"located/shared_facilities"
|
"air/airline_airports"
|
"air/airline_flights"
|
"air/airline_gates"
|
"air/airport_gates"
|
"air/gate_flights_from_here"
|
"air/gate_flights_to_here"
|
"bus/berth_connections_from_here"
|
"bus/berth_connections_to_here"
|
"bus/berth_lines"
|
"bus/company_berths"
|
"bus/company_lines"
|
"bus/company_stops"
|
"bus/line_berths"
|
"bus/line_stops"
|
"bus/stop_berths"
|
"bus/stop_connections_from_here"
|
"bus/stop_connections_to_here"
|
"bus/stop_lines"
|
"create"
|
"create_indices"
|
"drop_sources"
|
"rail/company_lines"
|
"rail/company_platforms"
|
"rail/company_stations"
|
"rail/line_platforms"
|
"rail/line_stations"
|
"rail/platform_connections_from_here"
|
"rail/platform_connections_to_here"
|
"rail/platform_lines"
|
"rail/station_connections_from_here"
|
"rail/station_connections_to_here"
|
"rail/station_lines"
|
"rail/station_platforms"
|
"sea/company_docks"
|
"sea/company_lines"
|
"sea/company_stops"
|
"sea/dock_connections_from_here"
|
"sea/dock_connections_to_here"
|
"sea/dock_lines"
|
"sea/line_docks"
|
"sea/line_stops"
|
"sea/stop_connections_from_here"
|
"sea/stop_connections_to_here"
|
"sea/stop_docks"
|
"sea/stop_lines"
Returns
T
[]
Protected
get
Set
getSet
<
T
extends
SqlValue
>
(
tableName
:
string
,
columnName
:
string
)
:
T
[]
Type Parameters
T
extends
SqlValue
Parameters
tableName
:
string
columnName
:
string
Returns
T
[]
Static
from
Id
fromId
(
i
:
number
,
gd
:
GD
)
:
Node
|
null
Parameters
i
:
number
gd
:
GD
Returns
Node
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
gd
i
Accessors
aircraft
airline
code
duration
from
to
type
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
gatelogue-types
Loading...