~tapaal-ltl/verifypn/rule-D-fix

« back to all changes in this revision

Viewing changes to test_models/deadlock-test018/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="P0">
 
6
                <graphics>
 
7
                    <position x="135" y="255"/>
 
8
                </graphics>
 
9
                <name>
 
10
                    <graphics>
 
11
                        <offset x="-5" y="35"/>
 
12
                    </graphics>
 
13
                    <text>P0</text>
 
14
                </name>
 
15
                <initialMarking>
 
16
                    <text>1</text>
 
17
                </initialMarking>
 
18
            </place>
 
19
            <transition id="T0">
 
20
                <name>
 
21
                    <graphics>
 
22
                        <offset x="-5" y="35"/>
 
23
                    </graphics>
 
24
                    <text>T0</text>
 
25
                </name>
 
26
                <graphics>
 
27
                    <position x="120" y="165"/>
 
28
                </graphics>
 
29
            </transition>
 
30
            <arc id="T0_to_P0" source="T0" target="P0" type="normal">
 
31
                <graphics>
 
32
                    <position x="74" y="224"/>
 
33
                </graphics>
 
34
            </arc>
 
35
            <arc id="P0_to_T0" source="P0" target="T0" type="inhibitor">
 
36
                <graphics>
 
37
                    <position x="224" y="224"/>
 
38
                </graphics>
 
39
            </arc>
 
40
        </page>
 
41
        <name>
 
42
            <text>ComposedModel</text>
 
43
        </name>
 
44
    </net>
 
45
</pnml>