1
0
This commit is contained in:
Jip J. Dekker 2013-12-20 14:33:33 +01:00
parent 177b453dd3
commit b7ee2dd0a7

7
Model/model.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE nta PUBLIC '-//Uppaal Team//DTD Flat System 1.1//EN' 'http://www.it.uu.se/research/group/darts/uppaal/flat-1_1.dtd'><nta><declaration>// Place global declarations here.
</declaration><template><name x="5" y="5">Template</name><declaration>// Place local declarations here.
</declaration><location id="id0" x="16" y="-40"></location><init ref="id0"/></template><system>// Place template instantiations here.
Process = Template();
// List one or more processes to be composed into a system.
system Process;</system></nta>