PyMacroModelPlugin.CMacroStatsManager¶
- class CMacroStatsManager¶
-
Synopsis¶
Methods¶
def
__init__()def
getExperiment()def
getRouteCost()def
getRouteToll()def
getRouteVolume()def
getSectionCost()def
getSectionToll()def
getSections()def
getTotalCost()def
getTurningCost()def
getTurningToll()def
getTurnings()def
getUserClasses()def
getUserIds()def
getUsers()def
getVehicles()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__([iModelConnection=None])¶
- Parameters:
iModelConnection –
GKModelConnection
- createTrafficState()¶
- getConnectionCost(iUserClass, iConnection)¶
- Parameters:
iUserClass –
GKUserClassiConnection –
GKCenConnection
- Return type:
- getConnectionCostComponent(iUserClass, iConnection, iComponent)¶
- Parameters:
iUserClass –
GKUserClassiConnection –
GKCenConnectioniComponent –
GKFunctionComponent
- Return type:
- getConnectionToll(iUserClass, iConnection)¶
- Parameters:
iUserClass –
GKUserClassiConnection –
GKCenConnection
- Return type:
- getConnectionVehicleVolume(iVehicle, iConnection)¶
- Parameters:
iVehicle –
GKVehicleiConnection –
GKCenConnection
- Return type:
- getConnectionVolume(iUserClass, iConnection)¶
- Parameters:
iUserClass –
GKUserClassiConnection –
GKCenConnection
- Return type:
- getDetectorVehicleVolume(iVehicle, iDetector)¶
- Parameters:
iVehicle –
GKVehicleiDetector –
GKDetector
- Return type:
- getDetectorVolume(iUserClass, iDetector)¶
- Parameters:
iUserClass –
GKUserClassiDetector –
GKDetector
- Return type:
- getExperiment()¶
- Return type:
- getIterationsInfo()¶
- Return type:
.list of MacroIterationInfo
- getRouteCost(iUserClass, iRoute)¶
- Parameters:
iUserClass –
GKUserClassiRoute –
GKRoute
- Return type:
- getRouteCostComponent(iUserClass, iRoute, iComponent)¶
- Parameters:
iUserClass –
GKUserClassiRoute –
GKRouteiComponent –
GKFunctionComponent
- Return type:
- getRouteToll(iUserClass, iRoute)¶
- Parameters:
iUserClass –
GKUserClassiRoute –
GKRoute
- Return type:
- getRouteVehicleVolume(iVehicle, iRoute)¶
- Parameters:
iVehicle –
GKVehicleiRoute –
GKRoute
- Return type:
- getRouteVolume(iUserClass, iRoute)¶
- Parameters:
iUserClass –
GKUserClassiRoute –
GKRoute
- Return type:
- getSectionCost(iUserClass, iSection)¶
- Parameters:
iUserClass –
GKUserClassiSection –
GKSection
- Return type:
- getSectionCost(_userclassId, _sectionId)
- Parameters:
_userclassId – int
_sectionId – int
- Return type:
- getSectionCostComponent(iUserClass, iSection, iComponent)¶
- Parameters:
iUserClass –
GKUserClassiSection –
GKSectioniComponent –
GKFunctionComponent
- Return type:
- getSectionOccupancy(iUserClass, iSection)¶
- Parameters:
iUserClass –
GKUserClassiSection –
GKSection
- Return type:
- getSectionOccupancy(_userClassId, _sectionId)
- Parameters:
_userClassId – int
_sectionId – int
- Return type:
- getSectionToll(iUserClass, iSection)¶
- Parameters:
iUserClass –
GKUserClassiSection –
GKSection
- Return type:
- getSectionToll(_userclassId, _sectionId)
- Parameters:
_userclassId – int
_sectionId – int
- Return type:
- getSectionVehicleVolume(iVehicle, iSection)¶
- Parameters:
iVehicle –
GKVehicleiSection –
GKSection
- Return type:
- getSectionVolume(iUserClass, iSection)¶
- Parameters:
iUserClass –
GKUserClassiSection –
GKSection
- Return type:
- getSectionVolume(_userClassId, _sectionId)
- Parameters:
_userClassId – int
_sectionId – int
- Return type:
- getTotalConnectionCost(iConnection[, iWeightedByPCU=true])¶
- Parameters:
iConnection –
GKCenConnectioniWeightedByPCU – bool
- Return type:
- getTotalConnectionCostComponent(iConnection, iComponent[, iWeightedByPCU=true])¶
- Parameters:
iConnection –
GKCenConnectioniComponent –
GKFunctionComponentiWeightedByPCU – bool
- Return type:
- getTotalConnectionToll(iConnection[, iWeightedByPCU=true])¶
- Parameters:
iConnection –
GKCenConnectioniWeightedByPCU – bool
- Return type:
- getTotalConnectionVolume(iConnection[, iWeightedByPCU=true])¶
- Parameters:
iConnection –
GKCenConnectioniWeightedByPCU – bool
- Return type:
- getTotalCostComponent(iComponent, iUserId)¶
- Parameters:
iComponent –
GKFunctionComponentiUserId – int
- Return type:
- getTotalDetectorVolume(iDetector[, iWeightedByPCU=true])¶
- Parameters:
iDetector –
GKDetectoriWeightedByPCU – bool
- Return type:
- getTotalRouteCost(iRoute[, iWeightedByPCU=true])¶
- Parameters:
iRoute –
GKRouteiWeightedByPCU – bool
- Return type:
- getTotalRouteCostComponent(iRoute, iComponent[, iWeightedByPCU=true])¶
- Parameters:
iRoute –
GKRouteiComponent –
GKFunctionComponentiWeightedByPCU – bool
- Return type:
- getTotalRouteToll(iRoute[, iWeightedByPCU=true])¶
- Parameters:
iRoute –
GKRouteiWeightedByPCU – bool
- Return type:
- getTotalRouteVolume(iRoute[, iWeightedByPCU=true])¶
- Parameters:
iRoute –
GKRouteiWeightedByPCU – bool
- Return type:
- getTotalSectionCost(iSection[, iWeightedByPCU=true])¶
- Parameters:
iSection –
GKSectioniWeightedByPCU – bool
- Return type:
- getTotalSectionCostComponent(iSection, iComponent[, iWeightedByPCU=true])¶
- Parameters:
iSection –
GKSectioniComponent –
GKFunctionComponentiWeightedByPCU – bool
- Return type:
- getTotalSectionToll(iSection[, iWeightedByPCU=true])¶
- Parameters:
iSection –
GKSectioniWeightedByPCU – bool
- Return type:
- getTotalSectionVolume(iSection[, iWeightedByPCU=true])¶
- Parameters:
iSection –
GKSectioniWeightedByPCU – bool
- Return type:
- getTotalTrajectoryCost(iTrajectory[, iWeightedByPCU=true])¶
- Parameters:
iTrajectory –
GKSuperNodeTrajectoryiWeightedByPCU – bool
- Return type:
- getTotalTrajectoryCostComponent(iTrajectory, iComponent[, iWeightedByPCU=true])¶
- Parameters:
iTrajectory –
GKSuperNodeTrajectoryiComponent –
GKFunctionComponentiWeightedByPCU – bool
- Return type:
- getTotalTrajectoryPercentage(iTrajectory[, iWeightedByPCU=true])¶
- Parameters:
iTrajectory –
GKSuperNodeTrajectoryiWeightedByPCU – bool
- Return type:
- getTotalTrajectoryToll(iTrajectory[, iWeightedByPCU=true])¶
- Parameters:
iTrajectory –
GKSuperNodeTrajectoryiWeightedByPCU – bool
- Return type:
- getTotalTrajectoryVolume(iTrajectory[, iWeightedByPCU=true])¶
- Parameters:
iTrajectory –
GKSuperNodeTrajectoryiWeightedByPCU – bool
- Return type:
- getTotalTurningCost(iTurning[, iWeightedByPCU=true])¶
- Parameters:
iTurning –
GKTurningiWeightedByPCU – bool
- Return type:
- getTotalTurningCostComponent(iTurning, iComponent[, iWeightedByPCU=true])¶
- Parameters:
iTurning –
GKTurningiComponent –
GKFunctionComponentiWeightedByPCU – bool
- Return type:
- getTotalTurningPercentage(iTurning[, iWeightedByPCU=true])¶
- Parameters:
iTurning –
GKTurningiWeightedByPCU – bool
- Return type:
- getTotalTurningToll(iTurning[, iWeightedByPCU=true])¶
- Parameters:
iTurning –
GKTurningiWeightedByPCU – bool
- Return type:
- getTotalTurningVolume(iTurning[, iWeightedByPCU=true])¶
- Parameters:
iTurning –
GKTurningiWeightedByPCU – bool
- Return type:
- getTrajectoryCost(iUserClass, iTrajectory)¶
- Parameters:
iUserClass –
GKUserClassiTrajectory –
GKSuperNodeTrajectory
- Return type:
- getTrajectoryCostComponent(iUserClass, iTrajectory, iComponent)¶
- Parameters:
iUserClass –
GKUserClassiTrajectory –
GKSuperNodeTrajectoryiComponent –
GKFunctionComponent
- Return type:
- getTrajectoryPercentage(iUserClass, iTrajectory)¶
- Parameters:
iUserClass –
GKUserClassiTrajectory –
GKSuperNodeTrajectory
- Return type:
- getTrajectoryToll(iUserClass, iTrajectory)¶
- Parameters:
iUserClass –
GKUserClassiTrajectory –
GKSuperNodeTrajectory
- Return type:
- getTrajectoryVehicleVolume(iVehicle, iTrajectory)¶
- Parameters:
iVehicle –
GKVehicleiTrajectory –
GKSuperNodeTrajectory
- Return type:
- getTrajectoryVolume(iUserClass, iTrajectory)¶
- Parameters:
iUserClass –
GKUserClassiTrajectory –
GKSuperNodeTrajectory
- Return type:
- getTurningCost(iUserClass, iTurning)¶
- Parameters:
iUserClass –
GKUserClassiTurning –
GKTurning
- Return type:
- getTurningCost(_userclassId, _sectionId)
- Parameters:
_userclassId – int
_sectionId – int
- Return type:
- getTurningCostComponent(iUserClass, iTurning, iComponent)¶
- Parameters:
iUserClass –
GKUserClassiTurning –
GKTurningiComponent –
GKFunctionComponent
- Return type:
- getTurningPercentage(iUserClass, iTurning)¶
- Parameters:
iUserClass –
GKUserClassiTurning –
GKTurning
- Return type:
- getTurningPercentage(_userClassId, _turningId)
- Parameters:
_userClassId – int
_turningId – int
- Return type:
- getTurningToll(iUserClass, iTurning)¶
- Parameters:
iUserClass –
GKUserClassiTurning –
GKTurning
- Return type:
- getTurningToll(_userclassId, _sectionId)
- Parameters:
_userclassId – int
_sectionId – int
- Return type:
- getTurningVehicleVolume(iVehicle, iTurning)¶
- Parameters:
iVehicle –
GKVehicleiTurning –
GKTurning
- Return type:
- getTurningVolume(iUserClass, iTurning)¶
- Parameters:
iUserClass –
GKUserClassiTurning –
GKTurning
- Return type:
- getTurningVolume(_userClassId, _sectionId)
- Parameters:
_userClassId – int
_sectionId – int
- Return type:
- getUserClasses()¶
- Return type:
.list of quint32
- getUsers()¶
- Return type:
.list of GKUserClass