SUMO - Simulation of Urban MObility
|
class for maintaining associations between enums and xml-strings More...
#include <SUMOXMLDefinitions.h>
Static Public Member Functions | |
Helper functions for ID-string manipulations | |
static std::string | getJunctionIDFromInternalEdge (const std::string internalEdge) |
return the junction id when given an edge of type internal, crossing or WalkingArea More... | |
static std::string | getEdgeIDFromLane (const std::string laneID) |
return edge id when given the lane ID More... | |
Static Public Attributes | |
static StringBijection< int > ::Entry | attrs [] |
The names of SUMO-XML attributes (for passing to GenericSAXHandler) More... | |
static StringBijection< int > | Attrs |
The names of SUMO-XML attributes for use in netbuild. More... | |
static StringBijection< int > ::Entry | tags [] |
The names of SUMO-XML elements (for passing to GenericSAXHandler) More... | |
static StringBijection< int > | Tags |
The names of SUMO-XML elements for use in netbuild. More... | |
Special values of SUMO-XML attributes | |
static StringBijection < SumoXMLNodeType > | NodeTypes |
static StringBijection < SumoXMLEdgeFunc > | EdgeFunctions |
static StringBijection < LaneSpreadFunction > | LaneSpreadFunctions |
static StringBijection< LinkState > | LinkStates |
static StringBijection < LinkDirection > | LinkDirections |
static StringBijection < TrafficLightType > | TrafficLightTypes |
static StringBijection < LaneChangeModel > | LaneChangeModels |
Static Private Attributes | |
static StringBijection < LaneChangeModel >::Entry | laneChangeModelValues [] |
static StringBijection < LaneSpreadFunction >::Entry | laneSpreadFunctionValues [] |
static StringBijection < LinkDirection >::Entry | linkDirectionValues [] |
static StringBijection < LinkState >::Entry | linkStateValues [] |
static StringBijection < SumoXMLEdgeFunc >::Entry | sumoEdgeFuncValues [] |
static StringBijection < SumoXMLNodeType >::Entry | sumoNodeTypeValues [] |
static StringBijection < TrafficLightType >::Entry | trafficLightTypesVales [] |
class for maintaining associations between enums and xml-strings
Definition at line 728 of file SUMOXMLDefinitions.h.
|
static |
return edge id when given the lane ID
Definition at line 582 of file SUMOXMLDefinitions.cpp.
|
static |
return the junction id when given an edge of type internal, crossing or WalkingArea
Definition at line 576 of file SUMOXMLDefinitions.cpp.
Referenced by NIImporter_SUMO::addEdge(), NIImporter_SUMO::addLane(), and NLHandler::beginEdgeParsing().
|
static |
The names of SUMO-XML attributes (for passing to GenericSAXHandler)
Definition at line 735 of file SUMOXMLDefinitions.h.
|
static |
The names of SUMO-XML attributes for use in netbuild.
Definition at line 741 of file SUMOXMLDefinitions.h.
Referenced by toString< SumoXMLAttr >(), BinaryFormatter::writeAttr(), BinaryFormatter::writeStaticHeader(), and BinaryFormatter::writeXMLHeader().
|
static |
Definition at line 747 of file SUMOXMLDefinitions.h.
Referenced by SUMOSAXAttributesImpl_Xerces::getEdgeFunc(), SUMOSAXAttributesImpl_Binary::getEdgeFunc(), toString< SumoXMLEdgeFunc >(), BinaryFormatter::writeStaticHeader(), and BinaryFormatter::writeXMLHeader().
|
static |
Definition at line 757 of file SUMOXMLDefinitions.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and toString< LaneChangeModel >().
|
staticprivate |
Definition at line 785 of file SUMOXMLDefinitions.h.
|
static |
Definition at line 749 of file SUMOXMLDefinitions.h.
Referenced by NIImporter_SUMO::addEdge(), toString< LaneSpreadFunction >(), and NIXMLEdgesHandler::tryGetLaneSpread().
|
staticprivate |
Definition at line 777 of file SUMOXMLDefinitions.h.
|
static |
Definition at line 753 of file SUMOXMLDefinitions.h.
Referenced by NLHandler::parseLinkDir(), TraCIServerAPI_Lane::processGet(), and toString< LinkDirection >().
|
staticprivate |
Definition at line 781 of file SUMOXMLDefinitions.h.
|
static |
Definition at line 751 of file SUMOXMLDefinitions.h.
Referenced by NLHandler::parseLinkState(), TraCIServerAPI_Lane::processGet(), and toString< LinkState >().
|
staticprivate |
Definition at line 779 of file SUMOXMLDefinitions.h.
|
static |
Definition at line 745 of file SUMOXMLDefinitions.h.
Referenced by NIXMLNodesHandler::addNode(), NGNode::buildNBNode(), SUMOSAXAttributesImpl_Xerces::getNodeType(), SUMOSAXAttributesImpl_Binary::getNodeType(), toString< SumoXMLNodeType >(), BinaryFormatter::writeStaticHeader(), and BinaryFormatter::writeXMLHeader().
|
staticprivate |
Definition at line 775 of file SUMOXMLDefinitions.h.
|
staticprivate |
Definition at line 773 of file SUMOXMLDefinitions.h.
|
static |
The names of SUMO-XML elements (for passing to GenericSAXHandler)
Definition at line 732 of file SUMOXMLDefinitions.h.
|
static |
The names of SUMO-XML elements for use in netbuild.
Definition at line 738 of file SUMOXMLDefinitions.h.
Referenced by BinaryFormatter::openTag(), AGActivityGenHandler::parseBracket(), AGActivityGenHandler::parseBusLine(), AGActivityGenHandler::parseBusStation(), AGActivityGenHandler::parseCityGates(), AGActivityGenHandler::parseClosingHour(), AGActivityGenHandler::parseFrequency(), AGActivityGenHandler::parseGeneralCityInfo(), AGActivityGenHandler::parseOpeningHour(), AGActivityGenHandler::parseParameters(), AGActivityGenHandler::parseSchool(), AGActivityGenHandler::parseStation(), AGActivityGenHandler::parseStreets(), SUMOVehicleParserHelper::parseVTypeEmbedded(), toString< SumoXMLTag >(), BinaryFormatter::writeStaticHeader(), and BinaryFormatter::writeXMLHeader().
|
static |
Definition at line 755 of file SUMOXMLDefinitions.h.
Referenced by NBNodeCont::analyzeCluster(), NIVisumTL::build(), NGNode::buildNBNode(), NBFrame::checkOptions(), NBNetBuilder::compute(), NBNodeCont::guessTLs(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NLHandler::initTrafficLightLogic(), NIImporter_OpenStreetMap::insertNodeChecking(), NIImporter_OpenDrive::loadNetwork(), NIXMLNodesHandler::processTrafficLightDefinitions(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), and toString< TrafficLightType >().
|
staticprivate |
Definition at line 783 of file SUMOXMLDefinitions.h.