gatelogue_types.SeaCompany

class gatelogue_types.SeaCompany(*, i: ID = None, source: set[str] = <factory>, name: str, lines: list[Sourced[ID]] = <factory>, stops: list[Sourced[ID]] = <factory>, local: bool = False)

Bases: Node, _SeaCompany

__init__()

Methods

__init__()

Attributes

i

The ID of the node

lines

List of IDs of all SeaLine s the company operates

local

Whether the company operates within the city, e.g. a local ferry line.

name

Name of the Sea company

source

All sources that prove the node's existence

stops

List of all SeaStop s the company's lines stop at

i: ID

The ID of the node

lines: list[Sourced[ID]]

List of IDs of all SeaLine s the company operates

local: bool

Whether the company operates within the city, e.g. a local ferry line

name: str

Name of the Sea company

source: set[str]

All sources that prove the node’s existence

stops: list[Sourced[ID]]

List of all SeaStop s the company’s lines stop at