 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
19 #ifndef ROMARouteHandler_h
20 #define ROMARouteHandler_h
ROMARouteHandler(ODMatrix &matrix)
standard constructor
SAX-handler base for SUMO-files.
void myStartElement(int element, const SUMOSAXAttributes &attrs)
Called on the opening of a tag;.
virtual ~ROMARouteHandler()
standard destructor
Structure representing possible vehicle parameter.
ROMARouteHandler & operator=(const ROMARouteHandler &s)
Invalidated assignment operator.
Parser and container for routes during their loading.
An O/D (origin/destination) matrix.
void myEndElement(int element)
Callback method for a closing tag to implement by derived classes.
ODMatrix & myMatrix
The matrix to fill.
std::vector< std::string > myTazParamKeys
The keys for reading taz.
SUMOVehicleParameter * myVehicleParameter
The current vehicle parameters.
Encapsulated SAX-Attributes.