![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A time period with a start and an end time. More...
#include <NIVisumTL.h>
Public Member Functions | |
| SUMOTime | getEndTime () |
| Returns the stored end time. | |
| SUMOTime | getStartTime () |
| Returns the stored start time. | |
| SUMOTime | getYellowTime () |
| Returns the stored yellow time. | |
| TimePeriod (SUMOTime startTime, SUMOTime endTime, SUMOTime yellowTime) | |
| Constructor. | |
| ~TimePeriod () | |
| Destructor. | |
Private Member Functions | |
| TimePeriod & | operator= (const TimePeriod &s)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| const SUMOTime | myEndTime |
| End time. | |
| const SUMOTime | myStartTime |
| Start time. | |
| const SUMOTime | myYellowTime |
| Yellow time. | |
A time period with a start and an end time.
Definition at line 46 of file NIVisumTL.h.
|
inline |
Constructor.
Definition at line 49 of file NIVisumTL.h.
|
inline |
Destructor.
Definition at line 53 of file NIVisumTL.h.
|
inline |
Returns the stored end time.
Definition at line 61 of file NIVisumTL.h.
References myEndTime.
Referenced by NIVisumTL::build().
|
inline |
Returns the stored start time.
Definition at line 56 of file NIVisumTL.h.
References myStartTime.
Referenced by NIVisumTL::build().
|
inline |
Returns the stored yellow time.
Definition at line 66 of file NIVisumTL.h.
References myYellowTime.
Referenced by NIVisumTL::build().
|
privatedelete |
Invalidated assignment operator.
|
private |
|
private |
|
private |