68 tagProperties.second->checkTagIntegrity();
76 delete tagProperties.second;
88 }
else if (hardFail) {
96const std::vector<const GNETagProperties*>
101 }
else if (hardFail) {
109const std::vector<const GNETagProperties*>
111 std::vector<const GNETagProperties*> allowedTags;
115 if (tagProperty.second->isNetworkElement()) {
116 allowedTags.push_back(tagProperty.second);
123 if (tagProperty.second->isAdditionalPureElement()) {
124 allowedTags.push_back(tagProperty.second);
131 if (tagProperty.second->isShapeElement()) {
132 allowedTags.push_back(tagProperty.second);
139 if (tagProperty.second->isTAZElement()) {
140 allowedTags.push_back(tagProperty.second);
147 if (tagProperty.second->isWireElement()) {
148 allowedTags.push_back(tagProperty.second);
155 if (tagProperty.second->isDemandElement()) {
156 allowedTags.push_back(tagProperty.second);
163 if (tagProperty.second->isRoute()) {
164 allowedTags.push_back(tagProperty.second);
171 if (tagProperty.second->isVehicle()) {
172 allowedTags.push_back(tagProperty.second);
179 if (tagProperty.second->isVehicleStop()) {
180 allowedTags.push_back(tagProperty.second);
187 if (tagProperty.second->isPerson()) {
188 allowedTags.push_back(tagProperty.second);
195 if (tagProperty.second->isPlanPerson()) {
196 allowedTags.push_back(tagProperty.second);
203 if (tagProperty.second->isPlanPersonTrip()) {
204 allowedTags.push_back(tagProperty.second);
211 if (tagProperty.second->isPlanWalk()) {
212 allowedTags.push_back(tagProperty.second);
219 if (tagProperty.second->isPlanRide()) {
220 allowedTags.push_back(tagProperty.second);
227 if (tagProperty.second->isPlanStopPerson()) {
228 allowedTags.push_back(tagProperty.second);
235 if (tagProperty.second->isGenericData()) {
236 allowedTags.push_back(tagProperty.second);
243 if (tagProperty.second->isMeanData()) {
244 allowedTags.push_back(tagProperty.second);
251 if (tagProperty.second->isContainer()) {
252 allowedTags.push_back(tagProperty.second);
259 if (tagProperty.second->isPlanContainer()) {
260 allowedTags.push_back(tagProperty.second);
267 if (tagProperty.second->isPlanTransport()) {
268 allowedTags.push_back(tagProperty.second);
275 if (tagProperty.second->isPlanTranship()) {
276 allowedTags.push_back(tagProperty.second);
283 if (tagProperty.second->isPlanStopContainer()) {
284 allowedTags.push_back(tagProperty.second);
324 const std::string opt =
"attribute-help-output";
327 dev <<
"# Netedit attribute help\n";
329 if (tagProperty.second->getAttributeProperties().begin() == tagProperty.second->getAttributeProperties().end()) {
333 if (tagProperty.second->getXMLTag() != tagProperty.first) {
334 dev <<
"\n## " <<
toString(tagProperty.second->getXMLTag()) <<
" (" <<
toString(tagProperty.first) <<
")\n";
335 }
else if (tagProperty.second->getXMLParentTags().empty()) {
336 dev <<
"\n## " <<
toString(tagProperty.first) <<
"\n";
339 dev <<
"\n## " <<
toString(tagProperty.first) <<
"\n";
340 dev <<
"also child element of ";
342 dev <<
"\n### " <<
toString(tagProperty.first) <<
"\n";
343 dev <<
"child element of ";
346 for (
const auto& pTag : tagProperty.second->getXMLParentTags()) {
356 dev <<
"| Attribute | Type | Description |\n";
357 dev <<
"|-----------|------|-------------|\n";
358 for (
const auto& attr : tagProperty.second->getAttributeProperties()) {
361 dev <<
"|" <<
toString(attr->getAttr()) <<
"|"
362 << attr->getDescription() <<
"|"
364 if (attr->hasDefaultValue()) {
365 dev <<
" *default:* **" << attr->getDefaultStringValue() <<
"**";
385 TL(
"Supermode network"),
386 FXRGBA(255, 255, 255, 255),
387 TL(
"Supermode network"));
391 TL(
"Supermode demand"),
392 FXRGBA(255, 255, 255, 255),
393 TL(
"Supermode demand"));
397 TL(
"Supermode data"),
398 FXRGBA(255, 255, 255, 255),
399 TL(
"Supermode data"));
404 TL(
"Network elements"),
405 FXRGBA(255, 255, 255, 255),
406 TL(
"Network elements"));
411 TL(
"Additional elements"),
412 FXRGBA(255, 255, 255, 255),
413 TL(
"Additional elements"));
418 TL(
"Stopping places"),
419 FXRGBA(255, 255, 255, 255),
420 TL(
"Stopping places"));
426 FXRGBA(255, 255, 255, 255),
433 FXRGBA(255, 255, 255, 255),
434 TL(
"Wire elements"));
439 TL(
"Shape elements"),
440 FXRGBA(255, 255, 255, 255),
441 TL(
"Shape elements"));
445 TL(
"JuPedSim elements"),
446 FXRGBA(255, 255, 255, 255),
447 TL(
"JuPedSim elements"));
453 FXRGBA(255, 255, 255, 255),
460 FXRGBA(255, 255, 255, 255),
467 FXRGBA(255, 255, 255, 255),
468 TL(
"Vehicle flows"));
474 FXRGBA(255, 255, 255, 255),
475 TL(
"Vehicle stops"));
481 FXRGBA(255, 255, 255, 255),
488 FXRGBA(255, 255, 255, 255),
495 FXRGBA(255, 255, 255, 255),
502 FXRGBA(255, 255, 255, 255),
509 FXRGBA(255, 255, 255, 255),
515 TL(
"Container plans"),
516 FXRGBA(255, 255, 255, 255),
517 TL(
"Container plans"));
522 TL(
"Container transports"),
523 FXRGBA(255, 255, 255, 255),
524 TL(
"Container transports"));
529 TL(
"Container tranships"),
530 FXRGBA(255, 255, 255, 255),
531 TL(
"Container tranships"));
536 TL(
"Container stops"),
537 FXRGBA(255, 255, 255, 255),
538 TL(
"Container stops"));
544 FXRGBA(255, 255, 255, 255),
558 std::vector<std::string> TLTypes;
579 TL(
"The x-y-z position of the node on the plane in meters"));
584 TL(
"An optional type for the node"));
585 type->setDiscreteValues(nodeTypes);
590 TL(
"A custom shape for that node"));
595 TL(
"Optional turning radius (for all corners) for that node in meters"),
601 TL(
"Whether the junction-blocking-heuristic should be activated at this node"),
607 TL(
"How to compute right of way rules at this node"),
614 TL(
"Whether this junction is at the fringe of the network"),
623 TL(
"An optional type for the traffic light algorithm"));
624 tlType->setDiscreteValues(TLTypes);
629 TL(
"An optional layout for the traffic light plan"),
639 TL(
"An optional id for the traffic light program"));
644 TL(
"Whether this junction is part of a roundabout"),
662 TL(
"The number of lanes of the edge"),
663 toString(neteditOptions.getInt(
"default.lanenumber")));
668 TL(
"The maximum speed allowed on the edge in m/s"),
669 toString(neteditOptions.getFloat(
"default.speed")));
676 TL(
"The spreadType defines how to compute the lane geometry from the edge geometry (used for visualization)"),
683 TL(
"The priority of the edge"),
684 toString(neteditOptions.getInt(
"default.priority")));
689 TL(
"Lane width for all lanes of this edge in meters (used for visualization)"),
695 TL(
"The width of the sidewalk that should be added as an additional lane"),
701 TL(
"The width of the bike lane that should be added as an additional lane"),
717 TL(
"The maximum speed allowed on the lane in m/s"),
718 toString(neteditOptions.getFloat(
"default.speed")));
725 TL(
"Lane width for all lanes of this type in meters (used for visualization)"),
743 TL(
"The name of a node within the nodes-file the edge shall start at"));
748 TL(
"The name of a node within the nodes-file the edge shall end at"));
753 TL(
"The maximum speed allowed on the edge in m/s"),
754 toString(neteditOptions.getFloat(
"default.speed")));
759 TL(
"The priority of the edge"),
760 toString(neteditOptions.getInt(
"default.priority")));
765 TL(
"The number of lanes of the edge"),
766 toString(neteditOptions.getInt(
"default.lanenumber")));
771 TL(
"The name of a type within the SUMO edge type file"));
778 TL(
"If the shape is given it should start and end with the positions of the from-node and to-node"));
783 TL(
"The length of the edge in meter"));
788 TL(
"The spreadType defines how to compute the lane geometry from the edge geometry (used for visualization)"),
795 TL(
"street name (does not need to be unique, used for visualization)"));
800 TL(
"Lane width for all lanes of this edge in meters (used for visualization)"),
806 TL(
"Move the stop line back from the intersection by the given amount"),
812 TL(
"Custom position in which shape start (by default position of junction from)"));
817 TL(
"Custom position in which shape end (by default position of junction from)"));
822 TL(
"Show if edge is bidirectional"),
834 TL(
"The stop offset as positive value in meters"),
840 TL(
"Specifies, for which vehicle classes the stopOffset does NOT apply."));
845 TL(
"Whether this edge is part of a roundabout"),
863 TL(
"The enumeration index of the lane (0 is the rightmost lane, <NUMBER_LANES>-1 is the leftmost one)"));
868 TL(
"Speed in meters per second"),
869 toString(neteditOptions.getFloat(
"default.speed")));
876 TL(
"Width in meters (used for visualization)"),
882 TL(
"Move the stop line back from the intersection by the given amount"),
888 TL(
"Enable or disable lane as acceleration lane"),
894 TL(
"If the shape is given it overrides the computation based on edge shape"));
899 TL(
"If given, this defines the opposite direction lane"));
904 TL(
"Permit changing left only for to the given vehicle classes"),
910 TL(
"Permit changing right only for to the given vehicle classes"),
916 TL(
"Lane type description (optional)"));
921 TL(
"The stop offset as positive value in meters"),
927 TL(
"Specifies, for which vehicle classes the stopOffset does NOT apply."));
944 TL(
"The (road) edges which are crossed"));
949 TL(
"Whether the pedestrians have priority over the vehicles (automatically set to true at tls-controlled intersections)"),
955 TL(
"The width of the crossings"),
961 TL(
"sets the tls-index for this crossing (-1 means automatic assignment)"),
967 TL(
"sets the opposite-direction tls-index for this crossing (-1 means not assigned)"),
973 TL(
"Overrides default shape of pedestrian crossing"));
990 TL(
"The width of the WalkingArea"),
996 TL(
"The length of the WalkingArea in meter"));
1001 TL(
"Overrides default shape of pedestrian sidewalk"));
1017 TL(
"The ID of the edge the vehicles leave"));
1022 TL(
"The ID of the edge the vehicles may reach when leaving 'from'"));
1027 TL(
"the lane index of the incoming lane (numbers starting with 0)"));
1032 TL(
"the lane index of the outgoing lane (numbers starting with 0)"));
1037 TL(
"if set, vehicles which pass this (lane-2-lane) connection) will not wait"),
1043 TL(
"if set to false, vehicles which pass this (lane-2-lane) connection) will not worry about blocking the intersection"),
1049 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"),
1055 TL(
"If set to true, This connection will not be TLS-controlled despite its node being controlled"),
1061 TL(
"Vision distance between vehicles"),
1067 TL(
"sets index of this connection within the controlling traffic light (-1 means automatic assignment)"),
1073 TL(
"sets index for the internal junction of this connection within the controlling traffic light (-1 means internal junction not controlled)"),
1081 TL(
"sets custom speed limit for the connection"),
1087 TL(
"sets custom length for the connection"),
1093 TL(
"sets custom shape for the connection"));
1098 TL(
"Permit changing left only for to the given vehicle classes"),
1104 TL(
"Permit changing right only for to the given vehicle classes"),
1110 TL(
"if set to true, vehicles will make a turn in 2 steps"),
1116 TL(
"set a custom edge type (for applying vClass-specific speed restrictions)"));
1122 TL(
"turning direction for this connection (computed)"));
1127 TL(
"link state for this connection (computed)"));
1155 {}, FXRGBA(240, 255, 205, 255));
1163 TL(
"Meant to be the names of the bus lines that stop at this bus stop. This is only used for visualization purposes"));
1168 TL(
"Larger numbers of persons trying to enter will create an upstream jam on the sidewalk"),
1174 TL(
"Optional space definition for vehicles that park at this stop"),
1186 {}, FXRGBA(240, 255, 205, 255));
1194 TL(
"Meant to be the names of the train lines that stop at this train stop. This is only used for visualization purposes"));
1199 TL(
"Larger numbers of persons trying to enter will create an upstream jam on the sidewalk"),
1205 TL(
"Optional space definition for vehicles that park at this stop"),
1229 TL(
"The walking length of the access in meters (default is geometric length)"),
1241 {}, FXRGBA(240, 255, 205, 255));
1249 TL(
"meant to be the names of the bus lines that stop at this container stop. This is only used for visualization purposes"));
1254 TL(
"Larger numbers of container trying to enter will create an upstream jam on the sidewalk"),
1260 TL(
"Optional space definition for vehicles that park at this stop"),
1272 {}, FXRGBA(240, 255, 205, 255));
1280 TL(
"Charging power in W"),
1286 TL(
"Charging efficiency [0,1]"),
1288 efficiency->setRange(0, 1);
1293 TL(
"Enable or disable charge in transit, i.e. vehicle must or must not to stop for charging"),
1299 TL(
"Time delay after the vehicles has reached / stopped on the charging station, before the energy transfer (charging) begins"),
1305 TL(
"Battery charging type"),
1312 TL(
"Waiting time before start charging"),
1318 TL(
"Parking area the charging station is located"));
1329 {}, FXRGBA(240, 255, 205, 255));
1337 TL(
"Lane position in that vehicle must depart when leaves parkingArea"));
1342 TL(
"Accepted badges to access this parkingArea"));
1347 TL(
" The number of parking spaces for road-side parking"),
1353 TL(
"If set, vehicles will park on the road lane and thereby reducing capacity"),
1359 TL(
"The width of the road-side parking spaces"),
1365 TL(
"The length of the road-side parking spaces. By default (endPos - startPos) / roadsideCapacity"),
1371 TL(
"The angle of the road-side parking spaces relative to the lane angle, positive means clockwise"),
1377 TL(
"Enable or disable lefthand position"),
1395 TL(
"The x-y-z position of the node on the plane in meters"));
1402 TL(
"The width of the road-side parking spaces"));
1407 TL(
"The length of the road-side parking spaces"));
1412 TL(
"The angle of the road-side parking spaces relative to the lane angle, positive means clockwise"));
1417 TL(
"The slope of the road-side parking spaces"),
1430 {}, FXRGBA(210, 233, 255, 255));
1461 {}, FXRGBA(210, 233, 255, 255));
1474 TL(
"The length of the detector in meters"),
1484 TL(
"The traffic light that triggers aggregation when switching"));
1499 TL(
"Show detector in sumo-gui"),
1511 {}, FXRGBA(210, 233, 255, 255));
1518 TL(
"The sequence of lane ids in which the detector shall be laid on"));
1525 TL(
"The end position on the lane the detector shall be laid on in meters"));
1534 TL(
"The traffic light that triggers aggregation when switching"));
1551 TL(
"Show detector in sumo-gui"),
1563 {}, FXRGBA(210, 233, 255, 255));
1570 TL(
"X-Y position of detector in editor (Only used in netedit)"),
1588 TL(
"If set to true, no error will be reported if vehicles leave the detector without first entering it"),
1596 TL(
"Whether no warning should be issued when a vehicle arrives within the detector area."),
1644 {}, FXRGBA(210, 233, 255, 255));
1673 {}, FXRGBA(210, 233, 255, 255));
1684 TL(
"The frequency in which to report the distribution"),
1692 TL(
"The time at which to start generating output"),
1706 {}, FXRGBA(210, 233, 255, 255));
1713 TL(
"List of Variable Speed Sign lanes"));
1718 TL(
"X-Y position of detector in editor (Only used in netedit)"),
1767 {}, FXRGBA(253, 255, 206, 255));
1780 TL(
"The aggregation interval in which to calibrate the flows. Default is step-length"),
1786 TL(
"The id of the routeProbe element from which to determine the route distribution for generated vehicles"));
1793 TL(
"A threshold value to detect and clear unexpected jamming"),
1807 {}, FXRGBA(253, 255, 206, 255));
1820 TL(
"The aggregation interval in which to calibrate the flows. Default is step-length"),
1826 TL(
"The id of the routeProbe element from which to determine the route distribution for generated vehicles"));
1833 TL(
"A threshold value to detect and clear unexpected jamming"),
1852 TL(
"The id of the route the vehicle shall drive along"));
1857 TL(
"First calibrator flow departure time"),
1863 TL(
"End of departure interval"),
1873 TL(
"The id of the vehicle type to use for this calibrator flow"),
1879 TL(
"Number of vehicles per hour, equally spaced"),
1885 TL(
"Vehicle's speed"),
1897 {}, FXRGBA(255, 213, 213, 255));
1905 TL(
"X,Y position in editor (Only used in netedit)"),
1911 TL(
"An edge id or a list of edge ids where vehicles shall be rerouted"));
1918 TL(
"The probability for vehicle rerouting (0-1)"),
1924 TL(
"The waiting time threshold (in s) that must be reached to activate rerouting (default -1 which disables the threshold)"),
1932 TL(
"Whether the router should be inactive initially (and switched on in the gui)"),
1938 TL(
"If rerouter is optional"),
2021 TL(
"SUMO Probability"),
2038 TL(
"ParkingArea ID"));
2044 TL(
"SUMO Probability"),
2050 TL(
"Enable or disable visibility for parking area reroutes"),
2073 TL(
"SUMO Probability"),
2085 {}, FXRGBA(253, 255, 206, 255));
2118 {}, FXRGBA(240, 255, 205, 255));
2125 TL(
"The shape of the polygon"));
2134 TL(
"An information whether the polygon shall be filled"),
2140 TL(
"The default line width for drawing an unfilled polygon"),
2146 TL(
"The layer in which the polygon lies"),
2152 TL(
"A typename for the polygon"),
2160 TL(
"Angle of rendered image in degree"),
2166 TL(
"Enable or disable GEO attributes"),
2172 TL(
"A custom geo shape for this polygon"));
2177 TL(
"Toggle close or open shape"));
2188 {}, FXRGBA(210, 233, 255, 255));
2195 TL(
"The position in view"));
2209 {}, FXRGBA(210, 233, 255, 255));
2222 TL(
"The lateral offset on the named lane at which the POI is located at"),
2237 {}, FXRGBA(210, 233, 255, 255));
2245 TL(
"The longitude position of the parking vehicle on the view"));
2250 TL(
"The latitude position of the parking vehicle on the view"));
2276 TL(
"The shape of the TAZ"));
2290 TL(
"An information whether the TAZ shall be filled"),
2296 TL(
"Use the edges within the shape"),
2298 edgesWithin->setAlternativeName(
TL(
"edges within"));
2316 TL(
"Depart weight associated to this Edge"),
2335 TL(
"Arrival weight associated to this Edge"),
2359 TL(
"X-Y position of detector in editor (Only used in netedit)"),
2365 TL(
"Voltage of at connection point for the overhead wire"),
2371 TL(
"Current limit of the feeder line"),
2389 TL(
"Substation to which the circuit is connected"));
2394 TL(
"List of consecutive lanes of the circuit"));
2399 TL(
"Starting position in the specified lane"),
2405 TL(
"Ending position in the specified lane"),
2406 "",
"INVALID_DOUBLE");
2413 TL(
"Inner lanes, where placing of overhead wire is restricted"));
2430 TL(
"ID of the overhead wire segment, to the start of which the overhead wire clamp is connected"));
2435 TL(
"ID of the overhead wire segment lane of overheadWireIDStartClamp"));
2440 TL(
"ID of the overhead wire segment, to the end of which the overhead wire clamp is connected"));
2445 TL(
"ID of the overhead wire segment lane of overheadWireIDEndClamp"));
2462 {}, FXRGBA(253, 255, 206, 255));
2469 TL(
"The shape of the walkable area"));
2476 TL(
"Enable or disable GEO attributes"),
2482 TL(
"A custom geo shape for this walkable area"));
2493 {}, FXRGBA(253, 255, 206, 255));
2500 TL(
"The shape of the obstacle"));
2507 TL(
"Enable or disable GEO attributes"),
2513 TL(
"A custom geo shape for this obstacle"));
2565 TL(
"Route distribution in which this routeRef is defined"));
2570 TL(
"Reference ID of route"));
2601 TL(
"Deterministic distribution"),
2638 TL(
"VType distribution in which this vTypeRef is defined"));
2643 TL(
"Reference ID of vType"));
2662 {}, FXRGBA(253, 255, 206, 255),
"trip (from-to edges)");
2670 TL(
"The id of the vehicle type to use for this trip"),
2676 TL(
"The ID of the edge the trip starts at"));
2681 TL(
"The ID of the edge the trip ends at"));
2686 TL(
"List of intermediate edge ids which shall be part of the trip"));
2702 {}, FXRGBA(255, 213, 213, 255),
"trip (from-to junctions)");
2710 TL(
"The id of the vehicle type to use for this trip"),
2716 TL(
"The name of the junction the trip starts at"));
2721 TL(
"The name of the junction the trip ends at"));
2737 {}, FXRGBA(240, 255, 205, 255),
"trip (from-to TAZs)");
2745 TL(
"The id of the vehicle type to use for this trip"),
2751 TL(
"The name of the TAZ the trip starts at"));
2756 TL(
"The name of the TAZ the trip ends at"));
2772 {}, FXRGBA(210, 233, 255, 255),
"vehicle (over route)");
2780 TL(
"The id of the vehicle type to use for this vehicle"),
2786 TL(
"The id of the route the vehicle shall drive along"));
2791 TL(
"The index of the edge within route the vehicle starts at"));
2796 TL(
"The index of the edge within route the vehicle ends at"));
2812 {}, FXRGBA(210, 233, 255, 255),
"vehicle (embedded route)");
2820 TL(
"The id of the vehicle type to use for this vehicle"),
2826 TL(
"The index of the edge within route the vehicle starts at"));
2831 TL(
"The index of the edge within route the vehicle ends at"));
2847 {}, FXRGBA(253, 255, 206, 255),
"flow (from-to edges)");
2855 TL(
"The id of the flow type to use for this flow"),
2861 TL(
"The ID of the edge the flow starts at"));
2866 TL(
"The ID of the edge the flow ends at"));
2871 TL(
"List of intermediate edge ids which shall be part of the flow"));
2888 {}, FXRGBA(255, 213, 213, 255),
"flow (from-to junctions)");
2896 TL(
"The id of the flow type to use for this flow"),
2902 TL(
"The name of the junction the flow starts at"));
2907 TL(
"The name of the junction the flow ends at"));
2924 {}, FXRGBA(240, 255, 205, 255),
"flow (from-to TAZs)");
2932 TL(
"The id of the flow type to use for this flow"),
2938 TL(
"The name of the TAZ the flow starts at"));
2943 TL(
"The name of the TAZ the flow ends at"));
2960 {}, FXRGBA(210, 233, 255, 255),
"flow (over route)");
2968 TL(
"The id of the flow type to use for this flow"),
2974 TL(
"The id of the route the flow shall drive along"));
2979 TL(
"The index of the edge within route the flow starts at"));
2984 TL(
"The index of the edge within route the flow ends at"));
3001 {}, FXRGBA(210, 233, 255, 255),
"flow (embedded route)");
3009 TL(
"The id of the flow type to use for this flow"),
3015 TL(
"The index of the edge within route the flow starts at"));
3020 TL(
"The index of the edge within route the flow ends at"));
3050 TL(
"The begin position on the lane (the lower position on the lane) in meters"));
3055 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"));
3062 TL(
"The lateral offset on the named lane at which the vehicle must stop"));
3098 TL(
"BusStop associated with this stop"));
3117 TL(
"TrainStop associated with this stop"));
3136 TL(
"ContainerStop associated with this stop"));
3155 TL(
"ChargingStation associated with this stop"));
3174 TL(
"ParkingArea associated with this stop"));
3201 TL(
"The begin position on the lane (the lower position on the lane) in meters"));
3206 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"));
3213 TL(
"The lateral offset on the named lane at which the vehicle must waypoint"));
3249 TL(
"BusWaypoint associated with this waypoint"));
3268 TL(
"TrainWaypoint associated with this waypoint"));
3287 TL(
"ContainerWaypoint associated with this waypoint"));
3306 TL(
"ChargingStation associated with this waypoint"));
3325 TL(
"ParkingArea associated with this waypoint"));
3416 const unsigned int color = FXRGBA(240, 255, 205, 255);
3426 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"edge")), parents, color);
3436 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"taz")), parents, color);
3446 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"junction")), parents, color);
3456 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"busStop")), parents, color);
3466 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
3476 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
3486 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
3496 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
3507 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"taz")), parents, color);
3517 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"taz")), parents, color);
3527 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"junction")), parents, color);
3537 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"busStop")), parents, color);
3547 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
3557 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
3567 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
3577 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
3588 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"edge")), parents, color);
3598 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"taz")), parents, color);
3608 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"junction")), parents, color);
3618 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"busStop")), parents, color);
3628 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
3638 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
3648 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
3658 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
3669 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"edge")), parents, color);
3679 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"taz")), parents, color);
3689 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"junction")), parents, color);
3699 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
3709 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
3719 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
3729 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
3739 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
3750 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
3760 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
3770 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
3780 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
3790 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
3800 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
3810 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
3820 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
3831 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
3841 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
3851 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
3861 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
3871 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
3881 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
3891 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
3901 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
3913 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
3923 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
3933 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
3943 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
3953 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
3963 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
3973 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
3983 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
3994 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
4004 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
4014 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
4024 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
4034 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
4044 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
4054 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
4064 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Transport"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
4080 const unsigned int color = FXRGBA(210, 233, 255, 255);
4101 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"edge")), parents, color);
4111 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"taz")), parents, color);
4121 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"junction")), parents, color);
4131 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"busStop")), parents, color);
4141 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
4151 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
4161 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
4171 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
4202 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"junction")), parents, color);
4212 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"busStop")), parents, color);
4222 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
4232 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
4242 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
4252 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
4263 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"edge")), parents, color);
4273 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"taz")), parents, color);
4283 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"junction")), parents, color);
4293 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"busStop")), parents, color);
4303 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
4313 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
4323 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
4333 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
4344 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"edge")), parents, color);
4354 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"taz")), parents, color);
4364 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"junction")), parents, color);
4374 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
4384 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
4394 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
4404 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
4414 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
4425 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
4435 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
4445 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
4455 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
4465 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
4475 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
4485 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
4495 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
4506 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
4516 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
4526 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
4536 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
4546 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
4556 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
4566 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
4576 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
4587 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
4597 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
4607 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
4617 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
4627 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
4637 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
4647 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
4657 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
4668 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
4678 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
4688 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
4698 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
4708 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
4718 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
4728 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
4738 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Tranship"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
4753 const unsigned int color = FXRGBA(255, 213, 213, 255);
4763 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"edge")), parents, color);
4774 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"busStop")), parents, color);
4785 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"trainStop")), parents, color);
4796 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"containerStop")), parents, color);
4806 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"chargingStation")), parents, color);
4817 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"ContainerStop"),
TL(
"parkingArea")), parents, color);
4834 const unsigned int color = FXRGBA(253, 255, 206, 255);
4844 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"edge")), parents, color);
4854 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"taz")), parents, color);
4864 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"junction")), parents, color);
4874 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"busStop")), parents, color);
4884 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
4894 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
4904 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
4914 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
4925 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"taz")), parents, color);
4935 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"taz")), parents, color);
4945 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"junction")), parents, color);
4955 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"busStop")), parents, color);
4965 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
4975 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
4985 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
4995 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
5006 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"edge")), parents, color);
5016 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"taz")), parents, color);
5026 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"junction")), parents, color);
5036 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"busStop")), parents, color);
5046 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
5056 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
5066 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
5076 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
5087 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"edge")), parents, color);
5097 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"taz")), parents, color);
5107 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"junction")), parents, color);
5117 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
5127 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
5137 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
5147 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
5157 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
5168 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
5178 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
5188 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
5198 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
5208 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
5218 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
5228 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
5238 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
5249 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
5259 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
5269 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
5279 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
5289 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
5299 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
5309 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
5319 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
5330 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
5340 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
5350 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
5360 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
5370 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
5380 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
5390 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
5400 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
5411 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
5421 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
5431 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
5441 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
5451 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
5461 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
5471 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
5481 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"PersonTrip"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
5497 const unsigned int color = FXRGBA(240, 255, 205, 255);
5548 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"junction")), parents, color);
5558 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"busStop")), parents, color);
5568 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
5578 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
5588 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
5598 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
5629 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"junction")), parents, color);
5649 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
5659 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
5669 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
5679 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
5690 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"edge")), parents, color);
5700 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"taz")), parents, color);
5710 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"junction")), parents, color);
5720 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"busStop")), parents, color);
5730 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
5740 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
5750 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
5760 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
5771 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"edge")), parents, color);
5791 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"junction")), parents, color);
5801 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
5811 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
5821 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
5831 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
5841 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
5852 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
5862 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
5872 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
5882 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
5892 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
5902 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
5912 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
5922 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
5933 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
5943 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
5953 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
5963 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
5973 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
5983 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
5993 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
6003 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
6014 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
6024 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
6034 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
6044 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
6054 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
6064 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
6074 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
6084 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
6095 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
6105 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
6115 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
6125 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
6135 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
6145 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
6155 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
6165 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Walk"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
6181 const unsigned int color = FXRGBA(253, 255, 206, 255);
6211 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"junction")), parents, color);
6221 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"busStop")), parents, color);
6231 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"trainStop")), parents, color);
6241 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"containerStop")), parents, color);
6251 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"chargingStation")), parents, color);
6261 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"edge"),
TL(
"parkingArea")), parents, color);
6292 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"junction")), parents, color);
6312 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"trainStop")), parents, color);
6322 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"containerStop")), parents, color);
6332 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"chargingStation")), parents, color);
6342 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"taz"),
TL(
"parkingArea")), parents, color);
6353 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"edge")), parents, color);
6363 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"taz")), parents, color);
6373 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"junction")), parents, color);
6383 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"busStop")), parents, color);
6393 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"trainStop")), parents, color);
6403 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"containerStop")), parents, color);
6413 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"chargingStation")), parents, color);
6423 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"junction"),
TL(
"parkingArea")), parents, color);
6434 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"edge")), parents, color);
6454 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"junction")), parents, color);
6464 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"busStop")), parents, color);
6474 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"trainStop")), parents, color);
6484 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"containerStop")), parents, color);
6494 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"chargingStation")), parents, color);
6504 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"busStop"),
TL(
"parkingArea")), parents, color);
6515 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"edge")), parents, color);
6525 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"taz")), parents, color);
6535 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"junction")), parents, color);
6545 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"busStop")), parents, color);
6555 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"trainStop")), parents, color);
6565 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"containerStop")), parents, color);
6575 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"chargingStation")), parents, color);
6585 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"trainStop"),
TL(
"parkingArea")), parents, color);
6596 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"edge")), parents, color);
6606 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"taz")), parents, color);
6616 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"junction")), parents, color);
6626 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"busStop")), parents, color);
6636 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"trainStop")), parents, color);
6646 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"containerStop")), parents, color);
6656 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"chargingStation")), parents, color);
6666 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"containerStop"),
TL(
"parkingArea")), parents, color);
6677 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"edge")), parents, color);
6687 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"taz")), parents, color);
6697 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"junction")), parents, color);
6707 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"busStop")), parents, color);
6717 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"trainStop")), parents, color);
6727 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"containerStop")), parents, color);
6737 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"chargingStation")), parents, color);
6747 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"chargingStation"),
TL(
"parkingArea")), parents, color);
6758 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"edge")), parents, color);
6768 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"taz")), parents, color);
6778 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"junction")), parents, color);
6788 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"busStop")), parents, color);
6798 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"trainStop")), parents, color);
6808 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"containerStop")), parents, color);
6818 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"chargingStation")), parents, color);
6828 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %->%",
TL(
"Ride"),
TL(
"parkingArea"),
TL(
"parkingArea")), parents, color);
6843 const unsigned int color = FXRGBA(255, 213, 213, 255);
6864 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"busStop")), parents, color);
6875 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"trainStop")), parents, color);
6886 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"containerStop")), parents, color);
6896 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"chargingStation")), parents, color);
6907 conflicts, icon, GLType, xmlTag,
StringUtils::format(
"%: %",
TL(
"PersonStop"),
TL(
"parkingArea")), parents, color);
6924 TLF(
"Center view over element % after creation", tagProperties->
getTagStr()));
6933 TL(
"The path to the additional file"));
6940 TL(
"The path to the route file"));
6947 TL(
"The path to the data file"));
6954 TL(
"The path to the data file"));
6971 TL(
"Toggle front element"));
6976 TL(
"Toggle select element"),
6984 TL(
"Change element parent"));
6991 TL(
"Generic parameters (Format: key1=value1|key2=value2|..."));
7007 TL(
"The begin position on the lane (the lower position on the lane) in meters"),
7013 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"),
7034 TL(
"Force size during creation"),
7036 forceSize->setAlternativeName(
TL(
"force size"));
7041 TLF(
"Reference position used for creating %", tagProperties->
getTagStr()));
7056 TL(
"A typename for the POI"),
7069 TL(
"The layer of the POI for drawing and selecting"),
7075 TL(
"Width of rendered image in meters"),
7081 TL(
"Height of rendered image in meters"),
7089 TL(
"Angle of rendered image in degree"),
7100 TL(
"The edges the vehicle shall drive along, given as their ids, separated using spaces"));
7107 TL(
"The number of times that the edges of this route shall be repeated"),
7113 TL(
"When defining a repeating route with stops and those stops use the until attribute,") + std::string(
"\n") +
7114 TL(
"the times will be shifted forward by 'cycleTime' on each repeat"),
7124 TL(
"An abstract vehicle class"),
7133 TL(
"The vehicle's netto-length (length) [m]"));
7138 TL(
"Empty space after leader [m]"));
7143 TL(
"The vehicle's maximum velocity [m/s]"));
7148 TL(
"The vehicle's expected multiplicator for lane speed limits (or a distribution specifier)"));
7153 TL(
"The vehicle's desired maximum velocity (interacts with speedFactor).") + std::string(
"\n") +
7154 TL(
"Applicable when no speed limit applies (bicycles, some motorways) [m/s]"));
7159 TL(
"An abstract emission class"));
7165 TL(
"How this vehicle is rendered"));
7171 TL(
"The vehicle's width [m] (only used for drawing)"),
7177 TL(
"The vehicle's height [m] (only used for drawing)"),
7183 TL(
"The parking badges assigned to the vehicle"));
7190 TL(
"The model used for changing lanes"),
7197 TL(
"The model used for car-following"),
7204 TL(
"The number of persons (excluding an autonomous driver) the vehicle can transport"));
7209 TL(
"The number of containers the vehicle can transport"));
7214 TL(
"The time required by a person to board the vehicle"),
7220 TL(
"The time required to load a container onto the vehicle"),
7226 TL(
"The preferred lateral alignment when using the sublane-model"),
7233 TL(
"The minimum lateral gap at a speed difference of 50km/h when using the sublane-model"),
7239 TL(
"The maximum lateral speed when using the sublane-model"),
7245 TL(
"The interval length for which vehicle performs its decision logic (acceleration and lane-changing)"),
7253 TL(
"3D model file for this class"));
7291 TL(
"The lane on which the vehicle shall be inserted"),
7297 TL(
"The position at which the vehicle shall enter the net"),
7303 TL(
"The speed with which the vehicle shall enter the network"),
7309 TL(
"The lane at which the vehicle shall leave the network"),
7315 TL(
"The position at which the vehicle shall leave the network"),
7321 TL(
"The speed with which the vehicle shall leave the network"),
7327 TL(
"A string specifying the id of a public transport line which can be used when specifying person rides"));
7332 TL(
"The number of occupied seats when the vehicle is inserted"),
7338 TL(
"The number of occupied container places when the vehicle is inserted"),
7344 TL(
"The lateral position on the departure lane at which the vehicle shall enter the net"),
7350 TL(
"The lateral position on the arrival lane at which the vehicle shall arrive"),
7356 TL(
"Insertion checks"),
7367 TL(
"First flow departure time"),
7373 TL(
"Criterion for flow termination"),
7380 TL(
"Criterion for flow spacing"),
7387 TL(
"End of departure interval"),
7393 TL(
"probability for emitting a flow each second") + std::string(
"\n") +
7394 TL(
"(not together with vehsPerHour or period)"),
7400 TL(
"Number of flows per hour, equally spaced") + std::string(
"\n") +
7401 TL(
"(not together with period or probability or poisson)"),
7407 TL(
"Insert equally spaced flows at that period") + std::string(
"\n") +
7408 TL(
"(not together with vehsPerHour or probability or poisson)"),
7414 TL(
"probability for emitting a flow each second") + std::string(
"\n") +
7415 TL(
"(not together with vehsPerHour or period or poisson)"),
7421 TL(
"Insert flow expected vehicles per second with poisson distributed insertion rate") + std::string(
"\n") +
7422 TL(
"(not together with period or vehsPerHour or probability)"),
7433 TL(
"The acceleration ability of vehicles of this type [m/s^2]"),
7439 TL(
"The deceleration ability of vehicles of this type [m/s^2]"),
7445 TL(
"The apparent deceleration of the vehicle as used by the standard model [m/s^2]"),
7451 TL(
"The maximal physically possible deceleration for the vehicle [m/s^2]"),
7459 TL(
"Car-following model parameter"),
7461 sigma->setRange(0, 1);
7466 TL(
"Car-following model parameter"),
7472 TL(
"SKRAUSSX parameter 1"));
7477 TL(
"SKRAUSSX parameter 2"));
7482 TL(
"SKRAUSSX parameter 3"));
7487 TL(
"SKRAUSSX parameter 4"));
7492 TL(
"SKRAUSSX parameter 5"));
7497 TL(
"EIDM Look ahead / preview parameter [s]"),
7503 TL(
"EIDM AP Reaction Time parameter [s]"),
7509 TL(
"EIDM Wiener Process parameter for the Driving Error [s]"),
7515 TL(
"EIDM Wiener Process parameter for the Estimation Error [s]"),
7521 TL(
"EIDM Coolness parameter of the Enhanced IDM [-]"),
7523 coolness->setRange(0, 1);
7528 TL(
"EIDM leader speed estimation error parameter [-]"),
7534 TL(
"EIDM gap estimation error parameter [-]"),
7540 TL(
"EIDM driving error parameter [-]"),
7546 TL(
"EIDM maximal jerk parameter [m/s^3]"),
7552 TL(
"EIDM maximal negative acceleration between two Action Points (threshold) [m/s^2]"),
7558 TL(
"EIDM Time parameter until vehicle reaches amax after startup/driveoff [s]"),
7564 TL(
"EIDM Flatness parameter of startup/driveoff curve [-]"),
7570 TL(
"EIDM Shift parameter of startup/driveoff curve [-]"),
7576 TL(
"EIDM parameter if model shall include vehicle dynamics into the acceleration calculation [0/1]"),
7582 TL(
"EIDM parameter how many vehicles are taken into the preview calculation of the driver (at least always 1!) [-]"),
7588 TL(
"Peter Wagner 2009 parameter"),
7594 TL(
"Peter Wagner 2009 parameter"),
7600 TL(
"IDMM parameter"),
7606 TL(
"IDMM parameter"),
7612 TL(
"W99 parameter"),
7618 TL(
"W99 parameter"),
7624 TL(
"W99 parameter"),
7630 TL(
"W99 parameter"),
7636 TL(
"W99 parameter"),
7642 TL(
"W99 parameter"),
7648 TL(
"W99 parameter"),
7654 TL(
"W99 parameter"),
7660 TL(
"W99 parameter"),
7666 TL(
"Wiedemann parameter"));
7671 TL(
"Wiedemann parameter"));
7676 TL(
"MinGap factor parameter"));
7686 TL(
"Kerner Phi parameter"));
7691 TL(
"IDM Delta parameter"));
7696 TL(
"IDM Stepping parameter"));
7713 TL(
"Minimum distance to pedestrians that are walking towards the conflict point with the ego vehicle."),
7719 TL(
"The accumulated waiting time after which a vehicle will drive onto an intersection even though this might cause jamming."),
7725 TL(
"This value causes vehicles to violate a yellow light if the duration of the yellow phase is lower than the given threshold."),
7731 TL(
"This value causes vehicles to violate a red light if the duration of the red phase is lower than the given threshold."),
7737 TL(
"This value causes vehicles affected by jmDriveAfterRedTime to slow down when violating a red light."),
7743 TL(
"This value causes vehicles to ignore foe vehicles that have right-of-way with the given probability."),
7749 TL(
"This value is used in conjunction with jmIgnoreFoeProb.") + std::string(
"\n") +
7750 TL(
"Only vehicles with a speed below or equal to the given value may be ignored."),
7756 TL(
"This value configures driving imperfection (dawdling) while passing a minor link."),
7762 TL(
"This value defines the minimum time gap when passing ahead of a prioritized vehicle. "),
7768 TL(
"Willingess of drivers to impede vehicles with higher priority"),
7779 TL(
"The eagerness for performing strategic lane changing. Higher values result in earlier lane-changing."),
7785 TL(
"The willingness for performing cooperative lane changing. Lower values result in reduced cooperation."),
7791 TL(
"The eagerness for performing lane changing to gain speed. Higher values result in more lane-changing."),
7797 TL(
"The eagerness for following the obligation to keep right. Higher values result in earlier lane-changing."),
7803 TL(
"The eagerness for using the configured lateral alignment within the lane.") + std::string(
"\n") +
7804 TL(
"Higher values result in increased willingness to sacrifice speed for alignment."),
7810 TL(
"The eagerness for overtaking through the opposite-direction lane. Higher values result in more lane-changing."),
7816 TL(
"Willingness to encroach laterally on other drivers."),
7822 TL(
"Minimum lateral gap when encroaching laterally on other drives (alternative way to define lcPushy)"),
7828 TL(
"Willingness to accept lower front and rear gaps on the target lane."),
7834 TL(
"Dynamic factor for modifying lcAssertive and lcPushy."),
7840 TL(
"Time to reach maximum impatience (of 1). Impatience grows whenever a lane-change manoeuvre is blocked."),
7846 TL(
"Maximum lateral acceleration per second."),
7852 TL(
"Factor for configuring the strategic lookahead distance when a change to the left is necessary (relative to right lookahead)."),
7858 TL(
"Factor for configuring the threshold asymmetry when changing to the left or to the right for speed gain."),
7864 TL(
"Upper bound on lateral speed when standing."),
7870 TL(
"Upper bound on lateral speed while moving computed as lcMaxSpeedLatStanding + lcMaxSpeedLatFactor * getSpeed()"),
7876 TL(
"Distance to an upcoming turn on the vehicles route, below which the alignment") + std::string(
"\n") +
7877 TL(
"should be dynamically adapted to match the turn direction."),
7883 TL(
"The probability for violating rules gainst overtaking on the right."),
7889 TL(
"Time threshold for the willingness to change right."),
7895 TL(
"Speed difference factor for the eagerness of overtaking a neighbor vehicle before changing lanes (threshold = factor*speedlimit)."),
7897 factor->setRange(-1, 1);
7910 TL(
"The id of the person type to use for this person"),
7918 TL(
"The position at which the person shall enter the net"),
7931 TL(
"The id of the container type to use for this container"),
7939 TL(
"The position at which the container shall enter the net"),
7950 TL(
"Minimum duration for stopping"),
7952 duration->setDefaultActivated(
true);
7957 TL(
"The time step at which the route continues"),
7963 TL(
"If set to a non-negative time value, then the stop duration can be extended at most by the extension value in seconds"),
7970 TL(
"Whether a person or container or both may end the stop"),
7972 triggered->setDiscreteValues({
"false",
"person",
"container",
"join"});
7977 TL(
"List of elements that must board the vehicle before it may continue"));
7982 TL(
"Joins this train to another upon reaching the stop"));
7988 TL(
"List of elements that can board the vehicle before it may continue"));
7993 TL(
"Whether the vehicle stops on the road or beside"),
7995 parking->setDiscreteValues({
"true",
"false",
"opportunistic"});
8000 TL(
"Activity displayed for stopped person in GUI and output files"));
8005 TL(
"Parameter to be applied to the vehicle to track the trip id within a cyclical public transport route"));
8010 TL(
"New line attribute to be set on the vehicle when reaching this stop (for cyclical public transport route)"));
8016 TL(
"Speed to be kept while driving between startPos and endPos"),
8022 TL(
"Whether the stop may be skipped if no passengers wants to embark or disembark"),
8029 TL(
"transfer time if there shall be a jump from this stop to the next route edge"),
8035 TL(
"Splits the train upon reaching the stop"));
8047 TL(
"list of consecutive edges"));
8052 TL(
"Arrival position on the last edge"),
8064 TL(
"Arrival position on the destination edge"),
8074 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"));
8086 TL(
"Train stop ID"));
8092 TL(
"Container stop ID"));
8098 TL(
"Charging station ID"));
8104 TL(
"Parking area ID"));
8111 TL(
"Edge start ID"));
8117 TL(
"TAZ start ID"));
8123 TL(
"Junction start ID"));
8129 TL(
"BusStop start ID"));
8135 TL(
"TrainStop start ID"));
8141 TL(
"ContainerStop start ID"));
8147 TL(
"ChargingStation start ID"));
8153 TL(
"ParkingArea start ID"));
8167 TL(
"The position at which the tranship shall enter the net"),
8173 TL(
"arrival position on the destination edge"),
8186 TL(
"Junction end ID"));
8192 TL(
"BusStop end ID"));
8198 TL(
"TrainStop end ID"));
8204 TL(
"ContainerStop end ID"));
8210 TL(
"ChargingStation end ID"));
8216 TL(
"ParkingArea end ID"));
8229 TL(
"List of possible traffic modes. Walking is always possible regardless of this value"));
8234 TL(
"list of vehicle alternatives to take for the person trip"));
8245 TL(
"id of the travel group. Persons with the same group may share a taxi ride"));
8255 TLF(
"speed of the person for this % in m/s (not together with duration)", tagProperties->
getTagStr()),
8261 TL(
"duration of the plan in second (not together with speed)"),
8272 TL(
"list of vehicle alternatives to take for the ride"));
8277 TL(
"id of the travel group. Persons with the same group may share a taxi ride"));
8286 TL(
"list of vehicle alternatives to take for the transport"));
8291 TL(
"id of the travel group. Persons with the same group may share a taxi ride"));
8301 TL(
"speed of the person for this tranship in m/s (not together with duration)"),
8307 TL(
"duration of the plan in second (not together with speed)"),
8318 TL(
"Minimum duration for stopping"),
8320 duration->setDefaultActivated(
true);
8325 TL(
"The time step at which the route continues"),
8331 TL(
"Activity displayed for stopped person in GUI and output files "));
8375 TL(
"Data interval begin time"),
8381 TL(
"Data interval end time"),
8409 TL(
"The ID of the edge the edgeRel starts at"));
8414 TL(
"The ID of the edge the edgeRel ends at"));
8431 TL(
"The name of the TAZ the TAZRel starts at"));
8436 TL(
"The name of the TAZ the TAZRel ends at"));
8477 TL(
"The aggregation period the values the detector collects shall be summed up"),
8483 TL(
"The time to start writing. If not given, the simulation's begin is used."),
8489 TL(
"The time to end writing. If not given the simulation's end is used."),
8495 TL(
"If set to true, edges/lanes which were not used by a vehicle during this period will not be written"),
8502 TL(
"If set, junction internal edges/lanes will be written as well"),
8508 TL(
"The maximum travel time in seconds to write if only very small movements occur"),
8514 TL(
"Consider an edge/lane unused if it has at most this many sampled seconds"),
8520 TL(
"The maximum speed to consider a vehicle halting;"),
8526 TL(
"space separated list of vehicle type ids to consider"));
8531 TL(
"whether aggregation should be performed over all vehicles that entered the edge/lane in the aggregation interval"),
8539 TL(
"List of attribute names that shall be written"));
8544 TL(
"Restrict output to the given list of edge ids"));
8549 TL(
"Restrict output to the given list of edges given in file"));
8555 TL(
"Whether the traffic statistic of all edges shall be aggregated into a single value"),
8580 TLF(
"Optional name for %", tagProperties->
getTagStr()));
8591 TL(
"The id of an edge in the simulation network"));
8597 TL(
"The id of an edge in the simulation network"));
8608 TLF(
"The name of the lane the % shall be located at", tagProperties->
getTagStr()));
8614 TLF(
"The name of the lane the % shall be located at", tagProperties->
getTagStr()));
8624 TL(
"If set, no error will be reported if element is placed behind the lane.") + std::string(
"\n") +
8625 TL(
"Instead, it will be placed 0.1 meters from the lanes end or at position 0.1,") + std::string(
"\n") +
8626 TL(
"if the position was negative and larger than the lanes length after multiplication with - 1"),
8636 TL(
"Space separated list of vehicle type ids to consider"));
8645 TL(
"The path to the output file"));
8655 TL(
"Path to the output file for writing information"));
8667 TLF(
"A bitmap to use for rendering this %", tagProperties->
getTagStr()));
8672 TLF(
"A bitmap to use for rendering this %", tagProperties->
getTagStr()));
8683 TLF(
"The departure time of the (first) % which is generated using this trip definition", tagProperties->
getTagStr()),
8693 TL(
"Explicitly allows the given vehicle classes (not given will be not allowed)"),
8699 TL(
"Explicitly disallows the given vehicle classes (not given will be allowed)"));
8708 TLF(
"The position on the lane the % shall be laid on in meters", tagProperties->
getTagStr()),
8718 TL(
"Detect persons instead of vehicles (pedestrians or passengers)"),
8729 TLF(
"The RGBA color with which the % shall be displayed", tagProperties->
getTagStr()),
8739 TLF(
"The aggregation period the values the % detector collects shall be summed up", tagProperties->
getTagStr()),
8749 TL(
"List of edge ids that must all be part of the future route of the vehicle to qualify for detection"));
8758 TL(
"The time-based threshold that describes how much time has to pass until a vehicle is recognized as halting)"),
8764 TL(
"The speed-based threshold that describes how slow a vehicle has to be to be recognized as halting) in m/s"),
8770 TL(
"The maximum distance to the next standing vehicle in order to make this vehicle count as a participant to the jam in m"),
8782 TL(
"The probability when being added to a distribution without an explicit probability"),
8788 TL(
"The probability when being added to a distribution without an explicit probability"),
8797 int basicEditableAttributes = 0;
8798 int geoAttributes = 0;
8799 int flowAttributes = 0;
8800 int neteditAttributes = 0;
8801 for (
const auto& attributeProperty : tagPropertyItem.second->getAttributeProperties()) {
8802 if (attributeProperty->isCreateMode() || attributeProperty->isEditMode()) {
8803 if (attributeProperty->isBasicEditor()) {
8804 basicEditableAttributes++;
8806 if (attributeProperty->isGeoEditor()) {
8809 if (attributeProperty->isFlowEditor()) {
8812 if (attributeProperty->isNeteditEditor()) {
8813 neteditAttributes++;
8836 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 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
@ GNE_ATTR_VTYPE_DISTRIBUTION
vehicle type distribution
@ 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
@ GNE_ATTR_ROUTE_DISTRIBUTION
route distribution
@ 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 LANE_START
lane start
static const std::string LANE_END
lane end
static const std::string True
true value in string format (used for comparing boolean values in getAttribute(......
static const std::string False
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::string &extensions)
set discrete values
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 fillPersonPlanTrips()
fill person plan trips
~GNETagPropertiesDatabase()
destructor
void fillCommonStoppingPlaceAttributes(GNETagProperties *tagProperties, const bool includeColor)
fill common stoppingPlace attributes
void fillDistributionProbability(GNETagProperties *tagProperties, const bool visible)
fill distribution probability attribute
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 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
return true if tag correspond to an element child of another element (Example: E3->Entry/Exit)
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
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< 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