gatelogue_types.SeaLine
- class gatelogue_types.SeaLine(*, i: ID = None, source: set[str] = <factory>, code: str, name: ~gatelogue_types.Sourced[str] | None = None, colour: ~gatelogue_types.Sourced[str] | None = None, mode: ~gatelogue_types.Sourced[SeaMode] | None = None, company: ~gatelogue_types.Sourced[ID] = None, ref_stop: ~gatelogue_types.Sourced[ID] | None = None)
Bases:
Node
- __init__()
Methods
NS
()__init__
()Attributes
Unique code identifying the Sea line
Colour of the line (on a map)
ID of the
SeaCompany
that operates the lineType of boat used on the line
Name of the line
ID of one
SeaStop
on the line, typically a terminusThe ID of the node
All sources that prove the node's existence
- classmethod NS()
- company: Sourced[ID]
ID of the
SeaCompany
that operates the line
- i: ID
The ID of the node