My Project
Public Member Functions | Protected Attributes | List of all members
Simulator Class Referenceabstract

Virtual class to simulate the transit system. More...

#include <simulator.h>

Inheritance diagram for Simulator:
Inheritance graph
Collaboration diagram for Simulator:
Collaboration graph

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_
 

Detailed Description

Virtual class to simulate the transit system.


The documentation for this class was generated from the following file: