Aimsun Next Scripting
22
|
Public Member Functions | |
qint32 | user () const |
qint32 | origin () const |
qint32 | destination () const |
double | volume () const |
double | cost () const |
double | waitingTime () const |
double | transferPenalty () const |
double | walkingTime () const |
double | fare () const |
double | inVehicleTime () const |
double | inVehicleDistance () const |
double | crowdingDiscomfort () const |
bool | isEmpty () const |
const std::vector< PTODStrategy > & | strategies () const |
double PTODPair::cost | ( | ) | const |
double PTODPair::crowdingDiscomfort | ( | ) | const |
qint32 PTODPair::destination | ( | ) | const |
Gets the destination node index w.r.t. the PTForest
double PTODPair::fare | ( | ) | const |
double PTODPair::inVehicleDistance | ( | ) | const |
double PTODPair::inVehicleTime | ( | ) | const |
bool PTODPair::isEmpty | ( | ) | const |
qint32 PTODPair::origin | ( | ) | const |
Gets the origin node index w.r.t. the PTForest
const std::vector< PTODStrategy > & PTODPair::strategies | ( | ) | const |
double PTODPair::transferPenalty | ( | ) | const |
qint32 PTODPair::user | ( | ) | const |
Gets the user index w.r.t. the PTForest
double PTODPair::volume | ( | ) | const |
double PTODPair::waitingTime | ( | ) | const |
double PTODPair::walkingTime | ( | ) | const |