|
Aimsun Next Scripting
24.0
|
Public Member Functions | |
| const QString & | getTypeName () const |
| double | getInterval () const |
| double | getNbRuns () const |
| double | getBoardingFare () const |
| double | getDistanceFare () const |
| double | getSpeed () const |
| double | getCapacity () const |
| double | getSeatingCapacity () const |
| double | getTimeTableStopToStopDelay (PTStop *origin, PTStop *destination, const GKGenericExperiment *iExperiment) const |
| double | getDistance (const PTStop &origin, const PTStop &destination) const |
| GKFunctionCost * | crowdDiscomfortFunction () const |
| GKFunctionCost * PTLine::crowdDiscomfortFunction | ( | ) | const |
| double PTLine::getBoardingFare | ( | ) | const |
Get the boarding fare.
| double PTLine::getCapacity | ( | ) | const |
| double PTLine::getDistanceFare | ( | ) | const |
Get the fare per distance unit.
| double PTLine::getInterval | ( | ) | const |
Get the time interval.
| double PTLine::getNbRuns | ( | ) | const |
Get the number of runs.
| double PTLine::getSeatingCapacity | ( | ) | const |
| double PTLine::getSpeed | ( | ) | const |
Get maximum speed of the vehicles used in this lines timetable.
| double PTLine::getTimeTableStopToStopDelay | ( | PTStop * | origin, |
| PTStop * | destination, | ||
| const GKGenericExperiment * | iExperiment | ||
| ) | const |
Gets the average delay from stop to stop for active scenario (weighted by schedule duration)
| const QString & PTLine::getTypeName | ( | ) | const |
The type name of this object
1.9.4