Aimsun Next Scripting
22
|
Public Member Functions | |
bool | hasResults () const |
const QVector< MacroAdjustmentState * > & | getStates () const |
const QVector< PTResultObservation > & | getObservations () const |
QVector< double > | getOriginalStateValues () const |
QVector< double > | getAdjustedStateValues () const |
const QVector< double > & | getOriginalObservationValues () const |
const QVector< double > & | getAdjustedObservationValues () const |
QVector< GKUserClass * > | getUsers () const |
GKTrafficDemand * | publishAdjustedDemand (GKModel *iModel) |
GKODMatrix * | publishMatrix (GKUserClass *iUser, bool iCreateInModel) const |
double | getCheckSum () const |
This class provides the functionality of a PTAdjustmentExperiment
const QVector< double > & MacroPTAdjustmentResult::getAdjustedObservationValues | ( | ) | const |
Get the adjusted observated values.
QVector< double > MacroPTAdjustmentResult::getAdjustedStateValues | ( | ) | const |
Get the adjusted state values.
double MacroPTAdjustmentResult::getCheckSum | ( | ) | const |
Function for QA.
const QVector< PTResultObservation > & MacroPTAdjustmentResult::getObservations | ( | ) | const |
Get the observations.
const QVector< double > & MacroPTAdjustmentResult::getOriginalObservationValues | ( | ) | const |
Get the original observated values.
QVector< double > MacroPTAdjustmentResult::getOriginalStateValues | ( | ) | const |
Get the orgininal state values before the adjustment.
const QVector< MacroAdjustmentState * > & MacroPTAdjustmentResult::getStates | ( | ) | const |
Get the adjustment states.
QVector< GKUserClass * > MacroPTAdjustmentResult::getUsers | ( | ) | const |
Get the users used in the demand adjusted.
bool MacroPTAdjustmentResult::hasResults | ( | ) | const |
Return true if results are available.
GKTrafficDemand * MacroPTAdjustmentResult::publishAdjustedDemand | ( | GKModel * | iModel | ) |
Creates the adjusted demand.
GKODMatrix * MacroPTAdjustmentResult::publishMatrix | ( | GKUserClass * | iUser, |
bool | iCreateInModel | ||
) | const |
Create the adjusted for the specified GKUserClass, set iCreateInModel to true in order to generate temporary matrices in the model.