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 | 40 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 40
loadfromxml.LoadXML | Line |
---|---|
This seed is Aimsun specific. | 141 |
These links are Aimsun Barcelona network specific. | 193 |
org.opentrafficsim.ahfe.AHFEUtil | Line |
DIR_MINUS | 362 |
replace with ArrivalsHeadwayGenerator and Arrivals | 559 |
org.opentrafficsim.ahfe.AbstractDelayedNeighborsPerception | Line |
The reaction time may differ between observed objects and vary over time | 117 |
private when DSOL allows | 239 |
org.opentrafficsim.ahfe.AnticipationRelianceScript | Line |
is this needed here? was in old version... | 349 |
org.opentrafficsim.demo.RampMeteringDemo | Line |
detector length affects occupancy, which length to use? | 299 |
we assume 120km/h everywhere, including the slower ramps | 390 |
perceived GTUs as first type | 576 |
org.opentrafficsim.demo.SequentialLanes | Line |
Bezier curves make 180 degree mistake when minus is true | 281 |
org.opentrafficsim.demo.ShortMerge | Line |
DIR_MINUS | 448 |
org.opentrafficsim.demo.carFollowing.OpenStreetMap | Line |
OTS-256 | 262 |
org.opentrafficsim.demo.geometry.shape.ShapeFileReader | Line |
Lane doesn't take direction anymore, this is given in the LaneType | 440 |
Lane doesn't take direction anymore, this is given in the LaneType | 503 |
org.opentrafficsim.demo.geometry.shape.ShapeTestApplication | Line |
should be done automatically in DSOL! | 82 |
org.opentrafficsim.demo.lanechange.LaneChangeGraph | Line |
play with the speed limit | 312 |
play with the preferredLaneRouteIncentive | 313 |
org.opentrafficsim.demo.steering.SteeringSimulation | Line |
define tables | 96 |
add parameters if required (run and wait for ParameterException to find missing parameters) | 242 |
other GTU types | 262 |
supply mass and inertia values, possibly randomized, correlated? | 268 |
org.opentrafficsim.demo.web.OTSDemoServer | Line |
InputParameterSelectionList | 590 |
InputParameterSelectionList | 594 |
InputParameterDistContinuousSelection | 598 |
InputParameterSelectionMap | 602 |
org.opentrafficsim.demo.web.OTSFederatedDemoServer | Line |
InputParameterSelectionList | 471 |
InputParameterSelectionList | 475 |
InputParameterDistContinuousSelection | 479 |
InputParameterSelectionMap | 483 |
org.opentrafficsim.demo.web.SimpleLoadBalancer | Line |
working dir path if not absolute? File stdInFile = new File(stdIn); pb.redirectInput(stdInFile); } | 164 |
working dir path if not absolute? File stdOutFile = new File(stdOut); pb.redirectOutput(stdOutFile); } | 171 |
working dir path if not absolute? File stdErrFile = new File(stdErr); pb.redirectError(stdErrFile); } | 178 |
org.opentrafficsim.demo.web.SuperDemoWebApplication | Line |
change for InputParameter | 364 |
different... this.simulator.scheduleEventAbs(100.0, this, this, "terminate", null); | 423 |
change for real outputs of the model. | 459 |
This probably goes away or is replaced by metadata | 532 |
org.opentrafficsim.remotecontrol.Sim0MQControlledOTS | Line |
the SimulateUntil is blocking this loop. Do we want that? | 391 |
org.opentrafficsim.remotecontrol.Sim0MQRemoteController | Line |
this one is okay to block System.out.println("remote controller has received a message on the fromOTS PULL socket"); | 420 |
org.opentrafficsim.remotecontrol.Sim0MQRemoteControllerNew | Line |
this one is okay to block System.out.println("remote controller has received a message on the fromOTS PULL socket"); | 441 |