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 | 50 | TODO, FIXME, XXX |
Each tag is detailed below:
Number of occurrences found in the code: 50
org.opentrafficsim.road.network.factory.xml.XmlParserException | Line |
---|---|
this class is not yet used in the network parser | 14 |
org.opentrafficsim.road.network.factory.xml.demand.XmlOdParser | Line |
global time as optional | 294 |
order of time values, and demand values later, is not guaranteed in xml, need a way to order them | 295 |
org.opentrafficsim.road.network.factory.xml.demand.XmlOdParserTest | Line |
verify that Direction.ZERO will not cause problems... | 98 |
org.opentrafficsim.road.network.factory.xml.old.FillTag | Line |
GTUColorer | 199 |
create a FILL | 226 |
GTUMix | 228 |
RouteMix | 229 |
ShortestRoute | 230 |
ShortestRouteMix | 231 |
org.opentrafficsim.road.network.factory.xml.old.GTUColorerTag | Line |
solve hack in better xml spec | 32 |
use parameters for AccelerationGTUColorer | 86 |
default colorer | 101 |
org.opentrafficsim.road.network.factory.xml.old.GTUTypeTag | Line |
super type (car, bus, truck) in xml definition | 65 |
org.opentrafficsim.road.network.factory.xml.old.GeneratorTag | Line |
parse direction | 169 |
GTUMix | 368 |
RouteMix | 369 |
ShortestRoute | 370 |
ShortestRouteMix | 371 |
org.opentrafficsim.road.network.factory.xml.old.Links | Line |
Directionality has to be added later when the lanes and their direction are known. | 255 |
Map<GTUType, LongitudinalDirectionality> linkDirections = new LinkedHashMap<>(); | 289 |
correct? | 323 |
correct? | 333 |
LaneTypes with compatibilities might have to be defined in a new way -- LaneType.FREEWAY for now... | 382 |
LISTGENERATOR | 446 |
org.opentrafficsim.road.network.factory.xml.old.ListGeneratorTag | Line |
GTUColorer | 135 |
org.opentrafficsim.road.network.factory.xml.old.XmlNetworkLaneParserOld | Line |
shortestRoute, routeMix, ShortestRouteMix | 356 |
add chosen model in gtuTypeGenerator | 377 |
Make routes GTU specific. See what to do with GTUType.ALL for routes | 610 |
Automate addition of Routes to network | 611 |
org.opentrafficsim.road.network.factory.xml.parser.ControlParser | Line |
get the TrafCOD program, etc. | 146 |
org.opentrafficsim.road.network.factory.xml.parser.GeneratorSinkParser | Line |
distance weight and time weight | 138 |
GTUTEMPLATEMIX | 332 |
remove this hack for testing | 347 |
org.opentrafficsim.road.network.factory.xml.parser.ModelParser | Line |
RouteGeneratorOD as third argument, which may however be based on demand | 397 |
support once more consolidated | 1086 |
org.opentrafficsim.road.network.factory.xml.parser.NetworkParser | Line |
Clothoid parsing | 291 |
Directionality has to be added later when the lanes and their direction are known. | 302 |
Use the DESIGNDIRECTION | 410 |
this discards too much information; e.g. Network already contains an object with the name ... | 477 |
org.opentrafficsim.road.network.factory.xml.parser.ODParser | Line |
will skipping origins that are not in the network cause problems later on? | 151 |
will skipping origins that are not in the network cause problems later on? | 165 |
LINEAR follows when only global STEPWISE is defined | 325 |
model id referral | 443 |
LMRSFactory can receive a parameter factory, but how to define those parameters in XML? | 491 |
org.opentrafficsim.road.network.factory.xml.parser.RunParser | Line |
the seeds need to be updated with the start of each new replication. Maybe change in DSOL. | 102 |
org.opentrafficsim.road.network.factory.xml.parser.ScenarioParser | Line |
use run to select scenario (probably outside this class, and accept a single SCENARIO | 34 |
org.opentrafficsim.road.network.factory.xml.parser.XmlNetworkLaneParser | Line |
parse input parameters | 250 |
org.opentrafficsim.road.network.factory.xml.utils.ParseDistribution | Line |
NORMALTRUNC | 154 |
org.opentrafficsim.road.network.factory.xml.utils.StreamInformation | Line |
make sure the seed map is used by the OTSExperiment / OTSReplication | 38 |