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 | 173 |
GTUMix | 380 |
RouteMix | 381 |
ShortestRoute | 382 |
ShortestRouteMix | 383 |
org.opentrafficsim.road.network.factory.xml.Links | Line |
Directionality has to be added later when the lanes and their direction are known. | 488 |
Map<GTUType, LongitudinalDirectionality> linkDirections = new HashMap<>(); | 527 |
correct? | 578 |
correct? | 595 |
LaneTypes with compatibilities might have to be defined in a new way -- LaneType.FREEWAY for now... | 664 |
LISTGENERATOR | 728 |
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 | 353 |
add chosen model in gtuTypeGenerator | 375 |
Make routes GTU specific. See what to do with GTUType.ALL for routes | 620 |
Automate addition of Routes to network | 621 |
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 |