|
Transit Planner
1.0
An experiment on transfer patterns robustness
|
Public Member Functions | |
| Trip (const string &id) | |
| bool | operator== (const Trip &rhs) const |
| int | size () const |
| void | addStop (const int64_t arrTime, const int64_t depTime, const int stop) |
| int | stop (const int i) const |
| const vector< int > & | stops () const |
| const TripTime & | time () const |
| TripTime & | tripTime () |
| const string & | id () const |
| string | str () const |
1.7.6.1