My Project
|
Virtual class to simulate the transit system. More...
#include <simulator.h>
Public Member Functions | |
virtual bool | Start (std::ostream &out)=0 |
virtual bool | Update (std::ostream &out)=0 |
Protected Attributes | |
std::list< Bus * > | active_buses_ |
std::list< Stop * > | all_stops_ |
std::vector< Route * > | prototype_routes_ |
std::vector< double * > | distance_between_sets_ |
std::vector< PassengerGenerator * > | passenger_generators_ |
Virtual class to simulate the transit system.