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< PTODPath > & | paths () const |
double PTODStrategy::cost | ( | ) | const |
double PTODStrategy::crowdingDiscomfort | ( | ) | const |
double PTODStrategy::factor | ( | ) | const |
Gets the fraction of demand using this strategy w.r.t. the PTODPair
double PTODStrategy::fare | ( | ) | const |
double PTODStrategy::inVehicleDistance | ( | ) | const |
double PTODStrategy::inVehicleTime | ( | ) | const |
bool PTODStrategy::isEmpty | ( | ) | const |
const std::vector< PTODPath > & PTODStrategy::paths | ( | ) | const |
double PTODStrategy::transferPenalty | ( | ) | const |
double PTODStrategy::waitingTime | ( | ) | const |
double PTODStrategy::walkingTime | ( | ) | const |