#VERSION "1.3" #PREFIX pndm @"http://psi.semports.org/pndm/" /* ----------------- Operand Hierarchy Start ------- */ [o1 : pndm:operand @"http://psi.semports.org/pndm/operand1"] [o2 : pndm:operand @"http://psi.semports.org/pndm/operand2"] [o3 : pndm:operand @"http://psi.semports.org/pndm/operand3"] /* ----------------- Operand Hierarchy End --------- */ [curpetrinet : pndm:petrinet = "Mein zweiter MWP"] {curpetrinet , pndm:pnpm , [[http://psi.semports.org/mwp/]]} [P1 : pndm:place = "P1"] {P1 , pndm:label , [[Place 1]]} [T1 : pndm:transition ="T1"] {T1 , pndm:label , [[Transition 1]]} {T1 , pndm:operator , [[http://psi.semports.org/mwp/getHumanString]]} {T1 , pndm:operand1, [[Was ist ihr Name?]]} [P2 : pndm:place = "P2"] {P2 , pndm:label , [[Place 2]]} [T2 : pndm:transition ="T2"] {T2 , pndm:label , [[Transition 2]]} {T2 , pndm:operator , [[http://psi.semports.org/mwp/ConsoleInformation]]} {T2 , pndm:operand1, [[Hallo: %Transition 1.value%!]]} [P3 : pndm:place = "P3"] {P3 , pndm:label , [[Place 3]]} pndm:arc(P1 : pndm:arc_predecessor , T1 : pndm:arc_successor) pndm:arc(T1 : pndm:arc_predecessor , P2 : pndm:arc_successor) pndm:arc(P2 : pndm:arc_predecessor , T2 : pndm:arc_successor) pndm:arc(T2 : pndm:arc_predecessor , P3 : pndm:arc_successor) pndm:workflow(P1 : pndm:start_place , P3: pndm:end_place) ~ myworkflow [myworkflow ="Wessen Welt?"] {myworkflow, pndm:label, [[Wessen Welt?]]}