#include <NIVisumTL.h>

Definition at line 69 of file NIVisumTL.h.
Public Member Functions | |
| SUMOTime | GetEndTime () |
| SUMOTime | GetStartTime () |
| Phase (SUMOTime StartTime, SUMOTime EndTime) | |
| Phase () | |
| void | SetEndTime (SUMOTime EndTime) |
| void | SetStartTime (SUMOTime StartTime) |
| ~Phase () | |
| NIVisumTL::Phase::Phase | ( | ) |
| NIVisumTL::Phase::~Phase | ( | ) |
| SUMOTime NIVisumTL::TimePeriod::GetEndTime | ( | ) | [inherited] |
Definition at line 63 of file NIVisumTL.cpp.
References NIVisumTL::TimePeriod::myEndTime.
Referenced by NIVisumTL::build().
00063 { 00064 return myEndTime; 00065 }
| SUMOTime NIVisumTL::TimePeriod::GetStartTime | ( | ) | [inherited] |
Definition at line 68 of file NIVisumTL.cpp.
References NIVisumTL::TimePeriod::myStartTime.
Referenced by NIVisumTL::build().
00068 { 00069 return myStartTime; 00070 }
| void NIVisumTL::TimePeriod::SetEndTime | ( | SUMOTime | EndTime | ) | [inherited] |
Definition at line 73 of file NIVisumTL.cpp.
References NIVisumTL::TimePeriod::myEndTime.
00073 { 00074 myEndTime = EndTime; 00075 }
| void NIVisumTL::TimePeriod::SetStartTime | ( | SUMOTime | StartTime | ) | [inherited] |
Definition at line 78 of file NIVisumTL.cpp.
References NIVisumTL::TimePeriod::myStartTime.
00078 { 00079 myStartTime = StartTime; 00080 }
1.5.6