![]() |
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 35 of file PublicTransportEdge.h.
|
inline |
Definition at line 36 of file PublicTransportEdge.h.
|
private |
Invalidated assignment operator.
const SUMOTime PublicTransportEdge< E, L, N, V >::Schedule::begin |
Definition at line 42 of file PublicTransportEdge.h.
Referenced by PublicTransportEdge< E, L, N, V >::addSchedule(), PublicTransportEdge< E, L, N, V >::getIntended(), and PublicTransportEdge< E, L, N, V >::getTravelTime().
std::vector<std::string> PublicTransportEdge< E, L, N, V >::Schedule::ids |
Definition at line 41 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 |
Definition at line 45 of file PublicTransportEdge.h.
Referenced by PublicTransportEdge< E, L, N, V >::addSchedule(), PublicTransportEdge< E, L, N, V >::getIntended(), and PublicTransportEdge< E, L, N, V >::getTravelTime().
int PublicTransportEdge< E, L, N, V >::Schedule::repetitionNumber |
Definition at line 43 of file PublicTransportEdge.h.
Referenced by PublicTransportEdge< E, L, N, V >::addSchedule(), PublicTransportEdge< E, L, N, V >::getIntended(), and PublicTransportEdge< E, L, N, V >::getTravelTime().
const SUMOTime PublicTransportEdge< E, L, N, V >::Schedule::travelTime |
Definition at line 46 of file PublicTransportEdge.h.
Referenced by PublicTransportEdge< E, L, N, V >::addSchedule(), PublicTransportEdge< E, L, N, V >::getIntended(), and PublicTransportEdge< E, L, N, V >::getTravelTime().