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. | |
Phase (SUMOTime startTime, SUMOTime endTime) | |
Constructor. | |
~Phase () | |
Destructor. |
A phase.
Definition at line 85 of file NIVisumTL.h.
NIVisumTL::Phase::Phase | ( | SUMOTime | startTime, |
SUMOTime | endTime | ||
) | [inline] |
Constructor.
Definition at line 88 of file NIVisumTL.h.
NIVisumTL::Phase::~Phase | ( | ) | [inline] |
Destructor.
Definition at line 91 of file NIVisumTL.h.
SUMOTime NIVisumTL::TimePeriod::getEndTime | ( | ) | [inline, inherited] |
Returns the stored end time.
Definition at line 69 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myEndTime.
Referenced by NIVisumTL::build().
SUMOTime NIVisumTL::TimePeriod::getStartTime | ( | ) | [inline, inherited] |
Returns the stored start time.
Definition at line 64 of file NIVisumTL.h.
References NIVisumTL::TimePeriod::myStartTime.
Referenced by NIVisumTL::build().