CoolFace
Apppublic

linpershey/process_mining

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
ex2.pnml135 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="c1">6        <name>7          <text>c1</text>8        </name>9      </place>10      <place id="c6">11        <name>12          <text>c6</text>13        </name>14      </place>15      <place id="c2">16        <name>17          <text>c2</text>18        </name>19      </place>20      <place id="c5">21        <name>22          <text>c5</text>23        </name>24      </place>25      <place id="source">26        <name>27          <text>source</text>28        </name>29        <initialMarking>30          <text>1</text>31        </initialMarking>32      </place>33      <place id="c3">34        <name>35          <text>c3</text>36        </name>37      </place>38      <place id="c4">39        <name>40          <text>c4</text>41        </name>42      </place>43      <place id="sink">44        <name>45          <text>sink</text>46        </name>47      </place>48      <place id="c7">49        <name>50          <text>c7</text>51        </name>52      </place>53      <place id="c8">54        <name>55          <text>c8</text>56        </name>57      </place>58      <transition id="E">59        <name>60          <text>Compute Low-value Claim</text>61        </name>62      </transition>63      <transition id="G">64        <name>65          <text>Consult Expert</text>66        </name>67      </transition>68      <transition id="A">69        <name>70          <text>Set Checkpoint</text>71        </name>72      </transition>73      <transition id="H">74        <name>75          <text>Check Liability</text>76        </name>77      </transition>78      <transition id="D">79        <name>80          <text>Check Policy</text>81        </name>82      </transition>83      <transition id="I">84        <name>85          <text>Set Checkpoint</text>86        </name>87      </transition>88      <transition id="F">89        <name>90          <text>Compute High-value Claim</text>91        </name>92      </transition>93      <transition id="C">94        <name>95          <text>Register as High-Value Claim</text>96        </name>97      </transition>98      <transition id="B">99        <name>100          <text>Register as Low-Value Claim</text>101        </name>102      </transition>103      <arc id="116746892551" source="c2" target="D"/>104      <arc id="116746892554" source="c5" target="E"/>105      <arc id="116746889867" source="A" target="c1"/>106      <arc id="116746889870" source="c1" target="B"/>107      <arc id="116746892563" source="c6" target="G"/>108      <arc id="116746892581" source="G" target="c7"/>109      <arc id="116746892587" source="c7" target="H"/>110      <arc id="116746884142" source="B" target="c5"/>111      <arc id="116746892593" source="D" target="c3"/>112      <arc id="116746892599" source="c3" target="E"/>113      <arc id="116746892605" source="c3" target="F"/>114      <arc id="116746892611" source="H" target="c8"/>115      <arc id="116746884169" source="C" target="c6"/>116      <arc id="116746892617" source="c8" target="F"/>117      <arc id="116746884301" source="C" target="c2"/>118      <arc id="116746892623" source="E" target="c4"/>119      <arc id="116746889813" source="source" target="A"/>120      <arc id="116746892629" source="F" target="c4"/>121      <arc id="116746892635" source="c4" target="I"/>122      <arc id="116746892641" source="I" target="sink"/>123      <arc id="116746884205" source="B" target="c2"/>124      <arc id="116746889978" source="c1" target="C"/>125    </page>126    <finalmarkings>127      <marking>128        <place idref="sink">129          <text>1</text>130        </place>131      </marking>132    </finalmarkings>133  </net>134</pnml>135