gatelogue_aggregator.types.node.sea.SeaLineBuilder
- class gatelogue_aggregator.types.node.sea.SeaLineBuilder(ctx: CTX, line: L)
Bases:
LineBuilder
[SeaSource
,SeaLine
,SeaStop
]- __init__(ctx: CTX, line: L)
Methods
__init__
(ctx, line)circle
(*stations[, forward_label, ...])connect
(*stations[, forward_label, ...])matrix
(*stations)- CnT
alias of
SeaConnection
- circle(*stations: S, forward_label: str | None = None, backward_label: str | None = None, one_way: bool = False, exclude: list[str] | None = None)
- connect(*stations: S, forward_label: str | None = None, backward_label: str | None = None, one_way: bool = False, between: tuple[str | None, str | None] | None = None, exclude: Container[str] | None = None)
- matrix(*stations: S)