gatelogue_aggregator.sources.sea.local.erzlink_ferry.ErzLinkFerry
- class gatelogue_aggregator.sources.sea.local.erzlink_ferry.ErzLinkFerry(config: Config, conn: sqlite3.Connection)
Bases:
SeaYaml2Source- __init__(config: Config, conn: sqlite3.Connection)
Methods
__init__(config, conn)build(_config)builder(line)company(**kwargs)connection(**kwargs)dock(**kwargs)line(**kwargs)prepare(config)report()routing(line_node, builder, line_yaml, ...)stop(**kwargs)Attributes
- B
alias of
SeaLineBuilder
- C
alias of
SeaCompany
- builder(line: SeaLine) SeaLineBuilder
- company(**kwargs: Unpack[CreateParams]) SeaCompany
- conn
- connection(**kwargs: Unpack[CreateParams]) SeaConnection
- dock(**kwargs: Unpack[CreateParams]) SeaDock
- file_path = PosixPath('/home/runner/work/gatelogue/gatelogue/gatelogue-aggregator/src/gatelogue_aggregator/sources/sea/local/erzlink_ferry.yaml')
- line(**kwargs: Unpack[CreateParams]) SeaLine
- name = 'Gatelogue (Sea, ErzLink Ferry)'
- priority = -1
- report()
- report_ignore = ()
- routing(line_node: gt.SeaLine, builder: SeaLineBuilder, line_yaml: YamlLine, route_yaml: YamlRoute, cp: SeaYaml2Source._ConnectParams)
- stop(**kwargs: Unpack[CreateParams]) SeaStop