23 lines
645 B
XML
23 lines
645 B
XML
<?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="gentilleNetwork">
|
|
<nodes xsi:type="petrinet:Place"
|
|
name="debut"
|
|
tokens="1"/>
|
|
<nodes xsi:type="petrinet:Place"
|
|
name="fin"/>
|
|
<nodes xsi:type="petrinet:Transition"
|
|
name="debut2fin">
|
|
<arcs weight="1"
|
|
target="//@nodes.0"/>
|
|
<arcs weight="1"
|
|
outgoing="true"
|
|
target="//@nodes.1"/>
|
|
</nodes>
|
|
</petrinet:Network>
|