|
Aimsun Next Scripting
24.0
|
Public Member Functions | |
| DynamicDepartureAdjustmentExperimentResultOutput (const DynamicDepartureAdjustmentExperimentResult *iExperimentResult) | |
| const QVector< GKODMatrix * > & | getMatrices () const |
| const QVector< MacroIterationInfo > & | getIterationsInfo () const |
| QVector< GKVehicle * > | getVehicles () const |
| const GKTrafficDemand * | originalDemand () const |
| GKTrafficDemand * | createDemand () |
| DynamicDepartureAdjustmentExperimentResultOutput::DynamicDepartureAdjustmentExperimentResultOutput | ( | const DynamicDepartureAdjustmentExperimentResult * | iExperimentResult | ) |
| GKTrafficDemand * DynamicDepartureAdjustmentExperimentResultOutput::createDemand | ( | ) |
Creates the adjusted demand and OD Matrices.
| const QVector< MacroIterationInfo > & DynamicDepartureAdjustmentExperimentResultOutput::getIterationsInfo | ( | ) | const |
Gets a list of information for each iteration.
| const QVector< GKODMatrix * > & DynamicDepartureAdjustmentExperimentResultOutput::getMatrices | ( | ) | const |
Gets a list of the OD Matrices of the original Traffic Demand.
| QVector< GKVehicle * > DynamicDepartureAdjustmentExperimentResultOutput::getVehicles | ( | ) | const |
Gets a list of all the Vehicles used in the Traffic Demand.
| const GKTrafficDemand * DynamicDepartureAdjustmentExperimentResultOutput::originalDemand | ( | ) | const |
Gets the original Traffic Demand.
1.9.4