![]() |
SUMO - Simulation of Urban MObility
|
A phase. More...
#include <NIVisumTL.h>
Public Member Functions | |
SUMOTime | getEndTime () |
Returns the stored end time. More... | |
SUMOTime | getStartTime () |
Returns the stored start time. More... | |
SUMOTime | getYellowTime () |
Returns the stored yellow time. More... | |
Phase (SUMOTime startTime, SUMOTime endTime, SUMOTime yellowTime) | |
Constructor. More... | |
~Phase () | |
Destructor. More... | |
A phase.
Definition at line 93 of file NIVisumTL.h.
Constructor.
Definition at line 96 of file NIVisumTL.h.
|
inline |
Destructor.
Definition at line 99 of file NIVisumTL.h.
|
inlineinherited |
Returns the stored end time.
Definition at line 70 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myEndTime.
Referenced by NIVisumTL::build().
|
inlineinherited |
Returns the stored start time.
Definition at line 65 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myStartTime.
Referenced by NIVisumTL::build().
|
inlineinherited |
Returns the stored yellow time.
Definition at line 75 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myYellowTime.
Referenced by NIVisumTL::build().