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) | 128 |
| org.opentrafficsim.road.network.factory.xml.FillTag | Line |
| GTUColorer | 198 |
| create a FILL | 225 |
| GTUMix | 227 |
| RouteMix | 228 |
| ShortestRoute | 229 |
| ShortestRouteMix | 230 |
| 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 | 169 |
| GTUMix | 367 |
| RouteMix | 368 |
| ShortestRoute | 369 |
| ShortestRouteMix | 370 |
| org.opentrafficsim.road.network.factory.xml.Links | Line |
| Map<GTUType, LongitudinalDirectionality> linkDirections = new HashMap<>(); | 494 |
| correct? | 543 |
| correct? | 560 |
| Quick hack to solve the error that the lane directionality has not (yet) been registered at the link | 631 |
| LaneTypes with compatibilities might have to be defined in a new way -- LaneType.ALL for now... | 634 |
| LISTGENERATOR | 706 |
| org.opentrafficsim.road.network.factory.xml.ListGeneratorTag | Line |
| GTUColorer | 134 |
| org.opentrafficsim.road.network.factory.xml.NodeTag | Line |
| slope as an angle. | 52 |
| slope for the Node. | 88 |
| 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 |