|
Transit Planner
1.0
An experiment on transfer patterns robustness
|
Public Types | |
| enum | Type { NONE = 0, ARRIVAL, TRANSFER, DEPARTURE } |
Public Member Functions | |
| Node (const int stopIndex, const Node::Type &type, int time) | |
| bool | operator== (const Node &other) const |
| int | stop () const |
| Type | type () const |
| int | time () const |
Friends | |
| class | boost::serialization::access |
1.7.6.1