projet-mini-genie-logiciel-.../eclipse-workspace/fr.n7.petrinet/net.xmi

23 lines
645 B
Plaintext
Raw Normal View History

2021-10-09 14:54:52 +00:00
<?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"
2021-10-09 14:54:52 +00:00
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>