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 | 32 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 32
org.opentrafficsim.road.network.factory.vissim.FillTag | Line |
---|---|
GTUColorer | 231 |
create a FILL | 258 |
GTUMix | 260 |
RouteMix | 261 |
ShortestRoute | 262 |
ShortestRouteMix | 263 |
org.opentrafficsim.road.network.factory.vissim.GTUColorerTag | Line |
use parameters for AccelerationGTUColorer | 78 |
default colorer | 91 |
org.opentrafficsim.road.network.factory.vissim.GeneratorTag | Line |
parse direction | 176 |
is the default stream present? | 364 |
Use LaneBasedGTUGenerator | 374 |
GTUMix | 375 |
RouteMix | 376 |
ShortestRoute | 377 |
ShortestRouteMix | 378 |
Different strategical planner factories | 379 |
org.opentrafficsim.road.network.factory.vissim.LinkTag | Line |
differentiate by road type | 199 |
org.opentrafficsim.road.network.factory.vissim.Links | Line |
move the radius if there is an start and end offset? How? | 116 |
Map<GTUType, LongitudinalDirectionality> linkDirections = new LinkedHashMap<>(); | 207 |
parser.network.addDrawingInfoBase(lane, new DrawingInfoShape<Lane>(color)); | 296 |
parser.network.addDrawingInfoBase(lane, new DrawingInfoShape<Lane>(color)); | 398 |
org.opentrafficsim.road.network.factory.vissim.ListGeneratorTag | Line |
GTUColorer | 159 |
org.opentrafficsim.road.network.factory.vissim.NodeTag | Line |
The direction is not yet calculated | 46 |
slope for the Node. | 68 |
slope for the Node. | 75 |
slope for the Node. | 278 |
org.opentrafficsim.road.network.factory.vissim.SensorTag | Line |
Auto-generated constructor stub | 96 |
org.opentrafficsim.road.network.factory.vissim.SignalHeadTag | Line |
Auto-generated constructor stub | 78 |
org.opentrafficsim.road.network.factory.vissim.StraightTag | Line |
Auto-generated constructor stub | 48 |
org.opentrafficsim.road.network.factory.vissim.VissimNetworkLaneParser | Line |
shortestRoute, routeMix, ShortestRouteMix | 260 |
Make routes GTU specific. See what to do with GTUType.ALL for routes | 565 |
Automate addition of Routes to network this.network.addRoute(GTUType.ALL, routeTag.route); } | 566 |