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 | 9 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 9
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 | 421 |
org.opentrafficsim.demo.carFollowing.StraightPerception | Line |
do not use the speed of the other GTU, but the PERCEIVED speed | 825 |
org.opentrafficsim.demo.carFollowing.SuperDemo | Line |
add a listener that detects editing | 547 |
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()); | 298 |
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()); } | 179 |