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 | 8 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 8
org.opentrafficsim.demo.carFollowing.SequentialLanes | Line |
---|---|
Bezier curves make 180 degree mistake when minus is true | 420 |
org.opentrafficsim.demo.carFollowing.StraightPerception | Line |
do not use the speed of the other GTU, but the PERCEIVED speed | 818 |
org.opentrafficsim.demo.carFollowing.SuperDemo | Line |
add a listener that detects editing | 543 |
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()); | 296 |
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 | 310 |
play with the preferredLaneRouteIncentive | 311 |
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()); } | 177 |