CoolFace
Apppublic

linpershey/process_mining

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
ex1.pnml97 linesDownload Raw Back to input_data
1<?xml version='1.0' encoding='UTF-8'?>2<pnml>3  <net id="net1" type="http://www.pnml.org/version-2009/grammar/pnmlcoremodel">4    <page id="n0">5      <place id="p1">6        <name>7          <text>p1</text>8        </name>9      </place>10      <place id="p5">11        <name>12          <text>p5</text>13        </name>14      </place>15      <place id="p2">16        <name>17          <text>p2</text>18        </name>19      </place>20      <place id="source">21        <name>22          <text>source</text>23        </name>24        <initialMarking>25          <text>1</text>26        </initialMarking>27      </place>28      <place id="p4">29        <name>30          <text>p4</text>31        </name>32      </place>33      <place id="sink">34        <name>35          <text>sink</text>36        </name>37      </place>38      <place id="p3">39        <name>40          <text>p3</text>41        </name>42      </place>43      <place id="p6">44        <name>45          <text>p6</text>46        </name>47      </place>48      <transition id="A">49        <name>50          <text>A</text>51        </name>52      </transition>53      <transition id="B">54        <name>55          <text>B</text>56        </name>57      </transition>58      <transition id="C">59        <name>60          <text>C</text>61        </name>62      </transition>63      <transition id="D">64        <name>65          <text>D</text>66        </name>67      </transition>68      <transition id="E">69        <name>70          <text>E</text>71        </name>72      </transition>73      <arc id="138343024378" source="p6" target="D"/>74      <arc id="138343014759" source="A" target="p1"/>75      <arc id="138343014765" source="p1" target="B"/>76      <arc id="138343019855" source="p5" target="E"/>77      <arc id="138343014801" source="p2" target="C"/>78      <arc id="138343024273" source="C" target="p6"/>79      <arc id="138343019891" source="p3" target="E"/>80      <arc id="138343014708" source="source" target="A"/>81      <arc id="138343024213" source="B" target="p3"/>82      <arc id="138343024276" source="p4" target="D"/>83      <arc id="138343019828" source="D" target="p5"/>84      <arc id="138343019987" source="E" target="sink"/>85      <arc id="138343014810" source="A" target="p2"/>86      <arc id="138343024219" source="B" target="p4"/>87    </page>88    <finalmarkings>89      <marking>90        <place idref="sink">91          <text>1</text>92        </place>93      </marking>94    </finalmarkings>95  </net>96</pnml>97