Transit Planner  1.0
An experiment on transfer patterns robustness
Public Member Functions | Static Public Attributes | Friends
TransferPatternsGraph Class Reference

List of all members.

Public Member Functions

 TransferPatternsGraph (const TransferPatternsGraph &rhs)
 TransferPatternsGraph (const int depStop)
 TransferPatternsGraph (const int depStop, const HubSet &hubs)
int numNodes () const
int depStop () const
int destNode (const int stop) const
const set< int > & destHubs () const
int stop (const int node) const
const vector< int > & successors (const int node) const
void addPattern (const vector< int > &stops)
void finalise ()
TransferPatternsGraphoperator= (const TransferPatternsGraph &rhs)
void swap (TransferPatternsGraph &rhs)
bool operator== (const TransferPatternsGraph &rhs) const
std::string debugString () const

Static Public Attributes

static const int INVALID_NODE = -1
static const HubSet * _hubs = NULL

Friends

class boost::serialization::access

The documentation for this class was generated from the following files:
 All Classes