The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Open issues in the code | 31 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 31
| org.opentrafficsim.road.network.factory.xml.FillTag | Line |
|---|---|
| GTUColorer | 198 |
| create a FILL | 224 |
| GTUMix | 226 |
| RouteMix | 227 |
| ShortestRoute | 228 |
| ShortestRouteMix | 229 |
| org.opentrafficsim.road.network.factory.xml.GTUColorerTag | Line |
| solve hack in better xml spec | 32 |
| use parameters for AccelerationGTUColorer | 86 |
| default colorer | 101 |
| org.opentrafficsim.road.network.factory.xml.GTUTypeTag | Line |
| super type (car, bus, truck) in xml definition | 67 |
| org.opentrafficsim.road.network.factory.xml.GeneratorTag | Line |
| parse direction | 169 |
| GTUMix | 368 |
| RouteMix | 369 |
| ShortestRoute | 370 |
| ShortestRouteMix | 371 |
| org.opentrafficsim.road.network.factory.xml.Links | Line |
| Directionality has to be added later when the lanes and their direction are known. | 483 |
| Map<GTUType, LongitudinalDirectionality> linkDirections = new HashMap<>(); | 516 |
| correct? | 549 |
| correct? | 557 |
| LaneTypes with compatibilities might have to be defined in a new way -- LaneType.FREEWAY for now... | 608 |
| LISTGENERATOR | 672 |
| org.opentrafficsim.road.network.factory.xml.ListGeneratorTag | Line |
| GTUColorer | 134 |
| org.opentrafficsim.road.network.factory.xml.NodeTag | Line |
| slope as an angle. | 48 |
| slope for the Node. | 83 |
| org.opentrafficsim.road.network.factory.xml.XmlNetworkLaneParser | Line |
| shortestRoute, routeMix, ShortestRouteMix | 353 |
| add chosen model in gtuTypeGenerator | 374 |
| Make routes GTU specific. See what to do with GTUType.ALL for routes | 606 |
| Automate addition of Routes to network | 607 |
| org.opentrafficsim.road.network.factory.xml.XmlParserException | Line |
| this class is not yet used in the network parser | 14 |
| org.opentrafficsim.road.network.factory.xml.demand.XmlOdParser | Line |
| global time as optional | 295 |
| order of time values, and demand values later, is not guaranteed in xml, need a way to order them | 296 |