Eclipse SUMO - Simulation of Urban MObility
NIVisumTL::Phase Class Reference

A phase. More...

#include <NIVisumTL.h>

Inheritance diagram for NIVisumTL::Phase:
Collaboration diagram for NIVisumTL::Phase:

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...
 

Private Attributes

SUMOTime myEndTime
 End time. More...
 
SUMOTime myStartTime
 Start time. More...
 
SUMOTime myYellowTime
 Yellow time. More...
 

Detailed Description

A phase.

Definition at line 86 of file NIVisumTL.h.

Constructor & Destructor Documentation

◆ Phase()

NIVisumTL::Phase::Phase ( SUMOTime  startTime,
SUMOTime  endTime,
SUMOTime  yellowTime 
)
inline

Constructor.

Definition at line 89 of file NIVisumTL.h.

◆ ~Phase()

NIVisumTL::Phase::~Phase ( )
inline

Destructor.

Definition at line 92 of file NIVisumTL.h.

Member Function Documentation

◆ getEndTime()

SUMOTime NIVisumTL::TimePeriod::getEndTime ( )
inlineinherited

Returns the stored end time.

Definition at line 63 of file NIVisumTL.h.

References NIVisumTL::TimePeriod::myEndTime.

Referenced by NIVisumTL::build().

◆ getStartTime()

SUMOTime NIVisumTL::TimePeriod::getStartTime ( )
inlineinherited

Returns the stored start time.

Definition at line 58 of file NIVisumTL.h.

References NIVisumTL::TimePeriod::myStartTime.

Referenced by NIVisumTL::build().

◆ getYellowTime()

SUMOTime NIVisumTL::TimePeriod::getYellowTime ( )
inlineinherited

Returns the stored yellow time.

Definition at line 68 of file NIVisumTL.h.

References NIVisumTL::TimePeriod::myYellowTime.

Referenced by NIVisumTL::build().

Field Documentation

◆ myEndTime

SUMOTime NIVisumTL::TimePeriod::myEndTime
privateinherited

End time.

Definition at line 76 of file NIVisumTL.h.

Referenced by NIVisumTL::TimePeriod::getEndTime().

◆ myStartTime

SUMOTime NIVisumTL::TimePeriod::myStartTime
privateinherited

Start time.

Definition at line 74 of file NIVisumTL.h.

Referenced by NIVisumTL::TimePeriod::getStartTime().

◆ myYellowTime

SUMOTime NIVisumTL::TimePeriod::myYellowTime
privateinherited

Yellow time.

Definition at line 78 of file NIVisumTL.h.

Referenced by NIVisumTL::TimePeriod::getYellowTime().


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