aequilibrae.paths.TransitClass#
- class aequilibrae.paths.TransitClass(name: str, graph: aequilibrae.paths.graph.TransitGraph, matrix: aequilibrae.matrix.aequilibrae_matrix.AequilibraeMatrix, matrix_core: Optional[str] = None)#
- __init__(name: str, graph: aequilibrae.paths.graph.TransitGraph, matrix: aequilibrae.matrix.aequilibrae_matrix.AequilibraeMatrix, matrix_core: Optional[str] = None)#
Instantiates the class
- Arguments
name (
str): UNIQUE class name.graph (
Graph): Class/mode-specific graphmatrix (
AequilibraeMatrix): Class/mode-specific matrix. Supports multiple user classes
Methods
__init__(name, graph, matrix[, matrix_core])Instantiates the class
set_demand_matrix_core(core)Set the matrix core to use for demand.
Attributes
info