![]() |
SUMO - Simulation of Urban MObility
|
#include <AGBus.h>

Public Member Functions | |
| AGBus (std::string name, int depTime) | |
| AGBus (int depTime) | |
| int | getDeparture () |
| std::string | getName () |
| void | print () const |
| void | setName (std::string name) |
Private Attributes | |
| int | departureTime |
| std::string | name |
|
inline |
| int AGBus::getDeparture | ( | ) |
| std::string AGBus::getName | ( | ) |
| void AGBus::print | ( | ) | const |
| void AGBus::setName | ( | std::string | name | ) |
|
private |
Definition at line 56 of file AGBus.h.
Referenced by getDeparture(), and print().
|
private |