~opaal-developers/opaal/trunk

« back to all changes in this revision

Viewing changes to tests/gensuccgen/invariant_mixed_disjunct1.xml

  • Committer: Mads Chr. Olesen
  • Date: 2013-09-24 10:05:34 UTC
  • mfrom: (54.1.134 opaal-ltsmin-succgen)
  • Revision ID: launchpad@shiyee.dk-20130924100534-xg7ijz0sbdabnz36
Make the ltsmin gensuccgen branch the new trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE nta PUBLIC '-//Uppaal Team//DTD Flat System 1.1//EN' 'http://www.it.uu.se/research/group/darts/uppaal/flat-1_1.dtd'>
 
3
<nta>
 
4
        <declaration>int x;
 
5
clock c;</declaration>
 
6
        <template>
 
7
                <name x="5" y="5">Template</name>
 
8
                <declaration>// Place local declarations here.
 
9
</declaration>
 
10
                <location id="id0" x="-72" y="168">
 
11
                </location>
 
12
                <location id="id1" x="16" y="-40">
 
13
                        <label kind="invariant" x="6" y="-25">x &lt;= 5 || c &lt;= 5</label>
 
14
                </location>
 
15
                <init ref="id1"/>
 
16
                <transition>
 
17
                        <source ref="id1"/>
 
18
                        <target ref="id0"/>
 
19
                        <label kind="guard" x="-88" y="34">c &gt;= 42</label>
 
20
                </transition>
 
21
        </template>
 
22
        <system>// Place template instantiations here.
 
23
Process = Template();
 
24
 
 
25
// List one or more processes to be composed into a system.
 
26
system Process;</system>
 
27
</nta>