gatelogue_aggregator.types.edge.line_builder.LineBuilder
- class gatelogue_aggregator.types.edge.line_builder.LineBuilder(src: Source, line: L)
Bases:
GenericMethods
__init__(src, line)circle(*stations[, forward_label, ...])connect(*stations[, forward_label, ...])matrix(*stations)Attributes
- CnT: ClassVar[type[Connection]]
- 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)