Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/jtrrouter/function/defaults/input_turns.turns.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- generated on 2020-02-17 13:27:39.994600 by turnFile2EdgeRelations.py v1_5_0+0118-a6ba6eb
3
options: -t input_turns.turns.xml -o tmp.xml
4
-->
5
<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/datamode_file.xsd">
6
<interval begin="0" end="10000">
7
<edgeRelation from="beg" to="beg2right" probability=".5"/>
8
<edgeRelation from="beg" to="beg2left" probability=".5"/>
9
<edgeRelation from="beg" to="middle" probability="0"/>
10
<edgeRelation from="beg" to="-beg" probability="0"/>
11
<edgeRelation from="right2end" to="-middle" probability="1"/>
12
<edgeRelation from="right2end" to="end" probability="0"/>
13
<edgeRelation from="right2end" to="-left2end" probability="0"/>
14
<edgeRelation from="right2end" to="-right2end" probability="0"/>
15
<edgeRelation from="left2end" to="-middle" probability="1"/>
16
<edgeRelation from="left2end" to="end" probability="0"/>
17
<edgeRelation from="left2end" to="-right2end" probability="0"/>
18
<edgeRelation from="left2end" to="-left2end" probability="0"/>
19
<edgeRelation from="-middle" to="middle" probability="1"/>
20
<edgeRelation from="-middle" to="-beg" probability="0"/>
21
<edgeRelation from="-middle" to="beg2right" probability="0"/>
22
<edgeRelation from="-middle" to="beg2left" probability="0"/>
23
<edgeRelation from="middle" to="end" probability="1"/>
24
<edgeRelation from="middle" to="-middle" probability="0"/>
25
<edgeRelation from="middle" to="-right2end" probability="0"/>
26
<edgeRelation from="middle" to="-left2end" probability="0"/>
27
<edgeRelation from="beg2right" to="right" probability="1"/>
28
<edgeRelation from="beg2right" to="-beg2right" probability="0"/>
29
<edgeRelation from="beg2left" to="left" probability="1"/>
30
<edgeRelation from="beg2left" to="-beg2left" probability="0"/>
31
<edgeRelation from="right" to="right2end" probability="1"/>
32
<edgeRelation from="right" to="-right" probability="0"/>
33
<edgeRelation from="left" to="left2end" probability="1"/>
34
<edgeRelation from="left" to="-left" probability="0"/>
35
</interval>
36
</data>
37
38