~tapaal-contributor/verifypn/unfoldTACPN

« back to all changes in this revision

Viewing changes to test_models/inhibitors-test003/model.pnml

  • Committer: tpede16 at aau
  • Date: 2020-11-20 12:40:58 UTC
  • Revision ID: tpede16@student.aau.dk-20201120124058-a21zlqk70r4l753c
Merge with trunk

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="P18">
 
6
                <graphics>
 
7
                    <position x="135" y="135"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>P18</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <place id="P19">
 
20
                <graphics>
 
21
                    <position x="135" y="345"/>
 
22
                </graphics>
 
23
                <name>
 
24
                    <graphics>
 
25
                        <offset x="-5" y="35"/>
 
26
                    </graphics>
 
27
                    <text>P19</text>
 
28
                </name>
 
29
                <initialMarking>
 
30
                    <text>0</text>
 
31
                </initialMarking>
 
32
            </place>
 
33
            <place id="Final">
 
34
                <graphics>
 
35
                    <position x="135" y="585"/>
 
36
                </graphics>
 
37
                <name>
 
38
                    <graphics>
 
39
                        <offset x="-5" y="35"/>
 
40
                    </graphics>
 
41
                    <text>Final</text>
 
42
                </name>
 
43
                <initialMarking>
 
44
                    <text>0</text>
 
45
                </initialMarking>
 
46
            </place>
 
47
            <place id="P21">
 
48
                <graphics>
 
49
                    <position x="315" y="240"/>
 
50
                </graphics>
 
51
                <name>
 
52
                    <graphics>
 
53
                        <offset x="-5" y="35"/>
 
54
                    </graphics>
 
55
                    <text>P21</text>
 
56
                </name>
 
57
                <initialMarking>
 
58
                    <text>1</text>
 
59
                </initialMarking>
 
60
            </place>
 
61
            <place id="P22">
 
62
                <graphics>
 
63
                    <position x="315" y="480"/>
 
64
                </graphics>
 
65
                <name>
 
66
                    <graphics>
 
67
                        <offset x="-5" y="35"/>
 
68
                    </graphics>
 
69
                    <text>P22</text>
 
70
                </name>
 
71
                <initialMarking>
 
72
                    <text>1</text>
 
73
                </initialMarking>
 
74
            </place>
 
75
            <transition id="T8">
 
76
                <name>
 
77
                    <graphics>
 
78
                        <offset x="-5" y="35"/>
 
79
                    </graphics>
 
80
                    <text>T8</text>
 
81
                </name>
 
82
                <graphics>
 
83
                    <position x="135" y="240"/>
 
84
                </graphics>
 
85
            </transition>
 
86
            <transition id="T9">
 
87
                <name>
 
88
                    <graphics>
 
89
                        <offset x="-5" y="35"/>
 
90
                    </graphics>
 
91
                    <text>T9</text>
 
92
                </name>
 
93
                <graphics>
 
94
                    <position x="135" y="480"/>
 
95
                </graphics>
 
96
            </transition>
 
97
            <transition id="T10">
 
98
                <name>
 
99
                    <graphics>
 
100
                        <offset x="-5" y="35"/>
 
101
                    </graphics>
 
102
                    <text>T10</text>
 
103
                </name>
 
104
                <graphics>
 
105
                    <position x="450" y="345"/>
 
106
                </graphics>
 
107
            </transition>
 
108
            <transition id="T11">
 
109
                <name>
 
110
                    <graphics>
 
111
                        <offset x="-5" y="35"/>
 
112
                    </graphics>
 
113
                    <text>T11</text>
 
114
                </name>
 
115
                <graphics>
 
116
                    <position x="240" y="315"/>
 
117
                </graphics>
 
118
            </transition>
 
119
            <arc id="P21_to_T11" source="P21" target="T11" type="normal"/>
 
120
            <arc id="P22_to_T10" source="P22" target="T10" type="normal"/>
 
121
            <arc id="T11_to_P22" source="T11" target="P22" type="normal"/>
 
122
            <arc id="T10_to_P21" source="T10" target="P21" type="normal"/>
 
123
            <arc id="P18_to_T8" source="P18" target="T8" type="normal"/>
 
124
            <arc id="T8_to_P19" source="T8" target="P19" type="normal"/>
 
125
            <arc id="P19_to_T9" source="P19" target="T9" type="normal"/>
 
126
            <arc id="T9_to_Final" source="T9" target="Final" type="normal"/>
 
127
            <arc id="P21_to_T8" source="P21" target="T8" type="inhibitor"/>
 
128
            <arc id="P22_to_T9" source="P22" target="T9" type="inhibitor"/>
 
129
        </page>
 
130
        <name>
 
131
            <text>ComposedModel</text>
 
132
        </name>
 
133
    </net>
 
134
</pnml>