Tag List Report

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 61 TODO, FIXME, XXX

Each tag is detailed below:

Open issues in the code

Number of occurrences found in the code: 61

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 294
order of time values, and demand values later, is not guaranteed in xml, need a way to order them 295
org.opentrafficsim.road.network.factory.xml.network.ControlParser Line
is there a better way to obtain a referenced object? 61
org.opentrafficsim.road.network.factory.xml.network.LinkParser Line
user defined #points 174
user defined #points 208
Bezier shape factor and weighted factor 215
user defined #points 220
Clothoid parsing 221
Directionality has to be added later when the lanes and their direction are known. 232
rotationstart and rotationend of a link, or leave out of xsd? 243
networkAnimation.addDrawingInfoBase(link, new DrawingInfoLine<CrossSectionLink>(Color.BLACK, 0.5f)); 244
Map<GTUType, LongitudinalDirectionality> linkDirections = new HashMap<>(); 265
does not work! Simplify the network.xsd... 270
The LaneType should be defined in the XML... 298
how to handle cseLane.getSPEEDLIMIT()? GTUType specific... 299
deal with cse.getCOLOR() where the laneOverrideTag can also have a color 305
deal with cse.getCOLOR() where the laneOverrideTag can also have a color 311
deal with cse.getCOLOR() where the laneOverrideTag can also have a color 318
makeGenerator(generator, xmlLink, simulator); 364
LISTGENERATOR 367
parseFill(fill, xmlLink, simulator); 403
parser.networkAnimation.addDrawingInfoBase(dashedLine, 429
new DrawingInfoStripe<Stripe>(Color.BLACK, 0.5f, StripeType.DASHED)); 430
parser.networkAnimation.addDrawingInfoBase(doubleLine, 436
new DrawingInfoStripe<Stripe>(Color.BLACK, 0.5f, StripeType.DOUBLE)); 437
correct? 443
parser.networkAnimation.addDrawingInfoBase(leftOnlyLine, 444
new DrawingInfoStripe<Stripe>(Color.BLACK, 0.5f, StripeType.LEFTONLY)); 445
correct? 451
parser.networkAnimation.addDrawingInfoBase(rightOnlyLine, 452
new DrawingInfoStripe<Stripe>(Color.BLACK, 0.5f, StripeType.RIGHTONLY)); 453
parser.networkAnimation.addDrawingInfoBase(solidLine, 459
new DrawingInfoStripe<Stripe>(Color.BLACK, 0.5f, StripeType.SOLID)); 460
SETs and JAM 527
org.opentrafficsim.road.network.factory.xml.old.FillTag Line
GTUColorer 198
create a FILL 224
GTUMix 226
RouteMix 227
ShortestRoute 228
ShortestRouteMix 229
org.opentrafficsim.road.network.factory.xml.old.GTUColorerTag Line
solve hack in better xml spec 32
use parameters for AccelerationGTUColorer 86
default colorer 101
org.opentrafficsim.road.network.factory.xml.old.GTUTypeTag Line
super type (car, bus, truck) in xml definition 67
org.opentrafficsim.road.network.factory.xml.old.GeneratorTag Line
parse direction 169
GTUMix 368
RouteMix 369
ShortestRoute 370
ShortestRouteMix 371
org.opentrafficsim.road.network.factory.xml.old.Links Line
Directionality has to be added later when the lanes and their direction are known. 253
Map<GTUType, LongitudinalDirectionality> linkDirections = new HashMap<>(); 286
correct? 319
correct? 327
LaneTypes with compatibilities might have to be defined in a new way -- LaneType.FREEWAY for now... 378
LISTGENERATOR 442
org.opentrafficsim.road.network.factory.xml.old.ListGeneratorTag Line
GTUColorer 134
org.opentrafficsim.road.network.factory.xml.old.XmlNetworkLaneParserOld Line
shortestRoute, routeMix, ShortestRouteMix 355
add chosen model in gtuTypeGenerator 376
Make routes GTU specific. See what to do with GTUType.ALL for routes 608
Automate addition of Routes to network 609