![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A phase. 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. | |
| Phase (SUMOTime startTime, SUMOTime endTime, SUMOTime yellowTime) | |
| Constructor. | |
| ~Phase () | |
| Destructor. | |
Private Attributes | |
| const SUMOTime | myEndTime |
| End time. | |
| const SUMOTime | myStartTime |
| Start time. | |
| const SUMOTime | myYellowTime |
| Yellow time. | |
A phase.
Definition at line 88 of file NIVisumTL.h.
Constructor.
Definition at line 91 of file NIVisumTL.h.
|
inline |
Destructor.
Definition at line 94 of file NIVisumTL.h.
|
inlineinherited |
Returns the stored end time.
Definition at line 61 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myEndTime.
Referenced by NIVisumTL::build().
|
inlineinherited |
Returns the stored start time.
Definition at line 56 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myStartTime.
Referenced by NIVisumTL::build().
|
inlineinherited |
Returns the stored yellow time.
Definition at line 66 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myYellowTime.
Referenced by NIVisumTL::build().
|
privateinherited |
End time.
Definition at line 74 of file NIVisumTL.h.
Referenced by NIVisumTL::TimePeriod::getEndTime().
|
privateinherited |
Start time.
Definition at line 72 of file NIVisumTL.h.
Referenced by NIVisumTL::TimePeriod::getStartTime().
|
privateinherited |
Yellow time.
Definition at line 76 of file NIVisumTL.h.
Referenced by NIVisumTL::TimePeriod::getYellowTime().