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 | 27 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 27
| org.opentrafficsim.road.network.factory.XMLNetworkGeneratorTest | Line |
|---|---|
| repair headway in such a way that vehicle does not have to brake (safe distance) | 127 |
| 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 |
| use parameters for AccelerationGTUColorer | 78 |
| default colorer | 91 |
| 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 | 171 |
| GTUMix | 369 |
| RouteMix | 370 |
| ShortestRoute | 371 |
| ShortestRouteMix | 372 |
| org.opentrafficsim.road.network.factory.xml.Links | Line |
| Map<GTUType, LongitudinalDirectionality> linkDirections = new HashMap<>(); | 501 |
| correct? | 550 |
| correct? | 567 |
| Quick hack to solve the error that the lane directionality has not (yet) been registered at the link | 638 |
| LaneTypes with compatibilities might have to be defined in a new way -- LaneType.ALL for now... | 641 |
| LISTGENERATOR | 705 |
| org.opentrafficsim.road.network.factory.xml.ListGeneratorTag | Line |
| GTUColorer | 134 |
| org.opentrafficsim.road.network.factory.xml.NodeTag | Line |
| slope as an angle. | 51 |
| slope for the Node. | 86 |
| org.opentrafficsim.road.network.factory.xml.XmlNetworkLaneParser | Line |
| shortestRoute, routeMix, ShortestRouteMix | 263 |
| Make routes GTU specific. See what to do with GTUType.ALL for routes | 277 |
| Automate addition of Routes to network | 278 |