NIVisumTL::Phase Class Reference

#include <NIVisumTL.h>

Inheritance diagram for NIVisumTL::Phase:

NIVisumTL::TimePeriod

Detailed Description

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 ()

Constructor & Destructor Documentation

NIVisumTL::Phase::Phase (  ) 

Definition at line 86 of file NIVisumTL.cpp.

00087         : NIVisumTL::TimePeriod() {}

NIVisumTL::Phase::Phase ( SUMOTime  StartTime,
SUMOTime  EndTime 
)

Definition at line 89 of file NIVisumTL.cpp.

00090         : NIVisumTL::TimePeriod(StartTime, EndTime) {}

NIVisumTL::Phase::~Phase (  ) 

Definition at line 92 of file NIVisumTL.cpp.

00092 {}


Member Function Documentation

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 }


The documentation for this class was generated from the following files:

Generated on Wed May 5 00:06:56 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6