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 | 7 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 7
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 velocity of the other GTU, but the PERCEIVED velocity | 872 |
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()); | 284 |
org.opentrafficsim.demo.geometry.shape.ShapeTestApplication | Line |
should be done automatically in DSOL! | 73 |
org.opentrafficsim.demo.lanechange.LaneChangeGraph | Line |
play with the speed limit | 313 |
play with the preferredLaneRouteIncentive | 314 |
org.opentrafficsim.demo.lanechange.SuitabilityGraph | Line |
Length.Rel suitability = navigator.suitability(lane, longitudinalPosition, null, this.timeHorizon); if (suitability.getSI() <= mainLength) { dataset.addXYPair(key, mainLength - position, suitability.getSI()); } | 175 |