![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
Schedule (const std::string &_id, const SUMOTime _begin, const int _repetitionNumber, const SUMOTime _period, const SUMOTime _travelTime) | |
Data Fields | |
const SUMOTime | begin |
std::vector< std::string > | ids |
SUMOTime | period |
int | repetitionNumber |
const SUMOTime | travelTime |
Private Member Functions | |
Schedule & | operator= (const Schedule &src) |
Invalidated assignment operator. More... | |
Definition at line 36 of file PublicTransportEdge.h.
|
inline |
Definition at line 37 of file PublicTransportEdge.h.
References PublicTransportEdge< E, L, N, V >::Schedule::begin, PublicTransportEdge< E, L, N, V >::Schedule::period, PublicTransportEdge< E, L, N, V >::Schedule::repetitionNumber, and PublicTransportEdge< E, L, N, V >::Schedule::travelTime.
Referenced by PublicTransportEdge< E, L, N, V >::addSchedule().
|
private |
Invalidated assignment operator.
const SUMOTime PublicTransportEdge< E, L, N, V >::Schedule::begin |
std::vector<std::string> PublicTransportEdge< E, L, N, V >::Schedule::ids |
Definition at line 42 of file PublicTransportEdge.h.
Referenced by PublicTransportEdge< E, L, N, V >::addSchedule(), and PublicTransportEdge< E, L, N, V >::getIntended().
SUMOTime PublicTransportEdge< E, L, N, V >::Schedule::period |
int PublicTransportEdge< E, L, N, V >::Schedule::repetitionNumber |
const SUMOTime PublicTransportEdge< E, L, N, V >::Schedule::travelTime |