70 tagProperties.second->checkTagIntegrity();
78 delete tagProperties.second;
90 }
else if (hardFail) {
98const std::vector<const GNETagProperties*>
103 }
else if (hardFail) {
111const std::vector<const GNETagProperties*>
113 std::vector<const GNETagProperties*> allowedTags;
117 if (tagProperty.second->isNetworkElement()) {
118 allowedTags.push_back(tagProperty.second);
125 if (tagProperty.second->isAdditionalPureElement()) {
126 allowedTags.push_back(tagProperty.second);
133 if (tagProperty.second->isShapeElement()) {
134 allowedTags.push_back(tagProperty.second);
141 if (tagProperty.second->isTAZElement()) {
142 allowedTags.push_back(tagProperty.second);
149 if (tagProperty.second->isWireElement()) {
150 allowedTags.push_back(tagProperty.second);
157 if (tagProperty.second->isDemandElement()) {
158 allowedTags.push_back(tagProperty.second);
165 if (tagProperty.second->isRoute()) {
166 allowedTags.push_back(tagProperty.second);
173 if (tagProperty.second->isVehicle()) {
174 allowedTags.push_back(tagProperty.second);
181 if (tagProperty.second->isVehicleStop()) {
182 allowedTags.push_back(tagProperty.second);
189 if (tagProperty.second->isPerson()) {
190 allowedTags.push_back(tagProperty.second);
197 if (tagProperty.second->isPlanPerson()) {
198 allowedTags.push_back(tagProperty.second);
205 if (tagProperty.second->isPlanPersonTrip()) {
206 allowedTags.push_back(tagProperty.second);
213 if (tagProperty.second->isPlanWalk()) {
214 allowedTags.push_back(tagProperty.second);
221 if (tagProperty.second->isPlanRide()) {
222 allowedTags.push_back(tagProperty.second);
229 if (tagProperty.second->isPlanStopPerson()) {
230 allowedTags.push_back(tagProperty.second);
237 if (tagProperty.second->isGenericData()) {
238 allowedTags.push_back(tagProperty.second);
245 if (tagProperty.second->isMeanData()) {
246 allowedTags.push_back(tagProperty.second);
253 if (tagProperty.second->isContainer()) {
254 allowedTags.push_back(tagProperty.second);
261 if (tagProperty.second->isPlanContainer()) {
262 allowedTags.push_back(tagProperty.second);
269 if (tagProperty.second->isPlanTransport()) {
270 allowedTags.push_back(tagProperty.second);
277 if (tagProperty.second->isPlanTranship()) {
278 allowedTags.push_back(tagProperty.second);
285 if (tagProperty.second->isPlanStopContainer()) {
286 allowedTags.push_back(tagProperty.second);
326 const std::string opt =
"attribute-help-output";
329 dev <<
"# Netedit attribute help\n";
331 if (tagProperty.second->getAttributeProperties().begin() == tagProperty.second->getAttributeProperties().end()) {
335 if (tagProperty.second->getXMLTag() != tagProperty.first) {
336 dev <<
"\n## " <<
toString(tagProperty.second->getXMLTag()) <<
" (" <<
toString(tagProperty.first) <<
")\n";
337 }
else if (tagProperty.second->getXMLParentTags().empty()) {
338 dev <<
"\n## " <<
toString(tagProperty.first) <<
"\n";
341 dev <<
"\n## " <<
toString(tagProperty.first) <<
"\n";
342 dev <<
"also child element of ";
344 dev <<
"\n### " <<
toString(tagProperty.first) <<
"\n";
345 dev <<
"child element of ";
348 for (
const auto& pTag : tagProperty.second->getXMLParentTags()) {
358 dev <<
"| Attribute | Type | Description |\n";
359 dev <<
"|-----------|------|-------------|\n";
360 for (
const auto& attr : tagProperty.second->getAttributeProperties()) {
363 dev <<
"|" <<
toString(attr->getAttr()) <<
"|"
364 << attr->getDescription() <<
"|"
366 if (attr->hasDefaultValue() && attr->getDefaultStringValue() !=
"") {
367 dev <<
" *default:* **" << attr->getDefaultStringValue() <<
"**";
387 TL(
"Supermode network"),
388 FXRGBA(255, 255, 255, 255),
389 TL(
"Supermode network"));
393 TL(
"Supermode demand"),
394 FXRGBA(255, 255, 255, 255),
395 TL(
"Supermode demand"));
399 TL(
"Supermode data"),
400 FXRGBA(255, 255, 255, 255),
401 TL(
"Supermode data"));
406 TL(
"Network elements"),
407 FXRGBA(255, 255, 255, 255),
408 TL(
"Network elements"));
413 TL(
"Additional elements"),
414 FXRGBA(255, 255, 255, 255),
415 TL(
"Additional elements"));
420 TL(
"Stopping places"),
421 FXRGBA(255, 255, 255, 255),
422 TL(
"Stopping places"));
428 FXRGBA(255, 255, 255, 255),
435 FXRGBA(255, 255, 255, 255),
436 TL(
"Wire elements"));
441 TL(
"Shape elements"),
442 FXRGBA(255, 255, 255, 255),
443 TL(
"Shape elements"));
447 TL(
"JuPedSim elements"),
448 FXRGBA(255, 255, 255, 255),
449 TL(
"JuPedSim elements"));
455 FXRGBA(255, 255, 255, 255),
462 FXRGBA(255, 255, 255, 255),
469 FXRGBA(255, 255, 255, 255),
470 TL(
"Vehicle flows"));
476 FXRGBA(255, 255, 255, 255),
477 TL(
"Vehicle stops"));
483 FXRGBA(255, 255, 255, 255),
490 FXRGBA(255, 255, 255, 255),
497 FXRGBA(255, 255, 255, 255),
504 FXRGBA(255, 255, 255, 255),
511 FXRGBA(255, 255, 255, 255),
517 TL(
"Container plans"),
518 FXRGBA(255, 255, 255, 255),
519 TL(
"Container plans"));
524 TL(
"Container transports"),
525 FXRGBA(255, 255, 255, 255),
526 TL(
"Container transports"));
531 TL(
"Container tranships"),
532 FXRGBA(255, 255, 255, 255),
533 TL(
"Container tranships"));
538 TL(
"Container stops"),
539 FXRGBA(255, 255, 255, 255),
540 TL(
"Container stops"));
546 FXRGBA(255, 255, 255, 255),
560 std::vector<std::string> TLTypes;
582 TL(
"The x-y-z position of the node on the plane in meters"));
587 TL(
"An optional type for the node"));
588 type->setDiscreteValues(nodeTypes);
593 TL(
"A custom shape for that node"));
598 TL(
"Optional turning radius (for all corners) for that node in meters"),
604 TL(
"Whether the junction-blocking-heuristic should be activated at this node"),
610 TL(
"How to compute right of way rules at this node"),
617 TL(
"Whether this junction is at the fringe of the network"),
626 TL(
"An optional type for the traffic light algorithm"));
627 tlType->setDiscreteValues(TLTypes);
632 TL(
"An optional layout for the traffic light plan"),
642 TL(
"An optional id for the traffic light program"));
647 TL(
"Whether this junction is part of a roundabout"),
666 TL(
"The number of lanes of the edge"),
667 toString(neteditOptions.getInt(
"default.lanenumber")));
672 TL(
"The maximum speed allowed on the edge in m/s"),
673 toString(neteditOptions.getFloat(
"default.speed")));
680 TL(
"The spreadType defines how to compute the lane geometry from the edge geometry (used for visualization)"),
687 TL(
"The priority of the edge"),
688 toString(neteditOptions.getInt(
"default.priority")));
693 TL(
"Lane width for all lanes of this edge in meters (used for visualization)"),
699 TL(
"The width of the sidewalk that should be added as an additional lane"),
705 TL(
"The width of the bike lane that should be added as an additional lane"),
722 TL(
"The maximum speed allowed on the lane in m/s"),
723 toString(neteditOptions.getFloat(
"default.speed")));
730 TL(
"Lane width for all lanes of this type in meters (used for visualization)"),
749 TL(
"The name of a node within the nodes-file the edge shall start at"));
754 TL(
"The name of a node within the nodes-file the edge shall end at"));
759 TL(
"The maximum speed allowed on the edge in m/s"),
760 toString(neteditOptions.getFloat(
"default.speed")));
765 TL(
"The priority of the edge"),
766 toString(neteditOptions.getInt(
"default.priority")));
771 TL(
"The number of lanes of the edge"),
772 toString(neteditOptions.getInt(
"default.lanenumber")));
777 TL(
"The name of a type within the SUMO edge type file"));
784 TL(
"If the shape is given it should start and end with the positions of the from-node and to-node"));
789 TL(
"The length of the edge in meter"));
794 TL(
"The spreadType defines how to compute the lane geometry from the edge geometry (used for visualization)"),
801 TL(
"street name (does not need to be unique, used for visualization)"));
806 TL(
"Lane width for all lanes of this edge in meters (used for visualization)"),
812 TL(
"Move the stop line back from the intersection by the given amount"),
818 TL(
"Custom position in which shape start (by default position of junction from)"));
823 TL(
"Custom position in which shape end (by default position of junction from)"));
828 TL(
"Show if edge is bidirectional"),
840 TL(
"The stop offset as positive value in meters"),
846 TL(
"Specifies, for which vehicle classes the stopOffset does NOT apply."));
851 TL(
"Whether this edge is part of a roundabout"),
870 TL(
"The enumeration index of the lane (0 is the rightmost lane, <NUMBER_LANES>-1 is the leftmost one)"));
875 TL(
"Speed in meters per second"),
876 toString(neteditOptions.getFloat(
"default.speed")));
883 TL(
"Width in meters (used for visualization)"),
889 TL(
"Move the stop line back from the intersection by the given amount"),
895 TL(
"Enable or disable lane as acceleration lane"),
901 TL(
"If the shape is given it overrides the computation based on edge shape"));
906 TL(
"If given, this defines the opposite direction lane"));
911 TL(
"Permit changing left only for to the given vehicle classes"),
917 TL(
"Permit changing right only for to the given vehicle classes"),
923 TL(
"Lane type description (optional)"));
928 TL(
"The stop offset as positive value in meters"),
934 TL(
"Specifies, for which vehicle classes the stopOffset does NOT apply."));
952 TL(
"The (road) edges which are crossed"));
957 TL(
"Whether the pedestrians have priority over the vehicles (automatically set to true at tls-controlled intersections)"),
963 TL(
"The width of the crossings"),
969 TL(
"sets the tls-index for this crossing (-1 means automatic assignment)"),
975 TL(
"sets the opposite-direction tls-index for this crossing (-1 means not assigned)"),
981 TL(
"Overrides default shape of pedestrian crossing"));
999 TL(
"The width of the WalkingArea"),
1005 TL(
"The length of the WalkingArea in meter"));
1010 TL(
"Overrides default shape of pedestrian sidewalk"));
1027 TL(
"The ID of the edge the vehicles leave"));
1032 TL(
"The ID of the edge the vehicles may reach when leaving 'from'"));
1037 TL(
"the lane index of the incoming lane (numbers starting with 0)"));
1042 TL(
"the lane index of the outgoing lane (numbers starting with 0)"));
1047 TL(
"if set, vehicles which pass this (lane-2-lane) connection) will not wait"),
1053 TL(
"if set to false, vehicles which pass this (lane-2-lane) connection) will not worry about blocking the intersection"),
1059 TL(
"If set to a more than 0 value, an internal junction will be built at this position (in m)/n from the start of the internal lane for this connection"),
1065 TL(
"If set to true, This connection will not be TLS-controlled despite its node being controlled"),
1071 TL(
"Vision distance between vehicles"),
1077 TL(
"sets index of this connection within the controlling traffic light (-1 means automatic assignment)"),
1083 TL(
"sets index for the internal junction of this connection within the controlling traffic light (-1 means internal junction not controlled)"),
1091 TL(
"sets custom speed limit for the connection"),
1097 TL(
"sets custom length for the connection"),
1103 TL(
"sets custom shape for the connection"));
1108 TL(
"Permit changing left only for to the given vehicle classes"),
1114 TL(
"Permit changing right only for to the given vehicle classes"),
1120 TL(
"if set to true, vehicles will make a turn in 2 steps"),
1126 TL(
"set a custom edge type (for applying vClass-specific speed restrictions)"));
1132 TL(
"turning direction for this connection (computed)"));
1137 TL(
"link state for this connection (computed)"));
1167 {}, FXRGBA(240, 255, 205, 255));
1175 TL(
"Meant to be the names of the bus lines that stop at this bus stop. This is only used for visualization purposes"));
1180 TL(
"Larger numbers of persons trying to enter will create an upstream jam on the sidewalk"),
1186 TL(
"Optional space definition for vehicles that park at this stop"),
1199 {}, FXRGBA(240, 255, 205, 255));
1207 TL(
"Meant to be the names of the train lines that stop at this train stop. This is only used for visualization purposes"));
1212 TL(
"Larger numbers of persons trying to enter will create an upstream jam on the sidewalk"),
1218 TL(
"Optional space definition for vehicles that park at this stop"),
1243 TL(
"The walking length of the access in meters (default is geometric length)"),
1256 {}, FXRGBA(240, 255, 205, 255));
1264 TL(
"meant to be the names of the bus lines that stop at this container stop. This is only used for visualization purposes"));
1269 TL(
"Larger numbers of container trying to enter will create an upstream jam on the sidewalk"),
1275 TL(
"Optional space definition for vehicles that park at this stop"),
1288 {}, FXRGBA(240, 255, 205, 255));
1296 TL(
"Charging power in W"),
1302 TL(
"Charging efficiency [0,1]"),
1304 efficiency->setRange(0, 1);
1309 TL(
"Enable or disable charge in transit, i.e. vehicle must or must not to stop for charging"),
1315 TL(
"Time delay after the vehicles has reached / stopped on the charging station, before the energy transfer (charging) begins"),
1321 TL(
"Battery charging type"),
1328 TL(
"Waiting time before start charging"),
1334 TL(
"Parking area the charging station is located"));
1346 {}, FXRGBA(240, 255, 205, 255));
1354 TL(
"Lane position in that vehicle must depart when leaves parkingArea"));
1359 TL(
"Accepted badges to access this parkingArea"));
1364 TL(
" The number of parking spaces for road-side parking"),
1370 TL(
"If set, vehicles will park on the road lane and thereby reducing capacity"),
1376 TL(
"The width of the road-side parking spaces"),
1382 TL(
"The length of the road-side parking spaces. By default (endPos - startPos) / roadsideCapacity"),
1388 TL(
"Enable or disable lefthand position"),
1407 TL(
"The x-y-z position of the node on the plane in meters"));
1414 TL(
"The width of the road-side parking spaces"));
1419 TL(
"The length of the road-side parking spaces"));
1424 TL(
"The angle of the road-side parking spaces relative to the lane angle, positive means clockwise"));
1429 TL(
"The slope of the road-side parking spaces"),
1443 {}, FXRGBA(210, 233, 255, 255));
1475 {}, FXRGBA(210, 233, 255, 255));
1487 TL(
"The end position on the lane the detector shall be laid on in meters"));
1494 TL(
"The length of the detector in meters"),
1504 TL(
"The traffic light that triggers aggregation when switching"));
1519 TL(
"Show detector in sumo-gui"),
1532 {}, FXRGBA(210, 233, 255, 255));
1539 TL(
"The sequence of lane ids in which the detector shall be laid on"));
1546 TL(
"The end position on the lane the detector shall be laid on in meters"));
1555 TL(
"The traffic light that triggers aggregation when switching"));
1572 TL(
"Show detector in sumo-gui"),
1585 {}, FXRGBA(210, 233, 255, 255));
1592 TL(
"X-Y position of detector in editor (Only used in netedit)"),
1610 TL(
"If set to true, no error will be reported if vehicles leave the detector without first entering it"),
1618 TL(
"Whether no warning should be issued when a vehicle arrives within the detector area."),
1669 {}, FXRGBA(210, 233, 255, 255));
1699 {}, FXRGBA(210, 233, 255, 255));
1710 TL(
"The frequency in which to report the distribution"),
1718 TL(
"The time at which to start generating output"),
1733 {}, FXRGBA(210, 233, 255, 255));
1740 TL(
"List of Variable Speed Sign lanes"));
1745 TL(
"X-Y position of detector in editor (Only used in netedit)"),
1797 {}, FXRGBA(253, 255, 206, 255));
1810 TL(
"The aggregation interval in which to calibrate the flows. Default is step-length"),
1816 TL(
"The id of the routeProbe element from which to determine the route distribution for generated vehicles"));
1823 TL(
"A threshold value to detect and clear unexpected jamming"),
1838 {}, FXRGBA(253, 255, 206, 255));
1851 TL(
"The aggregation interval in which to calibrate the flows. Default is step-length"),
1857 TL(
"The id of the routeProbe element from which to determine the route distribution for generated vehicles"));
1864 TL(
"A threshold value to detect and clear unexpected jamming"),
1884 TL(
"First calibrator flow departure time"),
1890 TL(
"End of departure interval"),
1896 TL(
"The id of the vehicle type to use for this calibrator flow"),
1902 TL(
"The id of the route the vehicle shall drive along"));
1909 TL(
"Number of vehicles per hour, equally spaced"),
1915 TL(
"Vehicle's speed"),
1931 {}, FXRGBA(255, 213, 213, 255));
1939 TL(
"X,Y position in editor (Only used in netedit)"),
1945 TL(
"An edge id or a list of edge ids where vehicles shall be rerouted"));
1952 TL(
"The probability for vehicle rerouting (0-1)"),
1958 TL(
"The waiting time threshold (in s) that must be reached to activate rerouting (default -1 which disables the threshold)"),
1966 TL(
"Whether the router should be inactive initially (and switched on in the gui)"),
1972 TL(
"If rerouter is optional"),
2060 TL(
"SUMO Probability"),
2078 TL(
"ParkingArea ID"));
2084 TL(
"SUMO Probability"),
2090 TL(
"Enable or disable visibility for parking area reroutes"),
2114 TL(
"SUMO Probability"),
2127 {}, FXRGBA(253, 255, 206, 255));
2161 {}, FXRGBA(240, 255, 205, 255));
2168 TL(
"The shape of the polygon"));
2177 TL(
"An information whether the polygon shall be filled"),
2183 TL(
"The default line width for drawing an unfilled polygon"),
2189 TL(
"The layer in which the polygon lies"),
2195 TL(
"A typename for the polygon"),
2203 TL(
"Angle of rendered image in degree"),
2209 TL(
"Enable or disable GEO attributes"),
2215 TL(
"A custom geo shape for this polygon"));
2220 TL(
"Toggle close or open shape"));
2232 {}, FXRGBA(210, 233, 255, 255));
2239 TL(
"The position in view"));
2254 {}, FXRGBA(210, 233, 255, 255));
2267 TL(
"The lateral offset on the named lane at which the POI is located at"),
2283 {}, FXRGBA(210, 233, 255, 255));
2291 TL(
"The longitude position of the parking vehicle on the view"));
2296 TL(
"The latitude position of the parking vehicle on the view"));
2323 TL(
"The shape of the TAZ"));
2337 TL(
"An information whether the TAZ shall be filled"),
2343 TL(
"Use the edges within the shape"),
2345 edgesWithin->setAlternativeName(
TL(
"edges within"));
2364 TL(
"Depart weight associated to this Edge"),
2384 TL(
"Arrival weight associated to this Edge"),
2409 TL(
"X-Y position of detector in editor (Only used in netedit)"),
2415 TL(
"Voltage of at connection point for the overhead wire"),
2421 TL(
"Current limit of the feeder line"),
2440 TL(
"Substation to which the circuit is connected"));
2445 TL(
"List of consecutive lanes of the circuit"));
2450 TL(
"Starting position in the specified lane"),
2456 TL(
"Ending position in the specified lane"),
2457 "",
"INVALID_DOUBLE");
2464 TL(
"Inner lanes, where placing of overhead wire is restricted"));
2482 TL(
"ID of the overhead wire segment, to the start of which the overhead wire clamp is connected"));
2487 TL(
"ID of the overhead wire segment lane of overheadWireIDStartClamp"));
2492 TL(
"ID of the overhead wire segment, to the end of which the overhead wire clamp is connected"));
2497 TL(
"ID of the overhead wire segment lane of overheadWireIDEndClamp"));
2515 {}, FXRGBA(253, 255, 206, 255));
2522 TL(
"The shape of the walkable area"));
2529 TL(
"Enable or disable GEO attributes"),
2535 TL(
"A custom geo shape for this walkable area"));
2547 {}, FXRGBA(253, 255, 206, 255));
2554 TL(
"The shape of the obstacle"));
2561 TL(
"Enable or disable GEO attributes"),
2567 TL(
"A custom geo shape for this obstacle"));
2639 TL(
"Reference ID of route"));
2675 TL(
"Deterministic distribution"),
2696 TL(
"Reference ID of vType"));
2717 {}, FXRGBA(253, 255, 206, 255),
"trip (from-to edges)");
2725 TL(
"The id of the vehicle type to use for this trip"),
2731 TL(
"The ID of the edge the trip starts at"));
2736 TL(
"The ID of the edge the trip ends at"));
2741 TL(
"List of intermediate edge ids which shall be part of the trip"));
2758 {}, FXRGBA(255, 213, 213, 255),
"trip (from-to junctions)");
2766 TL(
"The id of the vehicle type to use for this trip"),
2772 TL(
"The name of the junction the trip starts at"));
2777 TL(
"The name of the junction the trip ends at"));
2794 {}, FXRGBA(240, 255, 205, 255),
"trip (from-to TAZs)");
2802 TL(
"The id of the vehicle type to use for this trip"),
2808 TL(
"The name of the TAZ the trip starts at"));
2813 TL(
"The name of the TAZ the trip ends at"));
2830 {}, FXRGBA(210, 233, 255, 255),
"vehicle (over route)");
2838 TL(
"The id of the vehicle type to use for this vehicle"),
2844 TL(
"The id of the route the vehicle shall drive along"));
2849 TL(
"The index of the edge within route the vehicle starts at"));
2854 TL(
"The index of the edge within route the vehicle ends at"));
2871 {}, FXRGBA(210, 233, 255, 255),
"vehicle (embedded route)");
2879 TL(
"The id of the vehicle type to use for this vehicle"),
2885 TL(
"The index of the edge within route the vehicle starts at"));
2890 TL(
"The index of the edge within route the vehicle ends at"));
2907 {}, FXRGBA(253, 255, 206, 255),
"flow (from-to edges)");
2915 TL(
"The id of the flow type to use for this flow"),
2921 TL(
"The ID of the edge the flow starts at"));
2926 TL(
"The ID of the edge the flow ends at"));
2931 TL(
"List of intermediate edge ids which shall be part of the flow"));
2949 {}, FXRGBA(255, 213, 213, 255),
"flow (from-to junctions)");
2957 TL(
"The id of the flow type to use for this flow"),
2963 TL(
"The name of the junction the flow starts at"));
2968 TL(
"The name of the junction the flow ends at"));
2986 {}, FXRGBA(240, 255, 205, 255),
"flow (from-to TAZs)");
2994 TL(
"The id of the flow type to use for this flow"),
3000 TL(
"The name of the TAZ the flow starts at"));
3005 TL(
"The name of the TAZ the flow ends at"));
3023 {}, FXRGBA(210, 233, 255, 255),
"flow (over route)");
3031 TL(
"The id of the flow type to use for this flow"),
3037 TL(
"The id of the route the flow shall drive along"));
3042 TL(
"The index of the edge within route the flow starts at"));
3047 TL(
"The index of the edge within route the flow ends at"));
3065 {}, FXRGBA(210, 233, 255, 255),
"flow (embedded route)");
3073 TL(
"The id of the flow type to use for this flow"),
3079 TL(
"The index of the edge within route the flow starts at"));
3084 TL(
"The index of the edge within route the flow ends at"));
3115 TL(
"The begin position on the lane (the lower position on the lane) in meters"));
3120 TL(
"The end position on the lane (the higher position on the lane) in meters, must be larger than startPos by more than 0.1m"));
3127 TL(
"The lateral offset on the named lane at which the vehicle must stop"));
3164 TL(
"BusStop associated with this stop"));
3184 TL(
"TrainStop associated with this stop"));
3204 TL(
"ContainerStop associated with this stop"));
3224 TL(
"ChargingStation associated with this stop"));
3244 TL(
"ParkingArea associated with this stop"));
3272 TL(
"The begin position on the lane (the lower position on the lane) in meters"));
3277 TL(
"The end position on the lane (the higher position on the lane) in meters, must be larger than startPos by more than 0.1m"));
3284 TL(
"The lateral offset on the named lane at which the vehicle must waypoint"));
3321 TL(
"BusWaypoint associated with this waypoint"));
3341 TL(
"TrainWaypoint associated with this waypoint"));
3361 TL(
"ContainerWaypoint associated with this waypoint"));
3381 TL(
"ChargingStation associated with this waypoint"));
3401 TL(
"ParkingArea associated with this waypoint"));
3497 const unsigned int color = FXRGBA(240, 255, 205, 255);
3507 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"edge")), parents, color);
3517 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"taz")), parents, color);
3527 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"junction")), parents, color);
3537 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"busStop")), parents, color);
3547 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
3557 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
3567 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
3577 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
3588 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"taz")), parents, color);
3598 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"taz")), parents, color);
3608 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"junction")), parents, color);
3618 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"busStop")), parents, color);
3628 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
3638 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
3648 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
3658 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
3669 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"edge")), parents, color);
3679 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"taz")), parents, color);
3689 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"junction")), parents, color);
3699 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"busStop")), parents, color);
3709 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
3719 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
3729 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
3739 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
3750 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"edge")), parents, color);
3760 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"taz")), parents, color);
3770 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"junction")), parents, color);
3780 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
3790 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
3800 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
3810 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
3820 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
3831 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
3841 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
3851 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
3861 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
3871 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
3881 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
3891 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
3901 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
3912 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
3922 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
3932 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
3942 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
3952 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
3962 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
3972 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
3982 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
3994 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
4004 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
4014 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
4024 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
4034 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
4044 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
4054 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
4064 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
4075 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
4085 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
4095 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
4105 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
4115 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
4125 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
4135 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
4145 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
4162 const unsigned int color = FXRGBA(210, 233, 255, 255);
4172 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"Tranship"),
TL(
"edges")), parents, color);
4183 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"edge")), parents, color);
4193 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"taz")), parents, color);
4203 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"junction")), parents, color);
4213 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"busStop")), parents, color);
4223 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
4233 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
4243 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
4253 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
4264 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"taz")), parents, color);
4274 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"taz")), parents, color);
4284 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"junction")), parents, color);
4294 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"busStop")), parents, color);
4304 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
4314 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
4324 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
4334 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
4345 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"edge")), parents, color);
4355 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"taz")), parents, color);
4365 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"junction")), parents, color);
4375 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"busStop")), parents, color);
4385 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
4395 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
4405 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
4415 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
4426 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"edge")), parents, color);
4436 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"taz")), parents, color);
4446 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"junction")), parents, color);
4456 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
4466 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
4476 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
4486 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
4496 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
4507 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
4517 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
4527 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
4537 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
4547 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
4557 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
4567 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
4577 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
4588 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
4598 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
4608 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
4618 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
4628 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
4638 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
4648 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
4658 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
4669 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
4679 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
4689 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
4699 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
4709 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
4719 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
4729 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
4739 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
4750 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
4760 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
4770 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
4780 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
4790 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
4800 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
4810 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
4820 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
4836 const unsigned int color = FXRGBA(255, 213, 213, 255);
4846 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"edge")), parents, color);
4857 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"busStop")), parents, color);
4868 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"trainStop")), parents, color);
4879 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"containerStop")), parents, color);
4889 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"chargingStation")), parents, color);
4900 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"parkingArea")), parents, color);
4918 const unsigned int color = FXRGBA(253, 255, 206, 255);
4928 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"edge")), parents, color);
4938 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"taz")), parents, color);
4948 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"junction")), parents, color);
4958 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"busStop")), parents, color);
4968 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
4978 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
4988 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
4998 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
5009 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"taz")), parents, color);
5019 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"taz")), parents, color);
5029 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"junction")), parents, color);
5039 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"busStop")), parents, color);
5049 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
5059 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
5069 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
5079 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
5090 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"edge")), parents, color);
5100 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"taz")), parents, color);
5110 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"junction")), parents, color);
5120 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"busStop")), parents, color);
5130 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
5140 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
5150 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
5160 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
5171 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"edge")), parents, color);
5181 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"taz")), parents, color);
5191 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"junction")), parents, color);
5201 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
5211 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
5221 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
5231 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
5241 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
5252 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
5262 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
5272 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
5282 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
5292 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
5302 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
5312 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
5322 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
5333 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
5343 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
5353 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
5363 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
5373 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
5383 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
5393 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
5403 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
5414 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
5424 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
5434 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
5444 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
5454 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
5464 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
5474 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
5484 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
5495 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
5505 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
5515 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
5525 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
5535 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
5545 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
5555 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
5565 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
5582 const unsigned int color = FXRGBA(240, 255, 205, 255);
5592 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"Walk"),
TL(
"edges")), parents, color);
5602 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"Walk"),
TL(
"route")), parents, color);
5613 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"edge")), parents, color);
5623 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"taz")), parents, color);
5633 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"junction")), parents, color);
5643 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"busStop")), parents, color);
5653 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
5663 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
5673 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
5683 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
5694 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"taz")), parents, color);
5704 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"taz")), parents, color);
5714 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"junction")), parents, color);
5724 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"busStop")), parents, color);
5734 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
5744 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
5754 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
5764 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
5775 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"edge")), parents, color);
5785 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"taz")), parents, color);
5795 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"junction")), parents, color);
5805 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"busStop")), parents, color);
5815 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
5825 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
5835 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
5845 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
5856 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"edge")), parents, color);
5866 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"taz")), parents, color);
5876 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"junction")), parents, color);
5886 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
5896 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
5906 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
5916 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
5926 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
5937 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
5947 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
5957 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
5967 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
5977 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
5987 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
5997 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
6007 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
6018 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
6028 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
6038 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
6048 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
6058 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
6068 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
6078 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
6088 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
6099 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
6109 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
6119 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
6129 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
6139 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
6149 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
6159 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
6169 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
6180 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
6190 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
6200 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
6210 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
6220 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
6230 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
6240 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
6250 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
6267 const unsigned int color = FXRGBA(253, 255, 206, 255);
6277 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"edge")), parents, color);
6287 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"taz")), parents, color);
6297 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"junction")), parents, color);
6307 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"busStop")), parents, color);
6317 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
6327 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
6337 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
6347 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
6358 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"taz")), parents, color);
6368 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"taz")), parents, color);
6378 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"junction")), parents, color);
6388 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"busStop")), parents, color);
6398 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
6408 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
6418 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
6428 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
6439 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"edge")), parents, color);
6449 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"taz")), parents, color);
6459 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"junction")), parents, color);
6469 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"busStop")), parents, color);
6479 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
6489 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
6499 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
6509 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
6520 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"edge")), parents, color);
6530 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"taz")), parents, color);
6540 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"junction")), parents, color);
6550 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
6560 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
6570 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
6580 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
6590 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
6601 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
6611 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
6621 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
6631 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
6641 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
6651 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
6661 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
6671 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
6682 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
6692 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
6702 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
6712 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
6722 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
6732 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
6742 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
6752 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
6763 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
6773 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
6783 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
6793 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
6803 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
6813 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
6823 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
6833 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
6844 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
6854 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
6864 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
6874 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
6884 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
6894 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
6904 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
6914 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
6930 const unsigned int color = FXRGBA(255, 213, 213, 255);
6940 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"edge")), parents, color);
6951 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"busStop")), parents, color);
6962 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"trainStop")), parents, color);
6973 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"containerStop")), parents, color);
6983 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"chargingStation")), parents, color);
6994 files, conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"parkingArea")), parents, color);
7011 TLF(
"Center view over element % after creation", tagProperties->
getTagStr()));
7020 TL(
"The path to the additional file"));
7027 TL(
"The path to the route file"));
7034 TL(
"The path to the data file"));
7041 TL(
"The path to the data file"));
7058 TL(
"Toggle front element"));
7063 TL(
"Toggle select element"),
7071 TL(
"Change element parent"));
7078 TL(
"Generic parameters (Format: key1=value1|key2=value2|..."));
7094 TL(
"The begin position on the lane (the lower position on the lane) in meters"),
7100 TL(
"The end position on the lane (the higher position on the lane) in meters, must be larger than startPos by more than 0.1m"),
7114 parkingAreaAngle ?
TL(
"The angle of the road-side parking spaces relative to the lane angle, positive means clockwise") :
7128 TL(
"Force size during creation"),
7130 forceSize->setAlternativeName(
TL(
"force size"));
7135 TLF(
"Reference position used for creating %", tagProperties->
getTagStr()));
7150 TL(
"A typename for the POI"),
7163 TL(
"The layer of the POI for drawing and selecting"),
7169 TL(
"Width of rendered image in meters"),
7175 TL(
"Height of rendered image in meters"),
7183 TL(
"Angle of rendered image in degree"),
7194 TL(
"The edges the vehicle shall drive along, given as their ids, separated using spaces"));
7201 TL(
"The number of times that the edges of this route shall be repeated"),
7207 TL(
"When defining a repeating route with stops and those stops use the until attribute,") + std::string(
"\n") +
7208 TL(
"the times will be shifted forward by 'cycleTime' on each repeat"),
7219 TL(
"An abstract vehicle class"),
7228 TL(
"The vehicle's netto-length (length) [m]"));
7233 TL(
"Empty space after leader [m]"));
7238 TL(
"The vehicle's maximum velocity [m/s]"));
7243 TL(
"The vehicle's expected multiplicator for lane speed limits (or a distribution specifier)"));
7248 TL(
"The vehicle's desired maximum velocity (interacts with speedFactor).") + std::string(
"\n") +
7249 TL(
"Applicable when no speed limit applies (bicycles, some motorways) [m/s]"));
7254 TL(
"An abstract emission class"));
7260 TL(
"How this vehicle is rendered"));
7266 TL(
"The vehicle's width [m] (only used for drawing)"),
7272 TL(
"The vehicle's height [m] (only used for drawing)"),
7278 TL(
"The parking badges assigned to the vehicle"));
7285 TL(
"The model used for changing lanes"),
7292 TL(
"The model used for car-following"),
7299 TL(
"The number of persons (excluding an autonomous driver) the vehicle can transport"));
7304 TL(
"The number of containers the vehicle can transport"));
7309 TL(
"The time required by a person to board the vehicle"),
7315 TL(
"The time required to load a container onto the vehicle"),
7321 TL(
"The preferred lateral alignment when using the sublane-model"),
7328 TL(
"The minimum lateral gap at a speed difference of 50km/h when using the sublane-model"),
7334 TL(
"The maximum lateral speed when using the sublane-model"),
7340 TL(
"The interval length for which vehicle performs its decision logic (acceleration and lane-changing)"),
7349 TL(
"3D model file for this class"));
7387 TL(
"The lane on which the vehicle shall be inserted"),
7393 TL(
"The position at which the vehicle shall enter the net"),
7399 TL(
"The speed with which the vehicle shall enter the network"),
7405 TL(
"The lane at which the vehicle shall leave the network"),
7411 TL(
"The position at which the vehicle shall leave the network"),
7417 TL(
"The speed with which the vehicle shall leave the network"),
7423 TL(
"A string specifying the id of a public transport line which can be used when specifying person rides"));
7428 TL(
"The number of occupied seats when the vehicle is inserted"),
7434 TL(
"The number of occupied container places when the vehicle is inserted"),
7440 TL(
"The lateral position on the departure lane at which the vehicle shall enter the net"),
7446 TL(
"The lateral position on the arrival lane at which the vehicle shall arrive"),
7452 TL(
"Insertion checks"),
7463 TL(
"First flow departure time"),
7469 TL(
"Criterion for flow termination"),
7476 TL(
"Criterion for flow spacing"),
7483 TL(
"End of departure interval"),
7489 TL(
"probability for emitting a flow each second") + std::string(
"\n") +
7490 TL(
"(not together with vehsPerHour or period)"),
7496 TL(
"Number of flows per hour, equally spaced") + std::string(
"\n") +
7497 TL(
"(not together with period or probability or poisson)"),
7503 TL(
"Insert equally spaced flows at that period") + std::string(
"\n") +
7504 TL(
"(not together with vehsPerHour or probability or poisson)"),
7510 TL(
"probability for emitting a flow each second") + std::string(
"\n") +
7511 TL(
"(not together with vehsPerHour or period or poisson)"),
7517 TL(
"Insert flow expected vehicles per second with poisson distributed insertion rate") + std::string(
"\n") +
7518 TL(
"(not together with period or vehsPerHour or probability)"),
7529 TL(
"The acceleration ability of vehicles of this type [m/s^2]"),
7535 TL(
"The deceleration ability of vehicles of this type [m/s^2]"),
7541 TL(
"The apparent deceleration of the vehicle as used by the standard model [m/s^2]"),
7547 TL(
"The maximal physically possible deceleration for the vehicle [m/s^2]"),
7555 TL(
"Car-following model parameter"),
7557 sigma->setRange(0, 1);
7562 TL(
"Car-following model parameter"),
7568 TL(
"SKRAUSSX parameter 1"));
7573 TL(
"SKRAUSSX parameter 2"));
7578 TL(
"SKRAUSSX parameter 3"));
7583 TL(
"SKRAUSSX parameter 4"));
7588 TL(
"SKRAUSSX parameter 5"));
7593 TL(
"EIDM Look ahead / preview parameter [s]"),
7599 TL(
"EIDM AP Reaction Time parameter [s]"),
7605 TL(
"EIDM Wiener Process parameter for the Driving Error [s]"),
7611 TL(
"EIDM Wiener Process parameter for the Estimation Error [s]"),
7617 TL(
"EIDM Coolness parameter of the Enhanced IDM [-]"),
7619 coolness->setRange(0, 1);
7624 TL(
"EIDM leader speed estimation error parameter [-]"),
7630 TL(
"EIDM gap estimation error parameter [-]"),
7636 TL(
"EIDM driving error parameter [-]"),
7642 TL(
"EIDM maximal jerk parameter [m/s^3]"),
7648 TL(
"EIDM maximal negative acceleration between two Action Points (threshold) [m/s^2]"),
7654 TL(
"EIDM Time parameter until vehicle reaches amax after startup/driveoff [s]"),
7660 TL(
"EIDM Flatness parameter of startup/driveoff curve [-]"),
7666 TL(
"EIDM Shift parameter of startup/driveoff curve [-]"),
7672 TL(
"EIDM parameter if model shall include vehicle dynamics into the acceleration calculation [0/1]"),
7678 TL(
"EIDM parameter how many vehicles are taken into the preview calculation of the driver (at least always 1!) [-]"),
7684 TL(
"Peter Wagner 2009 parameter"),
7690 TL(
"Peter Wagner 2009 parameter"),
7696 TL(
"IDMM parameter"),
7702 TL(
"IDMM parameter"),
7708 TL(
"W99 parameter"),
7714 TL(
"W99 parameter"),
7720 TL(
"W99 parameter"),
7726 TL(
"W99 parameter"),
7732 TL(
"W99 parameter"),
7738 TL(
"W99 parameter"),
7744 TL(
"W99 parameter"),
7750 TL(
"W99 parameter"),
7756 TL(
"W99 parameter"),
7762 TL(
"Wiedemann parameter"));
7767 TL(
"Wiedemann parameter"));
7772 TL(
"MinGap factor parameter"));
7782 TL(
"Kerner Phi parameter"));
7787 TL(
"IDM Delta parameter"));
7792 TL(
"IDM Stepping parameter"));
7809 TL(
"Minimum distance to pedestrians that are walking towards the conflict point with the ego vehicle."),
7815 TL(
"The accumulated waiting time after which a vehicle will drive onto an intersection even though this might cause jamming."),
7821 TL(
"This value causes vehicles to violate a yellow light if the duration of the yellow phase is lower than the given threshold."),
7827 TL(
"This value causes vehicles to violate a red light if the duration of the red phase is lower than the given threshold."),
7833 TL(
"This value causes vehicles affected by jmDriveAfterRedTime to slow down when violating a red light."),
7839 TL(
"This value causes vehicles to ignore foe vehicles that have right-of-way with the given probability."),
7845 TL(
"This value is used in conjunction with jmIgnoreFoeProb.") + std::string(
"\n") +
7846 TL(
"Only vehicles with a speed below or equal to the given value may be ignored."),
7852 TL(
"This value configures driving imperfection (dawdling) while passing a minor link."),
7858 TL(
"This value defines the minimum time gap when passing ahead of a prioritized vehicle. "),
7864 TL(
"Willingess of drivers to impede vehicles with higher priority"),
7875 TL(
"The eagerness for performing strategic lane changing. Higher values result in earlier lane-changing."),
7881 TL(
"The willingness for performing cooperative lane changing. Lower values result in reduced cooperation."),
7887 TL(
"The eagerness for performing lane changing to gain speed. Higher values result in more lane-changing."),
7893 TL(
"The eagerness for following the obligation to keep right. Higher values result in earlier lane-changing."),
7899 TL(
"The eagerness for using the configured lateral alignment within the lane.") + std::string(
"\n") +
7900 TL(
"Higher values result in increased willingness to sacrifice speed for alignment."),
7906 TL(
"The eagerness for overtaking through the opposite-direction lane. Higher values result in more lane-changing."),
7912 TL(
"Willingness to encroach laterally on other drivers."),
7918 TL(
"Minimum lateral gap when encroaching laterally on other drives (alternative way to define lcPushy)"),
7924 TL(
"Willingness to accept lower front and rear gaps on the target lane."),
7930 TL(
"Dynamic factor for modifying lcAssertive and lcPushy."),
7936 TL(
"Time to reach maximum impatience (of 1). Impatience grows whenever a lane-change manoeuvre is blocked."),
7942 TL(
"Maximum lateral acceleration per second."),
7948 TL(
"Factor for configuring the strategic lookahead distance when a change to the left is necessary (relative to right lookahead)."),
7954 TL(
"Factor for configuring the threshold asymmetry when changing to the left or to the right for speed gain."),
7960 TL(
"Upper bound on lateral speed when standing."),
7966 TL(
"Upper bound on lateral speed while moving computed as lcMaxSpeedLatStanding + lcMaxSpeedLatFactor * getSpeed()"),
7972 TL(
"Distance to an upcoming turn on the vehicles route, below which the alignment") + std::string(
"\n") +
7973 TL(
"should be dynamically adapted to match the turn direction."),
7979 TL(
"The probability for violating rules gainst overtaking on the right."),
7985 TL(
"Time threshold for the willingness to change right."),
7991 TL(
"Speed difference factor for the eagerness of overtaking a neighbor vehicle before changing lanes (threshold = factor*speedlimit)."),
7993 factor->setRange(-1, 1);
8006 TL(
"The id of the person type to use for this person"),
8014 TL(
"The position at which the person shall enter the net"),
8027 TL(
"The id of the container type to use for this container"),
8035 TL(
"The position at which the container shall enter the net"),
8046 TL(
"Minimum duration for stopping"),
8048 duration->setDefaultActivated(
true);
8053 TL(
"The time step at which the route continues"),
8059 TL(
"If set to a non-negative time value, then the stop duration can be extended at most by the extension value in seconds"),
8066 TL(
"Whether a person or container or both may end the stop"),
8068 triggered->setDiscreteValues({
"false",
"person",
"container",
"join"});
8073 TL(
"List of elements that must board the vehicle before it may continue"));
8078 TL(
"Joins this train to another upon reaching the stop"));
8084 TL(
"List of elements that can board the vehicle before it may continue"));
8089 TL(
"Whether the vehicle stops on the road or beside"),
8091 parking->setDiscreteValues({
"true",
"false",
"opportunistic"});
8096 TL(
"Activity displayed for stopped person in GUI and output files"));
8101 TL(
"Parameter to be applied to the vehicle to track the trip id within a cyclical public transport route"));
8106 TL(
"New line attribute to be set on the vehicle when reaching this stop (for cyclical public transport route)"));
8112 TL(
"Speed to be kept while driving between startPos and endPos"),
8118 TL(
"Whether the stop may be skipped if no passengers wants to embark or disembark"),
8125 TL(
"transfer time if there shall be a jump from this stop to the next route edge"),
8131 TL(
"Splits the train upon reaching the stop"));
8143 TL(
"list of consecutive edges"));
8148 TL(
"Arrival position on the last edge"),
8160 TL(
"Arrival position on the destination edge"),
8170 TL(
"The end position on the lane (the higher position on the lane) in meters, must be larger than startPos by more than 0.1m"));
8182 TL(
"Train stop ID"));
8188 TL(
"Container stop ID"));
8194 TL(
"Charging station ID"));
8200 TL(
"Parking area ID"));
8207 TL(
"Edge start ID"));
8213 TL(
"TAZ start ID"));
8219 TL(
"Junction start ID"));
8225 TL(
"BusStop start ID"));
8231 TL(
"TrainStop start ID"));
8237 TL(
"ContainerStop start ID"));
8243 TL(
"ChargingStation start ID"));
8249 TL(
"ParkingArea start ID"));
8263 TL(
"The position at which the tranship shall enter the net"),
8269 TL(
"arrival position on the destination edge"),
8282 TL(
"Junction end ID"));
8288 TL(
"BusStop end ID"));
8294 TL(
"TrainStop end ID"));
8300 TL(
"ContainerStop end ID"));
8306 TL(
"ChargingStation end ID"));
8312 TL(
"ParkingArea end ID"));
8325 TL(
"List of possible traffic modes. Walking is always possible regardless of this value"));
8330 TL(
"list of vehicle alternatives to take for the person trip"));
8341 TL(
"id of the travel group. Persons with the same group may share a taxi ride"));
8351 TLF(
"speed of the person for this % in m/s (not together with duration)", tagProperties->
getTagStr()),
8357 TL(
"duration of the plan in second (not together with speed)"),
8368 TL(
"list of vehicle alternatives to take for the ride"));
8373 TL(
"id of the travel group. Persons with the same group may share a taxi ride"));
8382 TL(
"list of vehicle alternatives to take for the transport"));
8387 TL(
"id of the travel group. Persons with the same group may share a taxi ride"));
8397 TL(
"speed of the person for this tranship in m/s (not together with duration)"),
8403 TL(
"duration of the plan in second (not together with speed)"),
8414 TL(
"Minimum duration for stopping"),
8416 duration->setDefaultActivated(
true);
8421 TL(
"The time step at which the route continues"),
8427 TL(
"Activity displayed for stopped person in GUI and output files "));
8473 TL(
"Data interval begin time"),
8479 TL(
"Data interval end time"),
8509 TL(
"The ID of the edge the edgeRel starts at"));
8514 TL(
"The ID of the edge the edgeRel ends at"));
8532 TL(
"The name of the TAZ the TAZRel starts at"));
8537 TL(
"The name of the TAZ the TAZRel ends at"));
8580 TL(
"Type of data generated by this mean data"),
8587 TL(
"The aggregation period the values the detector collects shall be summed up"),
8593 TL(
"The time to start writing. If not given, the simulation's begin is used."),
8599 TL(
"The time to end writing. If not given the simulation's end is used."),
8605 TL(
"If set to true, edges/lanes which were not used by a vehicle during this period will not be written"),
8612 TL(
"If set, junction internal edges/lanes will be written as well"),
8618 TL(
"The maximum travel time in seconds to write if only very small movements occur"),
8624 TL(
"Consider an edge/lane unused if it has at most this many sampled seconds"),
8630 TL(
"The maximum speed to consider a vehicle halting;"),
8636 TL(
"space separated list of vehicle type ids to consider"));
8641 TL(
"whether aggregation should be performed over all vehicles that entered the edge/lane in the aggregation interval"),
8649 TL(
"List of attribute names that shall be written"));
8654 TL(
"Restrict output to the given list of edge ids"));
8659 TL(
"Restrict output to the given list of edges given in file"));
8665 TL(
"Whether the traffic statistic of all edges shall be aggregated into a single value"),
8691 TLF(
"Optional name for %", tagProperties->
getTagStr()));
8702 TL(
"The id of an edge in the simulation network"));
8708 TL(
"The id of an edge in the simulation network"));
8719 TLF(
"The name of the lane the % shall be located at", tagProperties->
getTagStr()));
8725 TLF(
"The name of the lane the % shall be located at", tagProperties->
getTagStr()));
8735 TL(
"If set, no error will be reported if element is placed behind the lane.") + std::string(
"\n") +
8736 TL(
"Instead, it will be placed 0.1 meters from the lanes end or at position 0.1,") + std::string(
"\n") +
8737 TL(
"if the position was negative and larger than the lanes length after multiplication with - 1"),
8747 TL(
"Space separated list of vehicle type ids to consider"));
8756 TL(
"The path to the output file"));
8766 TL(
"Path to the output file for writing information"));
8778 TLF(
"A bitmap to use for rendering this %", tagProperties->
getTagStr()));
8783 TLF(
"A bitmap to use for rendering this %", tagProperties->
getTagStr()));
8794 TLF(
"The departure time of the (first) % which is generated using this trip definition", tagProperties->
getTagStr()),
8804 TL(
"Explicitly allows the given vehicle classes (not given will be not allowed)"),
8810 TL(
"Explicitly disallows the given vehicle classes (not given will be allowed)"));
8819 TLF(
"The position on the lane the % shall be laid on in meters", tagProperties->
getTagStr()),
8829 TL(
"Detect persons instead of vehicles (pedestrians or passengers)"),
8840 TLF(
"The RGBA color with which the % shall be displayed", tagProperties->
getTagStr()),
8850 TLF(
"The aggregation period the values the % detector collects shall be summed up", tagProperties->
getTagStr()),
8860 TL(
"List of edge ids that must all be part of the future route of the vehicle to qualify for detection"));
8869 TL(
"The time-based threshold that describes how much time has to pass until a vehicle is recognized as halting)"),
8875 TL(
"The speed-based threshold that describes how slow a vehicle has to be to be recognized as halting) in m/s"),
8881 TL(
"The maximum distance to the next standing vehicle in order to make this vehicle count as a participant to the jam in m"),
8893 TL(
"The probability when being added to a distribution"),
8899 TL(
"The probability when being added to a distribution"));
8907 int basicEditableAttributes = 0;
8908 int geoAttributes = 0;
8909 int flowAttributes = 0;
8910 int neteditAttributes = 0;
8911 for (
const auto& attributeProperty : tagPropertyItem.second->getAttributeProperties()) {
8912 if (attributeProperty->isCreateMode() || attributeProperty->isEditMode()) {
8913 if (attributeProperty->isBasicEditor()) {
8914 basicEditableAttributes++;
8916 if (attributeProperty->isGeoEditor()) {
8919 if (attributeProperty->isFlowEditor()) {
8922 if (attributeProperty->isNeteditEditor()) {
8923 neteditAttributes++;
8946 const int hierarchySize = (int)tagPropertyItem.second->getHierarchicalParentsRecuersively().size();
@ GLO_EDGERELDATA
edge relation data
@ GLO_DET_EXIT
a DetExit detector
@ GLO_TAZRELDATA
TAZ relation data.
@ GLO_WALKINGAREA
a walkingArea
@ GLO_JPS_WALKABLEAREA
walkable area
@ GLO_ROUTE_EMBEDDED
a route
@ GLO_REROUTER_DESTPROBREROUTE
a destination probability reroute
@ GLO_E2DETECTOR
a E2 detector
@ GLO_DET_ENTRY
a DetEntry detector
@ GLO_TRANSHIP
a container tranship
@ GLO_ROUTEPROBE
a RouteProbe
@ GLO_E1DETECTOR
a E1 detector
@ GLO_STOP_PLAN
a stop plan stop
@ GLO_VAPORIZER
a Vaporizer
@ GLO_ROUTEFLOW
a routeFlow
@ GLO_CONTAINER_STOP
a containerStop
@ GLO_CALIBRATOR_FLOW
a calibrator flow
@ GLO_CALIBRATOR
a calibrator
@ GLO_TRAIN_STOP
a trainStop
@ GLO_CHARGING_STATION
a chargingStation
@ GLO_EDGETYPE
an edgeType
@ GLO_PARKING_AREA
a ParkingArea
@ GLO_VSS_STEP
a Variable Speed Sign step
@ GLO_DATAINTERVAL
data interval
@ GLO_TAZ
Traffic Assignment Zones (TAZs)
@ GLO_CONTAINER
a container
@ GLO_JPS_OBSTACLE
obstacles
@ GLO_CONNECTION
a connection
@ GLO_REROUTER_PARKINGAREAREROUTE
a parking area reroute
@ GLO_VTYPE_DISTRIBUTION
vtype distribution
@ GLO_PERSONTRIP
a person trip
@ GLO_TRANSPORT
a container transport
@ GLO_DET_ENTRYEXIT
a DetExit detector
@ GLO_POI
poi (over view, geo and lane)
@ GLO_REROUTER_CLOSINGLANEREROUTE
a closing lane reroute
@ GLO_OVERHEAD_WIRE_SEGMENT
a segment of an overhead line
@ GLO_REROUTER_CLOSINGREROUTE
a closing reroute
@ GLO_PARKING_SPACE
a ParkingSpace
@ GLO_CONTAINERFLOW
a person flow
@ GLO_PERSONFLOW
a person flow
@ GLO_E1DETECTOR_INSTANT
a E1 detector
@ GLO_REROUTER_INTERVAL
a rerouter interval
@ GLO_REROUTER_ROUTEPROBREROUTE
a route probability reroute
@ GLO_TRACTIONSUBSTATION
a segment of an overhead line
@ GLO_ROUTE_DISTRIBUTION
route distribution
@ GLO_VSS
a Variable Speed Sign
GUIIcon
An enumeration of icons used by the gui applications.
const int VTYPEPARS_DEFAULT_EMERGENCYDECEL_DEFAULT
StringBijection< SUMOVehicleShape > SumoVehicleShapeStrings(sumoVehicleShapeStringInitializer, SUMOVehicleShape::UNKNOWN, false)
StringBijection< SUMOVehicleClass > SumoVehicleClassStrings(sumoVehicleClassStringInitializer, SVC_CUSTOM2, false)
const double DEFAULT_VEH_PROB
const std::string DEFAULT_VTYPE_ID
const std::string DEFAULT_CONTAINERTYPE_ID
@ SVC_IGNORING
vehicles ignoring classes
SumoXMLTag
Numbers representing SUMO-XML - element names.
@ GNE_TAG_RIDE_CHARGINGSTATION_CHARGINGSTATION
@ GNE_TAG_TRIP_JUNCTIONS
a trip between junctions
@ SUMO_TAG_TRACTION_SUBSTATION
A traction substation.
@ GNE_TAG_TRANSHIP_TAZ_TAZ
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_TRAINSTOP
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_BUSSTOP
@ GNE_TAG_TRANSHIP_PARKINGAREA_BUSSTOP
@ GNE_TAG_TRANSPORT_TAZ_CONTAINERSTOP
@ GNE_TAG_TRANSHIP_PARKINGAREA_CHARGINGSTATION
@ GNE_TAG_WALK_BUSSTOP_BUSSTOP
@ GNE_TAG_TRANSPORT_JUNCTION_CHARGINGSTATION
@ GNE_TAG_TRIP_TAZS
a single trip definition that uses TAZs
@ GNE_TAG_TRANSHIP_JUNCTION_EDGE
@ GNE_TAG_PERSONTRIP_EDGE_EDGE
@ GNE_TAG_PERSONTRIP_TAZ_EDGE
@ GNE_TAG_TRANSHIP_JUNCTION_CONTAINERSTOP
@ GNE_TAG_PERSONTRIP_EDGE_CONTAINERSTOP
@ GNE_TAG_VTYPEREF
reference to a vType (used in VType distributions)
@ GNE_TAG_WALK_PARKINGAREA_CHARGINGSTATION
@ SUMO_TAG_INTERVAL
an aggreagated-output interval
@ GNE_TAG_WALK_CHARGINGSTATION_JUNCTION
@ GNE_TAG_RIDE_CHARGINGSTATION_TAZ
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_TAZ
@ SUMO_TAG_CLOSING_REROUTE
reroute of type closing
@ GNE_TAG_RIDE_CONTAINERSTOP_BUSSTOP
@ GNE_TAG_TRANSPORT_BUSSTOP_JUNCTION
@ GNE_TAG_RIDE_BUSSTOP_BUSSTOP
@ GNE_TAG_WALK_PARKINGAREA_CONTAINERSTOP
@ GNE_TAG_PERSONTRIP_TAZ_CONTAINERSTOP
@ SUMO_TAG_NET
root element of a network file
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_BUSSTOP
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_TRAINSTOP
@ GNE_TAG_PERSONTRIP_EDGE_JUNCTION
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_JUNCTION
@ GNE_TAG_TRANSHIP_TRAINSTOP_CHARGINGSTATION
@ GNE_TAG_RIDE_CONTAINERSTOP_CONTAINERSTOP
@ SUMO_TAG_REROUTER
A rerouter.
@ GNE_TAG_TRANSHIP_TRAINSTOP_EDGE
@ SUMO_TAG_EDGEREL
a relation between two edges
@ GNE_TAG_WAYPOINT_PARKINGAREA
@ GNE_TAG_WALK_TAZ_BUSSTOP
@ GNE_TAG_PERSONTRIP_EDGE_PARKINGAREA
@ GNE_TAG_PERSONTRIP_TRAINSTOP_EDGE
@ GNE_TAG_PERSONTRIP_TRAINSTOP_CONTAINERSTOP
@ GNE_TAG_MULTI_LANE_AREA_DETECTOR
an e2 detector over multiple lanes (placed here due create Additional Frame)
@ GNE_TAG_PERSONTRIP_PARKINGAREA_TRAINSTOP
@ GNE_TAG_STOPCONTAINER_TRAINSTOP
@ GNE_TAG_RIDE_JUNCTION_BUSSTOP
@ GNE_TAG_RIDE_PARKINGAREA_CONTAINERSTOP
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_PARKINGAREA
@ GNE_TAG_PERSONTRIP_TRAINSTOP_PARKINGAREA
@ GNE_TAG_TRANSPORT_TAZ_PARKINGAREA
@ SUMO_TAG_ROUTEPROBE
a routeprobe detector
@ GNE_TAG_PERSONTRIP_TAZ_CHARGINGSTATION
@ GNE_TAG_RIDE_CONTAINERSTOP_EDGE
@ GNE_TAG_STOP_PARKINGAREA
stop placed over a parking area
@ GNE_TAG_TRANSHIP_TAZ_EDGE
@ GNE_TAG_WALK_BUSSTOP_CHARGINGSTATION
@ GNE_TAG_PERSONTRIP_BUSSTOP_EDGE
@ GNE_TAG_WALK_TRAINSTOP_CHARGINGSTATION
@ SUMO_TAG_TAZ
a traffic assignment zone
@ GNE_TAG_WALK_PARKINGAREA_TRAINSTOP
@ GNE_TAG_WALK_PARKINGAREA_PARKINGAREA
@ GNE_TAG_TRANSPORT_EDGE_TRAINSTOP
@ GNE_TAG_WALK_BUSSTOP_TRAINSTOP
@ GNE_TAG_TRANSHIP_EDGE_CHARGINGSTATION
@ GNE_TAG_PERSONTRIP_TAZ_TRAINSTOP
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_TAZ
@ GNE_TAG_WALK_TAZ_CONTAINERSTOP
@ GNE_TAG_WALK_PARKINGAREA_JUNCTION
@ GNE_TAG_WALK_CONTAINERSTOP_EDGE
@ SUMO_TAG_CHARGING_STATION
A Charging Station.
@ GNE_TAG_TRANSHIP_JUNCTION_BUSSTOP
@ GNE_TAG_PERSONTRIP_EDGE_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_EDGE_PARKINGAREA
@ GNE_TAG_TRANSPORT_TRAINSTOP_JUNCTION
@ GNE_TAG_TRANSHIP_PARKINGAREA_JUNCTION
@ SUMO_TAG_VTYPE
description of a vehicle/person/container type
@ GNE_TAG_TRANSHIP_BUSSTOP_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_TAZ_TRAINSTOP
@ SUMO_TAG_ACCESS
An access point for a train stop.
@ GNE_TAG_WALK_EDGE_PARKINGAREA
@ GNE_TAG_TRANSPORT_EDGE_BUSSTOP
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_EDGE
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_PARKINGAREA
@ GNE_TAG_WALK_PARKINGAREA_EDGE
@ GNE_TAG_TRANSHIP_EDGE_EDGE
@ GNE_TAG_RIDE_TRAINSTOP_JUNCTION
@ GNE_TAG_RIDE_TRAINSTOP_CONTAINERSTOP
@ GNE_TAG_TRANSPORT_JUNCTION_PARKINGAREA
@ SUMO_TAG_CONTAINER_STOP
A container stop.
@ GNE_TAG_STOP_BUSSTOP
stop placed over a busStop
@ GNE_TAG_RIDE_CHARGINGSTATION_EDGE
@ GNE_TAG_RIDE_CHARGINGSTATION_CONTAINERSTOP
@ GNE_TAG_WALK_CONTAINERSTOP_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_PARKINGAREA_CONTAINERSTOP
@ SUMO_TAG_PARKING_AREA_REROUTE
entry for an alternative parking zone
@ GNE_TAG_TRANSPORT_TRAINSTOP_TAZ
@ GNE_TAG_WALK_BUSSTOP_JUNCTION
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_TRAINSTOP
@ SUMO_TAG_ROOTFILE
root file
@ GNE_TAG_TRANSHIP_EDGE_CONTAINERSTOP
@ GNE_TAG_WALK_CONTAINERSTOP_JUNCTION
@ GNE_TAG_TRANSPORT_PARKINGAREA_PARKINGAREA
@ GNE_TAG_RIDE_EDGE_JUNCTION
@ GNE_TAG_WAYPOINT_TRAINSTOP
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_TRAINSTOP
@ GNE_TAG_TRANSPORT_TRAINSTOP_TRAINSTOP
@ GNE_TAG_RIDE_PARKINGAREA_TAZ
@ GNE_TAG_WALK_CHARGINGSTATION_TRAINSTOP
@ GNE_TAG_PERSONTRIP_BUSSTOP_CONTAINERSTOP
@ SUMO_TAG_TAZSINK
a sink within a district (connection road)
@ GNE_TAG_TRANSPORT_TRAINSTOP_CONTAINERSTOP
@ GNE_TAG_WAYPOINT_CONTAINERSTOP
@ GNE_TAG_PERSONTRIP_PARKINGAREA_TAZ
@ GNE_TAG_STOPCONTAINER_EDGE
@ GNE_TAG_WAYPOINT_BUSSTOP
@ GNE_TAG_WALK_TRAINSTOP_TAZ
@ GNE_TAG_PERSONTRIP_PARKINGAREA_JUNCTION
@ GNE_TAG_TRANSPORT_JUNCTION_BUSSTOP
@ SUMO_TAG_BUS_STOP
A bus stop.
@ SUMO_TAG_POI
begin/end of the description of a Point of interest
@ GNE_TAG_TRANSHIP_JUNCTION_PARKINGAREA
@ GNE_TAG_STOPCONTAINER_PARKINGAREA
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_TRAINSTOP
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_CONTAINERSTOP
@ GNE_TAG_WAYPOINT_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_TRAINSTOP_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_PARKINGAREA_CONTAINERSTOP
@ GNE_TAG_STOPPERSON_BUSSTOP
@ GNE_TAG_INTERNAL_LANE
internal lane
@ GNE_TAG_TRANSPORT_BUSSTOP_CONTAINERSTOP
@ SUMO_TAG_STOP
stop for vehicles
@ GNE_TAG_PERSONTRIP_BUSSTOP_TRAINSTOP
@ SUMO_TAG_MEANDATA_LANE
a lane based mean data detector
@ GNE_TAG_RIDE_PARKINGAREA_BUSSTOP
@ SUMO_TAG_STEP
trigger: a step description
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_TAZ
@ GNE_TAG_RIDE_TAZ_TRAINSTOP
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_EDGE
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_PARKINGAREA
@ GNE_TAG_PERSONTRIP_JUNCTION_BUSSTOP
@ GNE_TAG_TRANSHIP_BUSSTOP_CONTAINERSTOP
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_BUSSTOP
@ SUMO_TAG_VEHICLE
description of a vehicle
@ GNE_TAG_TRANSPORT_PARKINGAREA_EDGE
@ GNE_TAG_FLOW_ROUTE
a flow definition using a route instead of a from-to edges route
@ GNE_TAG_PERSONTRIP_TRAINSTOP_TAZ
@ SUMO_TAG_ROUTE_DISTRIBUTION
distribution of a route
@ GNE_TAG_RIDE_PARKINGAREA_JUNCTION
@ GNE_TAG_TRANSHIP_PARKINGAREA_TRAINSTOP
@ GNE_TAG_RIDE_JUNCTION_JUNCTION
@ GNE_TAG_WALK_BUSSTOP_CONTAINERSTOP
@ GNE_TAG_RIDE_BUSSTOP_TAZ
@ GNE_TAG_PERSONTRIP_TAZ_PARKINGAREA
@ GNE_TAG_TRANSHIP_BUSSTOP_JUNCTION
@ GNE_TAG_RIDE_JUNCTION_PARKINGAREA
@ SUMO_TAG_OVERHEAD_WIRE_CLAMP
An overhead wire clamp (connection of wires in opposite directions)
@ GNE_TAG_TRANSPORT_EDGE_TAZ
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_PARKINGAREA
@ GNE_TAG_WALK_JUNCTION_PARKINGAREA
@ GNE_TAG_TRANSHIP_EDGE_TAZ
@ GNE_TAG_RIDE_TRAINSTOP_TAZ
@ GNE_TAG_RIDE_TRAINSTOP_CHARGINGSTATION
@ GNE_TAG_WALK_CHARGINGSTATION_BUSSTOP
@ GNE_TAG_PERSONTRIP_JUNCTION_TRAINSTOP
@ GNE_TAG_VSS_SYMBOL
VSS Symbol.
@ GNE_TAG_RIDE_JUNCTION_TRAINSTOP
@ GNE_TAG_WALK_CONTAINERSTOP_TAZ
@ GNE_TAG_FLOW_JUNCTIONS
a flow between junctions
@ GNE_TAG_PERSONTRIP_TRAINSTOP_BUSSTOP
@ GNE_TAG_TRANSHIP_BUSSTOP_EDGE
@ GNE_TAG_TRANSHIP_TRAINSTOP_JUNCTION
@ GNE_TAG_POIGEO
Point of interest over view with GEO attributes.
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_EDGE_JUNCTION
@ GNE_TAG_PERSONTRIP_BUSSTOP_JUNCTION
@ SUMO_TAG_LANETYPE
lane type
@ GNE_TAG_TRANSHIP_TAZ_TRAINSTOP
@ GNE_TAG_STOP_CONTAINERSTOP
stop placed over a containerStop
@ GNE_TAG_WALK_JUNCTION_CONTAINERSTOP
@ GNE_TAG_STOPCONTAINER_CONTAINERSTOP
@ GNE_TAG_FLOW_WITHROUTE
description of a vehicle with an embedded route
@ GNE_TAG_RIDE_TAZ_CONTAINERSTOP
@ GNE_TAG_RIDE_BUSSTOP_TRAINSTOP
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_EDGE
@ SUMO_TAG_FLOW
a flow definition using from and to edges or a route
@ GNE_TAG_PERSONTRIP_EDGE_TRAINSTOP
@ GNE_TAG_RIDE_BUSSTOP_EDGE
@ GNE_TAG_RIDE_TRAINSTOP_BUSSTOP
@ SUMO_TAG_CONNECTION
connectioon between two lanes
@ SUMO_TAG_PARKING_AREA
A parking area.
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_TAZ
@ GNE_TAG_WALK_TRAINSTOP_EDGE
@ GNE_TAG_PERSONTRIP_PARKINGAREA_EDGE
@ GNE_TAG_TRANSPORT_BUSSTOP_CHARGINGSTATION
@ GNE_TAG_RIDE_JUNCTION_CONTAINERSTOP
@ GNE_TAG_TRANSPORT_PARKINGAREA_TAZ
@ GNE_TAG_PERSONTRIP_PARKINGAREA_CONTAINERSTOP
@ SUMO_TAG_WALKINGAREA
walking area for pedestrians
@ GNE_TAG_PERSONTRIP_TRAINSTOP_TRAINSTOP
@ GNE_TAG_TRANSPORT_EDGE_EDGE
@ GNE_TAG_WALK_EDGE_TRAINSTOP
@ GNE_TAG_WALK_TAZ_CHARGINGSTATION
@ SUMO_TAG_ROUTE_PROB_REROUTE
probability of route of a reroute
@ GNE_TAG_FLOW_TAZS
a flow between TAZs
@ GNE_TAG_CALIBRATOR_LANE
A calibrator placed over lane.
@ GNE_TAG_TRANSPORT_EDGE_CONTAINERSTOP
@ GNE_TAG_STOPCONTAINER_BUSSTOP
@ GNE_TAG_WALK_JUNCTION_TAZ
@ SUMO_TAG_DET_ENTRY
an e3 entry point
@ GNE_TAG_WALK_JUNCTION_CHARGINGSTATION
@ GNE_TAG_WALK_CHARGINGSTATION_TAZ
@ GNE_TAG_PERSONTRIP_TAZ_BUSSTOP
@ GNE_TAG_RIDE_PARKINGAREA_CHARGINGSTATION
@ GNE_TAG_RIDE_BUSSTOP_JUNCTION
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_JUNCTION
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_CHARGINGSTATION
@ GNE_TAG_WALK_JUNCTION_JUNCTION
@ SUMO_TAG_VIEWSETTINGS_ADDITIONALS
@ SUMO_TAG_PARKING_SPACE
A parking space for a single vehicle within a parking area.
@ GNE_TAG_TRANSPORT_BUSSTOP_TAZ
@ GNE_TAG_RIDE_JUNCTION_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_PARKINGAREA_TRAINSTOP
@ SUMO_TAG_JUNCTION
begin/end of the description of a junction
@ GNE_TAG_TRANSHIP_PARKINGAREA_TAZ
@ SUMO_TAG_CROSSING
crossing between edges for pedestrians
@ GNE_TAG_TRANSHIP_PARKINGAREA_PARKINGAREA
@ GNE_TAG_WALK_CONTAINERSTOP_PARKINGAREA
@ GNE_TAG_TRANSHIP_TAZ_PARKINGAREA
@ GNE_TAG_PERSONTRIP_TAZ_TAZ
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_JUNCTION
@ GNE_TAG_TRANSHIP_TAZ_BUSSTOP
@ GNE_TAG_TRANSPORT_TAZ_EDGE
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_CHARGINGSTATION
@ SUMO_TAG_VIEWSETTINGS_VEHICLES
@ SUMO_TAG_ROUTE
description of a route
@ GNE_TAG_RIDE_EDGE_CHARGINGSTATION
@ SUMO_TAG_MEANDATA_EDGE
an edge based mean data detector
@ GNE_TAG_TRANSPORT_TAZ_TAZ
@ SUMO_TAG_POLY
begin/end of the description of a polygon
@ SUMO_TAG_OVERHEAD_WIRE_SECTION
An overhead wire section.
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_EDGE
@ GNE_TAG_PERSONTRIP_EDGE_BUSSTOP
@ GNE_TAG_TRANSPORT_EDGE_JUNCTION
@ GNE_TAG_WALK_CHARGINGSTATION_CONTAINERSTOP
@ GNE_TAG_TRANSPORT_TAZ_BUSSTOP
@ GNE_TAG_WALK_BUSSTOP_PARKINGAREA
@ GNE_TAG_WALK_CHARGINGSTATION_PARKINGAREA
@ GNE_TAG_TRANSPORT_JUNCTION_JUNCTION
@ GNE_TAG_SUPERMODE_NETWORK
@ GNE_TAG_PERSONTRIP_CHARGINGSTATION_CONTAINERSTOP
@ GNE_TAG_TRANSHIP_BUSSTOP_TRAINSTOP
@ GNE_TAG_PERSONTRIP_BUSSTOP_TAZ
@ GNE_TAG_RIDE_TAZ_PARKINGAREA
@ GNE_TAG_WALK_CONTAINERSTOP_BUSSTOP
@ SUMO_TAG_TRAIN_STOP
A train stop (alias for bus stop)
@ GNE_TAG_RIDE_CHARGINGSTATION_PARKINGAREA
@ GNE_TAG_RIDE_CHARGINGSTATION_BUSSTOP
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_CONTAINERSTOP
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_TAZ
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_EDGE
@ GNE_TAG_PERSONTRIP_BUSSTOP_CHARGINGSTATION
@ SUMO_TAG_VTYPE_DISTRIBUTION
distribution of a vehicle type
@ SUMO_TAG_LANE
begin/end of the description of a single lane
@ GNE_TAG_WALK_BUSSTOP_EDGE
@ GNE_TAG_RIDE_JUNCTION_TAZ
@ GNE_TAG_TRANSPORT_TRAINSTOP_BUSSTOP
@ SUMO_TAG_INSTANT_INDUCTION_LOOP
An instantenous induction loop.
@ GNE_TAG_WALK_JUNCTION_TRAINSTOP
@ GNE_TAG_TRANSHIP_EDGE_TRAINSTOP
@ GNE_TAG_TRANSHIP_TRAINSTOP_TRAINSTOP
@ GNE_TAG_VEHICLE_WITHROUTE
description of a vehicle with an embedded route
@ GNE_TAG_CALIBRATOR_FLOW
a flow definition within in Calibrator
@ GNE_TAG_RIDE_PARKINGAREA_PARKINGAREA
@ GNE_TAG_WALK_TRAINSTOP_PARKINGAREA
@ GNE_TAG_RIDE_EDGE_BUSSTOP
@ SUMO_TAG_DEST_PROB_REROUTE
probability of destination of a reroute
@ GNE_TAG_WALK_TAZ_JUNCTION
@ GNE_TAG_POILANE
Point of interest over Lane.
@ GNE_TAG_RIDE_TAZ_JUNCTION
@ GNE_TAG_PERSONTRIP_JUNCTION_PARKINGAREA
@ GNE_TAG_TRANSPORT_BUSSTOP_TRAINSTOP
@ GNE_TAG_TRANSPORT_TRAINSTOP_PARKINGAREA
@ GNE_TAG_TRANSPORT_PARKINGAREA_JUNCTION
@ GNE_TAG_STOPPERSON_CONTAINERSTOP
@ GNE_TAG_WALK_BUSSTOP_TAZ
@ GNE_TAG_RIDE_CONTAINERSTOP_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_CONTAINERSTOP
@ GNE_TAG_PERSONTRIP_BUSSTOP_BUSSTOP
@ GNE_TAG_TRANSHIP_BUSSTOP_PARKINGAREA
@ GNE_TAG_PERSONTRIP_JUNCTION_JUNCTION
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_JUNCTION
@ GNE_TAG_WALK_TRAINSTOP_BUSSTOP
@ GNE_TAG_TRANSHIP_JUNCTION_TRAINSTOP
@ GNE_TAG_PERSONTRIP_TAZ_JUNCTION
@ GNE_TAG_JPS_OBSTACLE
polygon used for draw juPedSim obstacles
@ GNE_TAG_WALK_EDGE_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_JUNCTION_TAZ
@ GNE_TAG_TRANSPORT_PARKINGAREA_BUSSTOP
@ GNE_TAG_RIDE_EDGE_TRAINSTOP
@ GNE_TAG_TRANSHIP_TAZ_JUNCTION
@ SUMO_TAG_DET_EXIT
an e3 exit point
@ SUMO_TAG_TYPE
type (edge)
@ GNE_TAG_TRANSHIP_JUNCTION_CHARGINGSTATION
@ GNE_TAG_WALK_TRAINSTOP_CONTAINERSTOP
@ GNE_TAG_WALK_JUNCTION_BUSSTOP
@ GNE_TAG_TRANSHIP_JUNCTION_JUNCTION
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_JUNCTION
@ GNE_TAG_WALK_JUNCTION_EDGE
@ GNE_TAG_PERSONTRIP_BUSSTOP_PARKINGAREA
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_TRAINSTOP
@ GNE_TAG_PERSONTRIP_PARKINGAREA_BUSSTOP
@ SUMO_TAG_VAPORIZER
vaporizer of vehicles
@ GNE_TAG_RIDE_CHARGINGSTATION_JUNCTION
@ SUMO_TAG_LANE_AREA_DETECTOR
alternative tag for e2 detector
@ GNE_TAG_RIDE_BUSSTOP_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_JUNCTION_TRAINSTOP
@ GNE_TAG_REROUTER_SYMBOL
Rerouter Symbol.
@ GNE_TAG_STOP_LANE
stop placed over a lane
@ GNE_TAG_WALK_EDGE_CONTAINERSTOP
@ GNE_TAG_WALK_TRAINSTOP_JUNCTION
@ GNE_TAG_SUPERMODE_DEMAND
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_PARKINGAREA
@ GNE_TAG_STOPPERSON_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_TAZ
@ GNE_TAG_TRANSPORT_BUSSTOP_EDGE
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_BUSSTOP
@ GNE_TAG_WALK_PARKINGAREA_TAZ
@ GNE_TAG_PERSONTRIP_JUNCTION_EDGE
@ GNE_TAG_RIDE_CONTAINERSTOP_PARKINGAREA
@ GNE_TAG_RIDE_CHARGINGSTATION_TRAINSTOP
@ GNE_TAG_STOPPERSON_TRAINSTOP
@ GNE_TAG_TRANSPORT_CHARGINGSTATION_BUSSTOP
@ GNE_TAG_PERSONTRIP_PARKINGAREA_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_CONTAINERSTOP
@ SUMO_TAG_TAZREL
a relation between two TAZs
@ GNE_TAG_TRANSHIP_EDGE_BUSSTOP
@ GNE_TAG_RIDE_BUSSTOP_PARKINGAREA
@ GNE_TAG_WALK_EDGE_JUNCTION
@ GNE_TAG_RIDE_PARKINGAREA_EDGE
@ GNE_TAG_PERSONTRIP_JUNCTION_TAZ
@ GNE_TAG_TRANSHIP_PARKINGAREA_EDGE
@ GNE_TAG_TRANSPORT_PARKINGAREA_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_TRAINSTOP_CONTAINERSTOP
@ SUMO_TAG_TAZSOURCE
a source within a district (connection road)
@ GNE_TAG_PERSONTRIP_JUNCTION_CONTAINERSTOP
@ GNE_TAG_WALK_TRAINSTOP_TRAINSTOP
@ GNE_TAG_WALK_CHARGINGSTATION_EDGE
@ GNE_TAG_TRANSHIP_EDGE_PARKINGAREA
@ GNE_TAG_WALK_EDGE_BUSSTOP
@ GNE_TAG_PERSONTRIP_PARKINGAREA_PARKINGAREA
@ GNE_TAG_TRANSHIP_TRAINSTOP_BUSSTOP
@ GNE_TAG_TRANSHIP_BUSSTOP_BUSSTOP
@ GNE_TAG_TRANSPORT_TRAINSTOP_EDGE
@ SUMO_TAG_CLOSING_LANE_REROUTE
lane of a reroute of type closing
@ GNE_TAG_STOP_TRAINSTOP
stop placed over a trainStop
@ GNE_TAG_STOP_CHARGINGSTATION
stop placed over a charging station
@ GNE_TAG_ROUTEREF
virtual element used to reference routes with distributions
@ GNE_TAG_PERSONTRIP_TRAINSTOP_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_EDGE_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_CONTAINERSTOP
@ GNE_TAG_ROUTE_EMBEDDED
embedded route
@ GNE_TAG_WALK_CONTAINERSTOP_TRAINSTOP
@ GNE_TAG_RIDE_EDGE_PARKINGAREA
@ GNE_TAG_TRANSHIP_CHARGINGSTATION_JUNCTION
@ GNE_TAG_RIDE_BUSSTOP_CONTAINERSTOP
@ GNE_TAG_WALK_TAZ_TRAINSTOP
@ SUMO_TAG_INDUCTION_LOOP
alternative tag for e1 detector
@ GNE_TAG_JPS_WALKABLEAREA
polygon used for draw juPedSim walkable areas
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_CHARGINGSTATION
@ GNE_TAG_RIDE_JUNCTION_EDGE
@ GNE_TAG_TRANSHIP_TRAINSTOP_PARKINGAREA
@ GNE_TAG_PERSONTRIP_CONTAINERSTOP_BUSSTOP
@ GNE_TAG_TRANSHIP_JUNCTION_TAZ
@ GNE_TAG_TRANSPORT_JUNCTION_CONTAINERSTOP
@ GNE_TAG_TRANSPORT_TAZ_CHARGINGSTATION
@ GNE_TAG_TRANSPORT_TAZ_JUNCTION
@ GNE_TAG_RIDE_TRAINSTOP_TRAINSTOP
@ GNE_TAG_TRANSPORT_JUNCTION_EDGE
@ GNE_TAG_TRANSPORT_BUSSTOP_BUSSTOP
@ GNE_TAG_WALK_PARKINGAREA_BUSSTOP
@ SUMO_TAG_CALIBRATOR
A calibrator placed over edge.
@ GNE_TAG_RIDE_CONTAINERSTOP_TAZ
@ GNE_TAG_STOPCONTAINER_CHARGINGSTATION
@ SUMO_TAG_ENTRY_EXIT_DETECTOR
alternative tag for e3 detector
@ GNE_TAG_TRANSPORT_BUSSTOP_PARKINGAREA
@ GNE_TAG_WALK_TAZ_PARKINGAREA
@ GNE_TAG_TRANSHIP_TAZ_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_BUSSTOP_TAZ
@ GNE_TAG_PERSONTRIP_TRAINSTOP_JUNCTION
@ GNE_TAG_RIDE_CONTAINERSTOP_TRAINSTOP
@ GNE_TAG_RIDE_TAZ_CHARGINGSTATION
@ SUMO_TAG_VSS
A variable speed sign.
@ GNE_TAG_STOPPERSON_EDGE
@ GNE_TAG_RIDE_CONTAINERSTOP_JUNCTION
@ GNE_TAG_PERSONTRIP_JUNCTION_CHARGINGSTATION
@ GNE_TAG_RIDE_PARKINGAREA_TRAINSTOP
@ GNE_TAG_TRANSPORT_CONTAINERSTOP_PARKINGAREA
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_CHARGINGSTATION
@ GNE_TAG_PERSONTRIP_EDGE_TAZ
@ GNE_TAG_RIDE_TAZ_BUSSTOP
@ GNE_TAG_WALK_CONTAINERSTOP_CONTAINERSTOP
@ GNE_TAG_RIDE_TRAINSTOP_PARKINGAREA
@ GNE_TAG_TRANSHIP_CONTAINERSTOP_EDGE
@ SUMO_TAG_TRIP
a single trip definition (used by router)
@ GNE_TAG_WALK_CHARGINGSTATION_CHARGINGSTATION
@ GNE_TAG_TRANSHIP_TRAINSTOP_TAZ
@ GNE_TAG_RIDE_EDGE_CONTAINERSTOP
@ GNE_TAG_STOPPERSON_PARKINGAREA
@ SUMO_TAG_EDGE
begin/end of the description of an edge
@ GNE_TAG_RIDE_TRAINSTOP_EDGE
@ GNE_TAG_TRANSHIP_TAZ_CONTAINERSTOP
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
@ SUMO_ATTR_CF_EIDM_T_ACC_MAX
@ SUMO_ATTR_EXPECT_ARRIVAL
@ SUMO_ATTR_CF_EIDM_EPSILON_ACC
@ GNE_ATTR_MEANDATA_FILE
meanData data file
@ GNE_ATTR_FROM_TRAINSTOP
@ GNE_ATTR_DEMAND_FILE
demand demand file
@ GNE_ATTR_FORCESIZE
size (used in stopping places)
@ SUMO_ATTR_EMISSIONCLASS
@ SUMO_ATTR_JM_IGNORE_FOE_SPEED
@ SUMO_ATTR_ACCEPTED_BADGES
@ SUMO_ATTR_TLLINKINDEX2
link: the index of the opposite direction link of a pedestrian crossing
@ GNE_ATTR_CENTER_AFTER_CREATION
flag to center camera after element creation
@ SUMO_ATTR_FROM_JUNCTION
@ SUMO_ATTR_JM_IGNORE_KEEPCLEAR_TIME
@ GNE_ATTR_STOPOFFSET
stop offset (virtual, used by edge and lanes)
@ SUMO_ATTR_CF_EIDM_T_LOOK_AHEAD
@ SUMO_ATTR_CF_WIEDEMANN_SECURITY
@ SUMO_ATTR_LCA_ASSERTIVE
@ SUMO_ATTR_RADIUS
The turning radius at an intersection in m.
@ SUMO_ATTR_INDIRECT
Whether this connection is an indirect (left) turn.
@ SUMO_ATTR_CONTAINER_STOP
@ SUMO_ATTR_CF_EIDM_USEVEHDYNAMICS
@ GNE_ATTR_OPPOSITE
to busStop (used by personPlans)
@ SUMO_ATTR_CF_IDMM_ADAPT_TIME
@ SUMO_ATTR_SUBSTATIONID
id of a traction substation substation
@ SUMO_ATTR_LANE_CHANGE_MODEL
@ SUMO_ATTR_CF_KERNER_PHI
@ SUMO_ATTR_LCA_TURN_ALIGNMENT_DISTANCE
@ SUMO_ATTR_JAM_DIST_THRESHOLD
@ SUMO_ATTR_CHARGETYPE
Charge type (fuel or electric)
@ SUMO_ATTR_DEPARTPOS_LAT
@ SUMO_ATTR_PARKING_LENGTH
@ SUMO_ATTR_PARKING_BADGES
@ SUMO_ATTR_CF_EIDM_C_COOLNESS
@ SUMO_ATTR_CF_EIDM_SIG_ERROR
@ SUMO_ATTR_TRACK_VEHICLES
@ SUMO_ATTR_LCA_LOOKAHEADLEFT
@ SUMO_ATTR_APPARENTDECEL
@ SUMO_ATTR_VOLTAGE
voltage of the traction substation [V]
@ GNE_ATTR_PARENT
parent of an additional element
@ SUMO_ATTR_LCA_SPEEDGAIN_PARAM
@ SUMO_ATTR_ACTIONSTEPLENGTH
@ SUMO_ATTR_TLLAYOUT
node: the layout of the traffic light program
@ GNE_ATTR_SELECTED
element is selected
@ SUMO_ATTR_CUSTOMSHAPE
whether a given shape is user-defined
@ SUMO_ATTR_LCA_IMPATIENCE
@ SUMO_ATTR_BEGIN
weights: time range begin
@ SUMO_ATTR_WITH_INTERNAL
@ SUMO_ATTR_EDGES
the edges of a route
@ GNE_ATTR_POISSON
poisson definition (used in flow)
@ GNE_ATTR_PARAMETERS
parameters "key1=value1|key2=value2|...|keyN=valueN"
@ GNE_ATTR_ADDITIONAL_FILE
additional save file
@ SUMO_ATTR_JM_DRIVE_AFTER_RED_TIME
@ SUMO_ATTR_FRINGE
Fringe type of node.
@ SUMO_ATTR_OVERHEAD_WIRE_FORBIDDEN
forbidden lanes for overhead wire segment
@ SUMO_ATTR_CONTAINER_NUMBER
@ SUMO_ATTR_HALTING_TIME_THRESHOLD
@ SUMO_ATTR_CHARGING_STATION
@ SUMO_ATTR_LOADING_DURATION
@ SUMO_ATTR_CF_EIDM_MAX_VEH_PREVIEW
@ GNE_ATTR_STOPOEXCEPTION
stop exceptions (virtual, used by edge and lanes)
@ SUMO_ATTR_LCA_MAXSPEEDLATFACTOR
@ SUMO_ATTR_CONTAINERSPERHOUR
@ SUMO_ATTR_CF_EIDM_T_REACTION
@ SUMO_ATTR_CF_EIDM_T_PERSISTENCE_ESTIMATE
@ GNE_ATTR_CLOSE_SHAPE
Close shape of a polygon (Used by GNEPolys)
@ SUMO_ATTR_CF_PWAGNER2009_TAULAST
@ GNE_ATTR_SIZE
size (used in stopping places)
@ SUMO_ATTR_OVERHEAD_WIRECLAMP_END
id of the overhead wire, to the end of which the overhead wire clamp is connected
@ SUMO_ATTR_SHAPE
edge: the shape in xml-definition
@ SUMO_ATTR_CF_EIDM_SIG_GAP
@ SUMO_ATTR_CAR_FOLLOW_MODEL
@ SUMO_ATTR_CF_EIDM_JERK_MAX
@ SUMO_ATTR_LCA_MAXSPEEDLATSTANDING
@ SUMO_ATTR_JM_DRIVE_AFTER_YELLOW_TIME
@ SUMO_ATTR_LCA_KEEPRIGHT_PARAM
@ SUMO_ATTR_DESIRED_MAXSPEED
@ SUMO_ATTR_JM_IGNORE_FOE_PROB
@ GNE_ATTR_FROM_CONTAINERSTOP
@ SUMO_ATTR_MAX_TRAVELTIME
@ SUMO_ATTR_TLTYPE
node: the type of traffic light
@ SUMO_ATTR_OVERHEAD_WIRECLAMP_LANESTART
id of the overhead wire lane, to the start of which the overhead wire clamp is connected
@ SUMO_ATTR_CHARGEINTRANSIT
Allow/disallow charge in transit in Charging Stations.
@ SUMO_ATTR_OVERHEAD_WIRECLAMP_START
id of the overhead wire, to the start of which the overhead wire clamp is connected
@ SUMO_ATTR_CONTAINER_CAPACITY
@ SUMO_ATTR_FILL
Fill the polygon.
@ GNE_ATTR_REFERENCE
reference position (used creating stoppingPlaces)
@ SUMO_ATTR_LAYER
A layer number.
@ SUMO_ATTR_LCA_COOPERATIVE_PARAM
@ SUMO_ATTR_SPREADTYPE
The information about how to spread the lanes from the given position.
@ SUMO_ATTR_LCA_OPPOSITE_PARAM
@ GNE_ATTR_DATA_FILE
data data file
@ SUMO_ATTR_HALTING_SPEED_THRESHOLD
@ GNE_ATTR_SHAPE_END
last coordinate of edge shape
@ SUMO_ATTR_EMERGENCYDECEL
@ SUMO_ATTR_LCA_OVERTAKE_DELTASPEED_FACTOR
@ SUMO_ATTR_END
weights: time range end
@ SUMO_ATTR_LCA_SUBLANE_PARAM
@ SUMO_ATTR_JM_CROSSING_GAP
@ SUMO_ATTR_ROADSIDE_CAPACITY
@ SUMO_ATTR_CF_IDM_STEPPING
@ SUMO_ATTR_CF_IDMM_ADAPT_FACTOR
@ SUMO_ATTR_CURRENTLIMIT
current limit of the traction substation [A]
@ SUMO_ATTR_BIKELANEWIDTH
@ SUMO_ATTR_COLLISION_MINGAP_FACTOR
@ SUMO_ATTR_TLID
link,node: the traffic light id responsible for this link
@ SUMO_ATTR_BOARDING_DURATION
@ SUMO_ATTR_CF_EIDM_M_FLATNESS
@ SUMO_ATTR_SHOW_DETECTOR
@ SUMO_ATTR_JM_SIGMA_MINOR
@ SUMO_ATTR_CHARGINGPOWER
@ SUMO_ATTR_CF_EIDM_M_BEGIN
@ GNE_ATTR_BIDIR
whether an edge is part of a bidirectional railway
@ SUMO_ATTR_CF_EIDM_T_PERSISTENCE_DRIVE
@ SUMO_ATTR_SIDEWALKWIDTH
@ GNE_ATTR_FROM_CHARGINGSTATION
@ GNE_ATTR_FLOW_SPACING
flow spacing
@ SUMO_ATTR_DETERMINISTIC
@ SUMO_ATTR_CF_EIDM_SIG_LEADER
@ SUMO_ATTR_PERSON_NUMBER
@ SUMO_ATTR_COLOR
A color information.
@ SUMO_ATTR_EFFICIENCY
Eficiency of the charge in Charging Stations.
@ SUMO_ATTR_CF_PWAGNER2009_APPROB
@ SUMO_ATTR_RIGHT_OF_WAY
How to compute right of way.
@ GNE_ATTR_SHAPE_START
first coordinate of edge shape
@ GNE_ATTR_EDGES_WITHIN
virtual attribute used for use edges within during TAZ creation
@ SUMO_ATTR_LCA_OVERTAKE_RIGHT
@ SUMO_ATTR_ARRIVALPOS_LAT
@ SUMO_ATTR_LCA_ACCEL_LAT
@ SUMO_ATTR_LCA_STRATEGIC_PARAM
@ GNE_ATTR_FLOW_TERMINATE
flow terminating
@ SUMO_ATTR_VISIBILITY_DISTANCE
foe visibility distance of a link
@ SUMO_ATTR_INSERTIONCHECKS
@ SUMO_ATTR_DIR
The abstract direction of a link.
@ SUMO_ATTR_PERSON_CAPACITY
@ SUMO_ATTR_TLLINKINDEX
link: the index of the link within the traffic light
@ SUMO_ATTR_LCA_KEEPRIGHT_ACCEPTANCE_TIME
@ SUMO_ATTR_KEEP_CLEAR
Whether vehicles must keep the junction clear.
@ SUMO_ATTR_STATE
The state of a link.
@ SUMO_ATTR_JM_DRIVE_RED_SPEED
@ SUMO_ATTR_CHARGEDELAY
Delay in the charge of charging stations (different of waiting time)
@ SUMO_ATTR_LCA_TIME_TO_IMPATIENCE
@ SUMO_ATTR_JM_TIMEGAP_MINOR
@ SUMO_ATTR_TIME
trigger: the time of the step
@ SUMO_ATTR_WRITE_ATTRIBUTES
@ SUMO_ATTR_OVERHEAD_WIRECLAMP_LANEEND
id of the overhead wire lane, to the end of which the overhead wire clamp is connected
@ SUMO_ATTR_DETECT_PERSONS
@ SUMO_ATTR_EXCLUDE_EMPTY
@ SUMO_ATTR_CF_WIEDEMANN_ESTIMATION
@ SUMO_ATTR_PERSONSPERHOUR
@ SUMO_ATTR_LCA_SPEEDGAINRIGHT
const double SUMO_const_laneWidth
std::string toString(const T &t, std::streamsize accuracy=gPrecision)
static const std::string FALSE_STR
true value in string format(used for comparing boolean values in getAttribute(...))
static const std::string TRUE_STR
true value in string format (used for comparing boolean values in getAttribute(......
void setAlternativeName(const std::string &alternativeName)
set alternative name
void setFilenameExtensions(const std::vector< std::string > &extensions)
set discrete values
static const double defaultSize
default element size
void fillVTypesAttribute(GNETagProperties *tagProperties)
fill vTypes attribute
void fillLaneAttribute(GNETagProperties *tagProperties, const bool synonymID)
fill lane attribute
void fillCommonMeanDataAttributes(GNETagProperties *tagProperties)
fill stop person attributes
std::map< SumoXMLTag, GNETagProperties * > myTagProperties
map with the tags properties
const std::vector< const GNETagProperties * > getTagPropertiesSet(const SumoXMLTag tag, const bool hardFail) const
get tagProperties associated to the given set tag (persons, stops, plans, etc.)
void fillTranshipCommonAttributes(GNETagProperties *tagProperties)
fill ride common attributes
void fillNameAttribute(GNETagProperties *tagProperties)
fill name attribute
void fillCommonRouteAttributes(GNETagProperties *tagProperties)
fill common route attributes
void fillStopElements()
fill stop elements
void fillVehicleElements()
fill vehicle elements
void fillCommonAttributes(GNETagProperties *tagProperties)
fill common attributes
void fillAllowDisallowAttributes(GNETagProperties *tagProperties)
fill allowDisallow attributes
void fillFriendlyPosAttribute(GNETagProperties *tagProperties)
fill friendlyPos attribute
void fillCommonVTypeAttributes(GNETagProperties *tagProperties)
fill common vType attributes
void fillDistributionProbability(GNETagProperties *tagProperties, const bool defaultValue)
fill distribution probability attribute
void fillPersonPlanTrips()
fill person plan trips
~GNETagPropertiesDatabase()
destructor
const GNETagProperties * getTagProperty(const SumoXMLTag tag, const bool hardFail) const
get tagProperty associated to the given tag
void fillPersonPlanRides()
fill person plan rides
void fillPlanParentAttributes(GNETagProperties *tagProperties)
fill plan from-to attribute
void fillCommonFlowAttributes(GNETagProperties *tagProperties, SumoXMLAttr perHour)
fill common flow attributes (used by flows, routeFlows and personFlows)
void fillIDAttribute(GNETagProperties *tagProperties, const bool createMode)
fill ID attribute
int getMaxNumberOfFlowAttributeRows() const
get max number of flow attribute rows
int myMaxNumberOfGeoAttributeRows
max number of geo attributes (needed for geo attributes editor)
void fillCommonPOIAttributes(GNETagProperties *tagProperties)
fill common POI attributes
int myMaxNumberOfFlowAttributeRows
max number of flow attributes (needed for geo attributes editor)
void fillPlanStopCommonAttributes(GNETagProperties *tagProperties)
fill plan stop common attributes
void fillContainerStopElements()
fill container stop elements
void fillCarFollowingModelAttributes(GNETagProperties *tagProperties)
fill Car Following Model of Vehicle/Person Types
void fillDemandElements()
fill demand elements
void fillWaypointElements()
fill waypoint elements
void fillColorAttribute(GNETagProperties *tagProperties, const std::string &defaultColor)
fill color attribute
void fillCommonPersonAttributes(GNETagProperties *tagProperties)
fill common person attributes (used by person and personFlows)
void fillEdgeAttribute(GNETagProperties *tagProperties, const bool synonymID)
fill edge attribute
void fillDepartAttribute(GNETagProperties *tagProperties)
fill depart attribute
int getMaxNumberOfGeoAttributeRows() const
get max number of geo attribute rows
void writeAttributeHelp() const
write machine readable attribute help to file
void fillJuPedSimElements()
fill JuPedSim elements
void fillOutputAttribute(GNETagProperties *tagProperties)
fill output attribute
const std::vector< const GNETagProperties * > getTagPropertiesByType(const GNETagProperties::Type type) const
get tagProperties associated to the given GNETagProperties::Type (NETWORKELEMENT, ADDITIONALELEMENT,...
int getMaxNumberOfNeteditAttributesRows() const
get max number of netedit attribute rows
void updateMaxNumberOfAttributesEditorRows()
update max number of attributes by type
void fillRideCommonAttributes(GNETagProperties *tagProperties)
fill ride common attributes
void fillContainerElements()
fill container elements
void fillContainerTranshipElements()
fill container tranship elements
void fillWireElements()
fill Wire elements
void fillDataElements()
fill Data elements
void fillCommonContainerAttributes(GNETagProperties *tagProperties)
fill common container attributes (used by container and containerFlows)
void fillNetworkElements()
fill network elements
void fillPersonPlanWalks()
fill person plan walks
int getMaxNumberOfEditableAttributeRows() const
max number of editable (non extended) attributes
void fillJunctionModelAttributes(GNETagProperties *tagProperties)
fill Junction Model Attributes of Vehicle/Person Types
void fillDetectorPeriodAttribute(GNETagProperties *tagProperties)
fill detector period attribute
void fillTransportCommonAttributes(GNETagProperties *tagProperties)
fill transport common attributes
void fillImgFileAttribute(GNETagProperties *tagProperties, const bool isExtended)
fill imgFile attribute
void fillCommonStoppingPlaceAttributes(GNETagProperties *tagProperties, const bool includeColor, const bool parkingAreaAngle)
fill common stoppingPlace attributes
void fillWalkCommonAttributes(GNETagProperties *tagProperties)
fill walk common attributes
void fillLaneChangingModelAttributes(GNETagProperties *tagProperties)
fill Junction Model Attributes of Vehicle/Person Types
void fillTAZElements()
fill TAZ elements
std::map< SumoXMLTag, GNETagProperties * > mySetTagProperties
map with tag properties sets (persons, stops, etc.)
void fillPosOverLaneAttribute(GNETagProperties *tagProperties)
fill lane position attribute
void fillContainerTransportElements()
fill container transport elements
int myMaxNumberOfNeteditAttributeRows
max number of netedit attributes (needed for netedit attributes editor)
void fillPersonElements()
fill person elements
int getHierarchyDepth() const
get hierarchy dept
void fillPersonTripCommonAttributes(GNETagProperties *tagProperties)
fill person trip common attributes
void fillDetectorNextEdgesAttribute(GNETagProperties *tagProperties)
fill detector next edges attribute
void fillHierarchy()
fill hierarchy elements
void fillAdditionalElements()
fill additional elements
void fillShapeElements()
fill shape elements
void fillCommonVehicleAttributes(GNETagProperties *tagProperties)
fill common vehicle attributes (used by vehicles, trips, routeFlows and flows)
void fillDetectPersonsAttribute(GNETagProperties *tagProperties)
fill detect person attribute
GNETagPropertiesDatabase()
constructor
int myMaxNumberOfEditableAttributeRows
max number of editable (non extended) attributes (needed for attributes editor)
void updateMaxHierarchyDepth()
update max hierarchy depth
void fillDetectorThresholdAttributes(GNETagProperties *tagProperties, const bool includingJam)
fill detector threshold attribute
void fillPersonStopElements()
fill person stop elements
void fillFileAttribute(GNETagProperties *tagProperties)
fill file attribute
void fillCommonStopAttributes(GNETagProperties *tagProperties, const bool waypoint)
fill stop person attributes
int myHierarchyDepth
hierarchy dept
bool isMeanData() const
return true if tag correspond to a mean data element
bool planToContainerStop() const
return true if tag correspond to a plan that starts in containerStop
bool canBeReparent() const
return true if tag correspond to an element that can be reparent
bool planFromChargingStation() const
return true if tag correspond to a plan that starts in chargingStation
bool planFromJunction() const
return true if tag correspond to a plan that starts in junction
bool planToBusStop() const
return true if tag correspond to a plan that starts in busStop
bool planFromContainerStop() const
return true if tag correspond to a plan that starts in containerStop
const std::string & getTagStr() const
get Tag vinculated with this attribute Property in String Format (used to avoid multiple calls to toS...
bool planRoute() const
return true if tag correspond to a plan placed over route
bool isChild() const
properties
bool isDataElement() const
return true if tag correspond to a data element
bool planToJunction() const
return true if tag correspond to a plan that starts in junction
bool planFromParkingArea() const
return true if tag correspond to a plan that starts in parkingAera
bool planParkingArea() const
return true if tag correspond to a plan placed over parkingArea
bool planToTAZ() const
return true if tag correspond to a plan that starts in TAZ
bool planConsecutiveEdges() const
plan parents
bool hasParameters() const
return true if Tag correspond to an element that supports parameters "key1=value1|key2=value2|....
const GNEAttributeProperties * at(int index) const
get attribute value
bool isDrawable() const
return true if tag correspond to a drawable element
SumoXMLTag getTag() const
get Tag vinculated with this attribute Property
bool planFromEdge() const
return true if tag correspond to a plan that starts in edge
bool planFromBusStop() const
return true if tag correspond to a plan that starts in busStop
bool planFromTrainStop() const
return true if tag correspond to a plan that starts in trainStop
bool planToTrainStop() const
return true if tag correspond to a plan that starts in trainStop
bool planFromTAZ() const
return true if tag correspond to a plan that starts in TAZ
bool canCenterCameraAfterCreation() const
return true if tag correspond to an element that center camera after creation
bool planEdge() const
return true if tag correspond to a plan placed over edge
bool planContainerStop() const
return true if tag correspond to a plan placed over containerStop
bool isDemandElement() const
return true if tag correspond to a demand element
bool planTrainStop() const
return true if tag correspond to a plan placed over trainStop
bool isAdditionalElement() const
return true if tag correspond to an additional element (note: this include TAZ, shapes and wires)
bool isSymbol() const
return true if tag correspond to a symbol element
bool hasAttribute(SumoXMLAttr attr) const
check if current TagProperties owns the attribute "attr"
bool planToParkingArea() const
return true if tag correspond to a plan that starts in parkingArea
bool planToChargingStation() const
return true if tag correspond to a plan that starts in chargingStation
bool planToEdge() const
return true if tag correspond to a plan that starts in edge
bool planBusStop() const
return true if tag correspond to a plan placed over busStop
bool planChargingStation() const
return true if tag correspond to a plan placed over chargingStation
bool isPlanTranship() const
return true if tag correspond to a tranship
static const double UNSPECIFIED_LOADED_LENGTH
no length override given
static const double UNSPECIFIED_CONTPOS
unspecified internal junction position
static const double UNSPECIFIED_VISIBILITY_DISTANCE
unspecified foe visibility for connections
static const double UNSPECIFIED_SPEED
unspecified lane speed
static OptionsCont & getOptions()
Retrieves the options.
Static storage of an output device and its base (abstract) implementation.
static bool createDeviceByOption(const std::string &optionName, const std::string &rootElement="", const std::string &schemaFile="")
Creates the device using the output definition stored in the named option.
static OutputDevice & getDeviceByOption(const std::string &name)
Returns the device described by the option.
static const std::vector< std::string > & getAllClassesStr()
Get all SUMOEmissionClass in string format.
static double getDefaultDecel(const SUMOVehicleClass vc=SVC_IGNORING)
Returns the default deceleration for the given vehicle class This needs to be a function because the ...
static double getDefaultEmergencyDecel(const SUMOVehicleClass vc, double decel, double defaultOption)
Returns the default emergency deceleration for the given vehicle class This needs to be a function be...
static std::vector< std::string > getLatAlignmentStrings()
return all valid strings for latAlignment
static double getDefaultImperfection(const SUMOVehicleClass vc=SVC_IGNORING)
Returns the default driver's imperfection (sigma or epsilon in Krauss' model) for the given vehicle c...
static double getDefaultAccel(const SUMOVehicleClass vc=SVC_IGNORING)
Returns the default acceleration for the given vehicle class This needs to be a function because the ...
static StringBijection< LaneSpreadFunction > LaneSpreadFunctions
lane spread functions
static StringBijection< SumoXMLTag > CarFollowModels
car following models
static StringBijection< SumoXMLNodeType > NodeTypes
node types
static StringBijection< MeanDataType > MeanDataTypes
reference positions (used creating certain elements in netedit)
static StringBijection< OutputFileExtension > OutputFileExtensions
output file extensions
static StringBijection< InsertionCheck > InsertionChecks
traffic light layouts
static StringBijection< ChargeType > ChargeTypes
charge type
static StringBijection< AdditionalFileExtension > AdditionalFileExtensions
additional file extensions
static StringBijection< PersonMode > PersonModeValues
person modes
static StringBijection< MeanDataFileExtension > MeanDataFileExtensions
mean data file extensions
static StringBijection< POIIcon > POIIcons
POI icon values.
static StringBijection< RouteFileExtension > RouteFileExtensions
route file extensions
static StringBijection< ExcludeEmpty > ExcludeEmptys
exclude empty values
static StringBijection< ImageFileExtension > ImageFileExtensions
image file extensions
static StringBijection< TrainType > TrainTypes
train types
static StringBijection< EdgeDataFileExtension > EdgeDataFileExtensions
edgedata file extensions
static StringBijection< LaneChangeModel > LaneChangeModels
lane change models
static StringBijection< RightOfWay > RightOfWayValues
righ of way algorithms
static StringBijection< FringeType > FringeTypeValues
fringe types
static StringBijection< ReferencePosition > ReferencePositions
reference positions (used creating certain elements in netedit)
static const double DEFAULT_LAYER
static const double DEFAULT_LAYER_POI
static const double DEFAULT_IMG_WIDTH
static const double DEFAULT_ANGLE
static const double DEFAULT_IMG_HEIGHT
static const std::string DEFAULT_TYPE
std::vector< std::string > getStrings() const
get all strings
static std::string to_lower_case(const std::string &str)
Transfers the content to lower case.
static std::string replace(std::string str, const std::string &what, const std::string &by)
Replaces all occurrences of the second string by the third string within the first string.
static const std::string format(const std::string &format, T value, Targs... Fargs)
adds a new formatted message
static const std::string STARPOS
static const std::string ENDPOS