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

Each tag is detailed below:

Open issues in the code

Number of occurrences found in the code: 14

ahfe.AHFEUtil Line
gaussian 85 +/- 2.5 for match with default LMRS 207
DIR_MINUS 319
org.opentrafficsim.demo.carFollowing.OpenStreetMap Line
OTS-256 219
org.opentrafficsim.demo.carFollowing.SequentialLanes Line
Bezier curves make 180 degree mistake when minus is true 422
org.opentrafficsim.demo.carFollowing.ShortMerge Line
DIR_MINUS 459
org.opentrafficsim.demo.carFollowing.StraightPerception Line
do not use the speed of the other GTU, but the PERCEIVED speed 821
org.opentrafficsim.demo.carFollowing.SuperDemo Line
add a listener that detects editing 549
org.opentrafficsim.demo.carFollowing.XMLNetworks Line
How the hell can we get at the colorControlPanel? It has not even been fully constructed yet; so we need a later opportunity to patch the gtuColorer colorControlPanel.addItem(new DirectionGTUColorer()); 300
org.opentrafficsim.demo.carFollowing.XMLSampler Line
How the hell can we get at the colorControlPanel? It has not even been fully constructed yet; so we need a later opportunity to patch the gtuColorer colorControlPanel.addItem(new DirectionGTUColorer()); 304
sample the GTU positions and figure out the TTC etc. This will make use of this.knownGTUs Re-schedule this method 1116
org.opentrafficsim.demo.geometry.shape.ShapeTestApplication Line
should be done automatically in DSOL! 69
org.opentrafficsim.demo.lanechange.LaneChangeGraph Line
play with the speed limit 312
play with the preferredLaneRouteIncentive 313
org.opentrafficsim.demo.lanechange.SuitabilityGraph Line
Length suitability = navigator.suitability(lane, longitudinalPosition, null, this.timeHorizon); if (suitability.getSI() <= mainLength) { dataset.addXYPair(key, mainLength - position, suitability.getSI()); } 180