Aimsun Next Scripting
22
|
Public Member Functions | |
GKBusStop * | getOrigin () const |
GKBusStop * | getDestination () const |
bool | usesStops (GKBusStop *origin, GKBusStop *destination) const |
GKFunctionCost * | getDelayFunction () const |
GKFunctionCost * | getFareFunction () const |
double | getDistance () const |
double | getSpeed (const GKModelConnection *iModelConnection) const |
const QList< GKSection * > & | getRoute () const |
GKFunctionCost * GKPTSectionData::getDelayFunction | ( | ) | const |
get the waiting time function
GKBusStop * GKPTSectionData::getDestination | ( | ) | const |
double GKPTSectionData::getDistance | ( | ) | const |
get the total distance of the transit section
GKFunctionCost * GKPTSectionData::getFareFunction | ( | ) | const |
get the waiting time function
GKBusStop * GKPTSectionData::getOrigin | ( | ) | const |
const QList< GKSection * > & GKPTSectionData::getRoute | ( | ) | const |
double GKPTSectionData::getSpeed | ( | const GKModelConnection * | iModelConnection | ) | const |
get the mean maximum speed.