gatelogue-types
Preparing search index...
SeaLine
Class SeaLine
Hierarchy (
View Summary
)
Node
SeaLine
Index
Constructors
constructor
Properties
gd
i
Accessors
code
colour
company
docks
local
mode
name
stops
type
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
Constructors
constructor
new
SeaLine
(
i
:
number
,
gd
:
GD
)
:
SeaLine
Parameters
i
:
number
gd
:
GD
Returns
SeaLine
Properties
Protected
Readonly
gd
gd
:
GD
Readonly
i
i
:
number
Accessors
code
get
code
()
:
string
Returns
string
colour
get
colour
()
:
string
|
null
Returns
string
|
null
company
get
company
()
:
SeaCompany
Returns
SeaCompany
docks
get
docks
()
:
SeaDock
[]
Returns
SeaDock
[]
local
get
local
()
:
boolean
|
null
Returns
boolean
|
null
mode
get
mode
()
:
SeaMode
|
null
Returns
SeaMode
|
null
name
get
name
()
:
string
|
null
Returns
string
|
null
stops
get
stops
()
:
SeaStop
[]
Returns
SeaStop
[]
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
code
colour
company
docks
local
mode
name
stops
type
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
gatelogue-types
Loading...