PyDynamicDepartureAdjustmentPlugin.DynamicDepartureAdjustmentExperimentResultOutput¶
- class DynamicDepartureAdjustmentExperimentResultOutput¶
Synopsis¶
Methods¶
def
__init__()def
createDemand()def
getIntervals()def
getMatrices()def
getVehicles()def
originalDemand()def
restore()def
setMatrices()def
store()
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__(iExperimentResult)¶
- Parameters:
iExperimentResult –
DynamicDepartureAdjustmentExperimentResult
- createDemand()¶
- Return type:
GKTrafficDemand
- createIterationsInfo(rgaps)¶
- Parameters:
rgaps – .std.vectordouble
- getIntervals()¶
- Return type:
.list of std.pairQTime,QTime
- getIterationsInfo()¶
- Return type:
.list of MacroIterationInfo
- getMatrices()¶
- Return type:
.list of GKODMatrix
- originalDemand()¶
- Return type:
GKTrafficDemand
- setIterationsInfo(iterationsInfo)¶
- Parameters:
iterationsInfo – .list of MacroIterationInfo
- setMatrices(iMatrices)¶
- Parameters:
iMatrices – .list of GKODMatrix
- setOriginalDemand(iDemand)¶
- Parameters:
iDemand –
GKTrafficDemand