Aimsun Next Scripting
22
|
Public Member Functions | |
double | factor () 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< PTODPathLink > & | path () const |
double PTODPath::cost | ( | ) | const |
double PTODPath::crowdingDiscomfort | ( | ) | const |
double PTODPath::factor | ( | ) | const |
Gets the fraction of demand using this strategy w.r.t. the PTODPair
double PTODPath::fare | ( | ) | const |
double PTODPath::inVehicleDistance | ( | ) | const |
double PTODPath::inVehicleTime | ( | ) | const |
bool PTODPath::isEmpty | ( | ) | const |
const std::vector< PTODPathLink > & PTODPath::path | ( | ) | const |
double PTODPath::transferPenalty | ( | ) | const |
double PTODPath::waitingTime | ( | ) | const |
double PTODPath::walkingTime | ( | ) | const |