 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
21 #ifndef AGACTIVITYGENHANDLER_H
22 #define AGACTIVITYGENHANDLER_H
void parseParameters(const SUMOSAXAttributes &attrs)
std::string myCurrentObject
The name of the object that is currently processed.
bool myProcess
An indicator whether the next edge shall be read (internal edges are not read by now)
SAX-handler base for SUMO-files.
The router's network representation.
void parseCityGates(const SUMOSAXAttributes &attrs)
void parseGeneralCityInfo(const SUMOSAXAttributes &attrs)
void parseStreets(const SUMOSAXAttributes &attrs)
AGActivityGenHandler(const AGActivityGenHandler &src)
Invalidated copy constructor.
AGCity & myCity
The city to store the information into.
void parseBusLine(const SUMOSAXAttributes &attrs)
void parseClosingHour(const SUMOSAXAttributes &attrs)
void parseFrequency(const SUMOSAXAttributes &attrs)
RONet * net
The loaded network.
AGBusLine * currentBusLine
void parseOpeningHour(const SUMOSAXAttributes &attrs)
bool isRevStation
indicator whether the current station (in bus line context) is a reverse station or not.
void parseBusStation(const SUMOSAXAttributes &attrs)
void parseBracket(const SUMOSAXAttributes &attrs)
virtual void myStartElement(int element, const SUMOSAXAttributes &attrs)
Called on the opening of a tag;.
void parseSchool(const SUMOSAXAttributes &attrs)
AGActivityGenHandler & operator=(const AGActivityGenHandler &src)
Invalidated assignment operator.
void parseStation(const SUMOSAXAttributes &attrs)
Encapsulated SAX-Attributes.
AGActivityGenHandler(AGCity &city, RONet *net)
Constructor.
virtual ~AGActivityGenHandler()
Destructor.