PyDynamicDepartureAdjustmentPlugin.DynamicDepartureAdjustmentExperimentResultOutput

class DynamicDepartureAdjustmentExperimentResultOutput

Synopsis

Methods

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:

iExperimentResultDynamicDepartureAdjustmentExperimentResult

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

getVehicles()
Return type:

.list of GKVehicle

originalDemand()
Return type:

GKTrafficDemand

restore(fileName)
Parameters:

fileName – str

Return type:

bool

setIterationsInfo(iterationsInfo)
Parameters:

iterationsInfo – .list of MacroIterationInfo

setMatrices(iMatrices)
Parameters:

iMatrices – .list of GKODMatrix

setOriginalDemand(iDemand)
Parameters:

iDemandGKTrafficDemand

store(fileName)
Parameters:

fileName – str

Return type:

bool