gatelogue_aggregator.types.node.bus.BusLineBuilder
- class gatelogue_aggregator.types.node.bus.BusLineBuilder(src: Source, line: L)
Bases:
LineBuilder[BusLine,BusStop]Methods
__init__(src, line)circle(*stations[, forward_label, ...])connect(*stations[, forward_label, ...])matrix(*stations)- CnT
alias of
BusConnection
- 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)