~tapaal-red/verifypn/rule-l

« back to all changes in this revision

Viewing changes to test_models/reduction-020-deadlock/model.pnml

  • Committer: Peter G. Jensen
  • Date: 2020-07-03 09:19:50 UTC
  • mto: This revision was merged to the branch mainline in revision 225.
  • Revision ID: root@petergjoel.dk-20200703091950-0wdbe4bezt4obe0t
added simple test-script and test models

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
 
3
    <net id="ComposedModel" type="http://www.pnml.org/version-2009/grammar/ptnet">
 
4
        <page id="page0">
 
5
            <place id="Res1">
 
6
                <graphics>
 
7
                    <position x="285" y="180"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>Res1</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="Res2">
 
20
                <graphics>
 
21
                    <position x="405" y="180"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>Res2</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>1</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="out">
 
34
                <graphics>
 
35
                    <position x="615" y="180"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="60" y="18"/>
 
40
                    </graphics>
 
41
                    <text>out</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>0</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <place id="P12">
 
48
                <graphics>
 
49
                    <position x="555" y="45"/>
 
50
                </graphics>
 
51
                <name>
 
52
                    <graphics>
 
53
                        <offset x="-5" y="35"/>
 
54
                    </graphics>
 
55
                    <text>P12</text>
 
56
                </name>
 
57
                <initialMarking>
 
58
                    <text>0</text>
 
59
                </initialMarking>
 
60
            </place>
 
61
            <place id="P14">
 
62
                <graphics>
 
63
                    <position x="285" y="60"/>
 
64
                </graphics>
 
65
                <name>
 
66
                    <graphics>
 
67
                        <offset x="-5" y="35"/>
 
68
                    </graphics>
 
69
                    <text>P14</text>
 
70
                </name>
 
71
                <initialMarking>
 
72
                    <text>0</text>
 
73
                </initialMarking>
 
74
            </place>
 
75
            <transition id="T6">
 
76
                <name>
 
77
                    <graphics>
 
78
                        <offset x="-5" y="35"/>
 
79
                    </graphics>
 
80
                    <text>T6</text>
 
81
                </name>
 
82
                <graphics>
 
83
                    <position x="435" y="45"/>
 
84
                </graphics>
 
85
            </transition>
 
86
            <transition id="T8">
 
87
                <name>
 
88
                    <graphics>
 
89
                        <offset x="-5" y="35"/>
 
90
                    </graphics>
 
91
                    <text>T8</text>
 
92
                </name>
 
93
                <graphics>
 
94
                    <position x="585" y="120"/>
 
95
                </graphics>
 
96
            </transition>
 
97
            <arc id="Res2_to_T6" source="Res2" target="T6" type="normal"/>
 
98
            <arc id="P12_to_T8" source="P12" target="T8" type="normal"/>
 
99
            <arc id="P14_to_T6" source="P14" target="T6" type="normal"/>
 
100
            <arc id="T6_to_Res1" source="T6" target="Res1" type="normal"/>
 
101
            <arc id="T8_to_Res2" source="T8" target="Res2" type="normal"/>
 
102
            <arc id="T8_to_out" source="T8" target="out" type="normal"/>
 
103
            <arc id="T6_to_P12" source="T6" target="P12" type="normal"/>
 
104
        </page>
 
105
        <name>
 
106
            <text>ComposedModel</text>
 
107
        </name>
 
108
    </net>
 
109
</pnml>