|
osurs
0.0.1
|
A network. More...
#include <types.h>

Data Fields | |
| HashMap * | nodes |
| HashMap * | routes |
| HashMap * | vehicles |
| HashMap * | compositions |
A network.
A network consists of nodes where vehicles stop and passengers can get on and off.
| HashMap* network_t::compositions |
Compositions in the network.
| HashMap* network_t::nodes |
Nodes in the network.
| HashMap* network_t::routes |
Routes in the network.
| HashMap* network_t::vehicles |
Vehicles in the network.