25 lines
705 B
Plaintext
25 lines
705 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<petrinet:Network
|
||
|
xmi:version="2.0"
|
||
|
xmlns:xmi="http://www.omg.org/XMI"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xmlns:petrinet="http://petrinet"
|
||
|
xsi:schemaLocation="http://petrinet petriNet.ecore"
|
||
|
name="gentilNetwork">
|
||
|
<nodes xsi:type="petrinet:Place"
|
||
|
name="debut"
|
||
|
tokens="1"
|
||
|
arcs="//@nodes.2/@arcs.0"/>
|
||
|
<nodes xsi:type="petrinet:Place"
|
||
|
name="fin"
|
||
|
arcs="//@nodes.2/@arcs.1"/>
|
||
|
<nodes xsi:type="petrinet:Transition"
|
||
|
name="debut2fin">
|
||
|
<arcs weight="1"
|
||
|
place="//@nodes.0"/>
|
||
|
<arcs weight="1"
|
||
|
outgoing="true"
|
||
|
place="//@nodes.1"/>
|
||
|
</nodes>
|
||
|
</petrinet:Network>
|