cpee-resources 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. checksums.yaml +7 -0
  2. data/AUTHORS +2 -0
  3. data/LICENSE +165 -0
  4. data/README.md +10 -0
  5. data/Rakefile +21 -0
  6. data/cpee-resources.gemspec +24 -0
  7. data/lib/cpee-resources/implementation.rb +136 -0
  8. data/lib/cpee-resources/implementation.xml +92 -0
  9. data/server/data/endpoints/http%3A%2F%2Fcpee.org%2Frdpm%2Fallocation/schema.rng +20 -0
  10. data/server/data/endpoints/http%3A%2F%2Fcpee.org%2Frdpm%2Fallocation/symbol.svg +5 -0
  11. data/server/data/endpoints/https%3A%2F%2Fcpee.org%2Fflow%2Fstart%2Furl%2F/properties.json +3 -0
  12. data/server/data/endpoints/https%3A%2F%2Fcpee.org%2Fflow%2Fstart%2Furl%2F/schema.rng +57 -0
  13. data/server/data/endpoints/https%3A%2F%2Fcpee.org%2Fflow%2Fstart%2Furl%2F/symbol.svg +6 -0
  14. data/server/data/endpoints/https%3A%2F%2Fcpee.org%2Fservices%2Fpowernap.php/schema.rng +5 -0
  15. data/server/data/endpoints/https%3A%2F%2Fcpee.org%2Fservices%2Fpowernap.php/symbol.svg +5 -0
  16. data/server/data/endpoints/https%3A%2F%2Fcpee.org%2Fworklist%2Fserver%2Fmodeller%2F/schema.rng +5 -0
  17. data/server/data/endpoints/https-get%3A%2F%2Flab.bpm.in.tum.de%2Fopcua%2Fread%2F/schema.rng +19 -0
  18. data/server/data/endpoints/https-get%3A%2F%2Flab.bpm.in.tum.de%2Fopcua%2Fwait%2F/schema.rng +34 -0
  19. data/server/data/endpoints/https-get%3A%2F%2Flab.bpm.in.tum.de%2Fopcua%2Fwait%2F/symbol.svg +5 -0
  20. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-auto.php/properties.json +3 -0
  21. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-auto.php/schema.rng +5 -0
  22. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-receive.php/schema.rng +5 -0
  23. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-receive.php/symbol.svg +6 -0
  24. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-send.php/schema.rng +13 -0
  25. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-send.php/symbol.svg +6 -0
  26. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-subprocess.php/properties.json +3 -0
  27. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-subprocess.php/schema.rng +5 -0
  28. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-subprocess.php/symbol.svg +6 -0
  29. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-user.php/properties.json +3 -0
  30. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-user.php/schema.rng +5 -0
  31. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout-user.php/symbol.svg +4 -0
  32. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout.php/properties.json +4 -0
  33. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout.php/schema.rng +5 -0
  34. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fservices%2Ftimeout.php/symbol.svg +5 -0
  35. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fworklist%2Fserver%2F/schema.rng +54 -0
  36. data/server/data/endpoints/https-post%3A%2F%2Fcpee.org%2Fworklist%2Fserver%2F/symbol.svg +4 -0
  37. data/server/data/endpoints/https-put%3A%2F%2Flab.bpm.in.tum.de%2Fopcua%2Fexecute%2F/schema.rng +26 -0
  38. data/server/data/endpoints/https-put%3A%2F%2Flab.bpm.in.tum.de%2Fopcua%2Fwrite%2F/schema.rng +22 -0
  39. data/server/data/endpoints/human/schema.rng +1 -0
  40. data/server/data/endpoints/human/symbol.svg +4 -0
  41. data/server/data/endpoints/machine/schema.rng +1 -0
  42. data/server/data/endpoints/motor_gear/properties.json +3 -0
  43. data/server/data/endpoints/motor_gear/schema.rng +8 -0
  44. data/server/data/endpoints/motor_gear/symbol.svg +14 -0
  45. data/server/data/endpoints/motor_hull_sensor/properties.json +3 -0
  46. data/server/data/endpoints/motor_hull_sensor/schema.rng +8 -0
  47. data/server/data/endpoints/motor_hull_sensor/symbol.svg +20 -0
  48. data/server/data/endpoints/motor_start/symbol.svg +10 -0
  49. data/server/data/endpoints/motor_stop/symbol.svg +15 -0
  50. data/server/data/endpoints/plc/schema.rng +1 -0
  51. data/server/data/endpoints/plc/symbol.svg +4 -0
  52. data/server/data/endpoints/receive/properties.json +3 -0
  53. data/server/data/endpoints/receive/schema.rng +8 -0
  54. data/server/data/endpoints/receive/symbol.svg +6 -0
  55. data/server/data/endpoints/robot/new.svg +5 -0
  56. data/server/data/endpoints/robot/properties.json +3 -0
  57. data/server/data/endpoints/robot/schema.rng +13 -0
  58. data/server/data/endpoints/robot/symbol.svg +4 -0
  59. data/server/data/endpoints/robot_subprocess/properties.json +3 -0
  60. data/server/data/endpoints/robot_subprocess/schema.rng +13 -0
  61. data/server/data/endpoints/robot_subprocess/symbol.svg +7 -0
  62. data/server/data/endpoints/send/schema.rng +11 -0
  63. data/server/data/endpoints/send/symbol.svg +6 -0
  64. data/server/data/endpoints/sensor/schema.rng +1 -0
  65. data/server/data/endpoints/sensor/symbol.svg +7 -0
  66. data/server/data/endpoints/subprocess/properties.json +3 -0
  67. data/server/data/endpoints/subprocess/schema.rng +13 -0
  68. data/server/data/endpoints/subprocess/symbol.svg +6 -0
  69. data/server/data/endpoints/wait/symbol.svg +5 -0
  70. data/server/data/modifiers/00_Themes/00_extended/condition.json +3 -0
  71. data/server/data/modifiers/00_Themes/00_extended/patch.xml +6 -0
  72. data/server/data/modifiers/00_Themes/01_preset/condition.json +3 -0
  73. data/server/data/modifiers/00_Themes/01_preset/patch.xml +6 -0
  74. data/server/data/modifiers/00_Themes/02_packed/condition.json +3 -0
  75. data/server/data/modifiers/00_Themes/02_packed/patch.xml +6 -0
  76. data/server/data/modifiers/00_Themes/03_compact/condition.json +3 -0
  77. data/server/data/modifiers/00_Themes/03_compact/patch.xml +6 -0
  78. data/server/data/modifiers/01_Model%20Type/00_CPEE/condition.json +3 -0
  79. data/server/data/modifiers/01_Model%20Type/00_CPEE/patch.xml +11 -0
  80. data/server/data/modifiers/01_Model%20Type/01_Signavio%20BPMN2/condition.json +3 -0
  81. data/server/data/modifiers/01_Model%20Type/01_Signavio%20BPMN2/patch.xml +11 -0
  82. data/server/data/modifiers/01_Model%20Type/02_ChatGPT%20Mermaid/condition.json +3 -0
  83. data/server/data/modifiers/01_Model%20Type/02_ChatGPT%20Mermaid/patch.xml +11 -0
  84. data/server/data/modifiers/01_Model%20Type/03_ChatGPT%20Graphviz/condition.json +3 -0
  85. data/server/data/modifiers/01_Model%20Type/03_ChatGPT%20Graphviz/patch.xml +11 -0
  86. data/server/data/modifiers/02_Execution%20Restriction/00_None/condition.json +3 -0
  87. data/server/data/modifiers/02_Execution%20Restriction/00_None/patch.xml +6 -0
  88. data/server/data/modifiers/02_Execution%20Restriction/01_Only%20One%20Instance/condition.json +3 -0
  89. data/server/data/modifiers/02_Execution%20Restriction/01_Only%20One%20Instance/patch.xml +14 -0
  90. data/server/data/modifiers/02_Execution%20Restriction/01_Only%20One%20Instance/unpatch.xml +5 -0
  91. data/server/data/modifiers/02_Execution%20Restriction/02_Only%20One%20Per%20Resource/condition.json +3 -0
  92. data/server/data/modifiers/02_Execution%20Restriction/02_Only%20One%20Per%20Resource/patch.xml +17 -0
  93. data/server/data/modifiers/02_Execution%20Restriction/02_Only%20One%20Per%20Resource/ui.rng +5 -0
  94. data/server/data/modifiers/02_Execution%20Restriction/02_Only%20One%20Per%20Resource/unpatch.xml +5 -0
  95. data/server/resources +35 -0
  96. data/tools/cpee-resources +66 -0
  97. metadata +154 -0
@@ -0,0 +1,5 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="timeout" rngui:label="Duration">
3
+ <data type="float" rngui:label="duration in seconds"/>
4
+ </element>
5
+ </element>
@@ -0,0 +1,5 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="timeout" rngui:label="Duration">
3
+ <data type="float" rngui:label="duration in seconds"/>
4
+ </element>
5
+ </element>
@@ -0,0 +1,6 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="15" cy="15" r="14" class="cline stand"/>
3
+ <circle cx="15" cy="15" r="11" class="hfill rfill cline stand"/>
4
+ <rect x="9" y="11" width="12" height="8" class="black" style="fill: none"/>
5
+ <path d="m 9,11 6,4 6,-4" class="black" style="fill: none"/>
6
+ </svg>
@@ -0,0 +1,13 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="timeout" rngui:label="Duration">
3
+ <data type="float" rngui:label="duration in seconds"/>
4
+ </element>
5
+ <element name="ignore" rngui:header="Send Data">
6
+ <zeroOrMore rngui:label="Create Pair">
7
+ <element rngui:label="Name" rngui:labeltype="xml">
8
+ <anyName/>
9
+ <data type="string" rngui:label="Value"/>
10
+ </element>
11
+ </zeroOrMore>
12
+ </element>
13
+ </element>
@@ -0,0 +1,6 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="15" cy="15" r="14" class="cline stand"/>
3
+ <circle cx="15" cy="15" r="11" class="rfill hfill cline stand"/>
4
+ <rect x="9" y="11" width="12" height="8" class="black"/>
5
+ <path d="m 9,11 6,3 6,-3" class="white rline hline" style="fill: none;"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="timeout" rngui:label="Duration">
3
+ <data type="float" rngui:label="duration in seconds"/>
4
+ </element>
5
+ </element>
@@ -0,0 +1,6 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <path class="cline hfill rfill stand" d="m 2 22 l 13 0 l 0 -14 l -13 0"/>
4
+ <path class="stand" d="m 5 15 l 6 0"/>
5
+ <path class="stand" d="m 8 12 l 0 6"/>
6
+ </g>
@@ -0,0 +1,5 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="timeout" rngui:label="Duration">
3
+ <data type="float" rngui:label="duration in seconds"/>
4
+ </element>
5
+ </element>
@@ -0,0 +1,4 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
3
+ <path transform="translate(-2,-2)" class="normal" style="fill:#000000;" d="m 15,6.5 a 3.9999995,4 0 0 0 -4,4 3.9999995,4 0 0 0 4,4 3.9999995,4 0 0 0 4,-4 3.9999995,4 0 0 0 -4,-4 z m 0,8 -3.5,0 c -1.108,0 -2,0.892 -2,2 l 0,5 c 0,1.108 0.892,2 2,2 l 7,0 c 1.108,0 2,-0.892 2,-2 l 0,-5 c 0,-1.108 -0.892,-2 -2,-2 l -3.5,0 z"/>
4
+ </g>
@@ -0,0 +1,4 @@
1
+ {
2
+ "type": "event",
3
+ "resource": "timer"
4
+ }
@@ -0,0 +1,5 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="timeout" rngui:label="Duration">
3
+ <data type="float" rngui:label="duration in seconds"/>
4
+ </element>
5
+ </element>
@@ -0,0 +1,5 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="15" cy="15" r="14" class="cline stand"/>
3
+ <circle cx="15" cy="15" r="11" class="cline hfill rfill stand"/>
4
+ <path d="m 9,11 7,5 0,-6" class="stand" style="fill: none;"/>
5
+ </g>
@@ -0,0 +1,54 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="orgmodel" rngui:label="Organisation Model">
3
+ <data type="string" rngui:label="Link to an XML Org-Model"/>
4
+ </element>
5
+ <element name="form" rngui:label="Form Link">
6
+ <data type="string" rngui:label="Link to an HTML Form"/>
7
+ </element>
8
+ <element name="role" rngui:label="Role">
9
+ <data type="string" rngui:label="e.g. Assistant"/>
10
+ </element>
11
+ <element name="priority" rngui:label="Priority" rngui:default="1">
12
+ <data type="positiveInteger" rngui:label="a number between zero and n"/>
13
+ </element>
14
+ <element name="handling" rngui:label="Handling" rngui:onchange="self.relaxngui_toggle('> call > parameters > arguments > collect','> call > parameters > arguments > deadline')" rngui:oninit="self.relaxngui_visible('collect','> call > parameters > arguments > collect','> call > parameters > arguments > deadline')">
15
+ <attribute name="rngui-nonfunctional"/>
16
+ <choice>
17
+ <value rngui:label="By Single Worker">single</value>
18
+ <value rngui:label="By Multiple Workers">collect</value>
19
+ </choice>
20
+ </element>
21
+ <optional>
22
+ <element name="collect" rngui:label="Minimum Required Workers" rngui:visible="false" rngui:default="0">
23
+ <data type="nonNegativeInteger" rngui:label="a number between 1 and n, zero means all workers in the role"/>
24
+ </element>
25
+ </optional>
26
+ <optional>
27
+ <element name="deadline" rngui:label="Deadline" rngui:visible="false">
28
+ <data type="string" rngui:label="deadline, e.g. 3 days"/>
29
+ </element>
30
+ </optional>
31
+ <element name="restrictions" rngui:header="Subject Restrictions">
32
+ <zeroOrMore rngui:label="New Restriction">
33
+ <element name="restriction">
34
+ <element name="mode" rngui:label="Restriction">
35
+ <choice>
36
+ <value>force</value>
37
+ <value>prohibit</value>
38
+ </choice>
39
+ </element>
40
+ <element name="id" rngui:label='Subject ID'>
41
+ <data type="string" rngui:label="e.g., Username"/>
42
+ </element>
43
+ </element>
44
+ </zeroOrMore>
45
+ </element>
46
+ <element name="data" rngui:header="Data Elements">
47
+ <zeroOrMore rngui:label="New Data Element">
48
+ <element rngui:label='Name'>
49
+ <anyName/>
50
+ <data type="string" rngui:label="Value"/>
51
+ </element>
52
+ </zeroOrMore>
53
+ </element>
54
+ </element>
@@ -0,0 +1,4 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
3
+ <path transform="translate(-2,-2)" class="normal" style="fill:#000000;" d="m 15,6.5 a 3.9999995,4 0 0 0 -4,4 3.9999995,4 0 0 0 4,4 3.9999995,4 0 0 0 4,-4 3.9999995,4 0 0 0 -4,-4 z m 0,8 -3.5,0 c -1.108,0 -2,0.892 -2,2 l 0,5 c 0,1.108 0.892,2 2,2 l 7,0 c 1.108,0 2,-0.892 2,-2 l 0,-5 c 0,-1.108 -0.892,-2 -2,-2 l -3.5,0 z"/>
4
+ </g>
@@ -0,0 +1,26 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="endpoint_url" rngui:label="Server">
3
+ <data type="string" rngui:label="opc.tcp://...">
4
+ <param name="pattern">opc\.[a-z]+://.*</param>
5
+ </data>
6
+ </element>
7
+ <element name="namespace_index" rngui:label="Namespace Index" rngui:default="2">
8
+ <data type="nonNegativeInteger" rngui:label="2"/>
9
+ </element>
10
+ <element name="identifier_type" rngui:label="Identifier Type">
11
+ <choice>
12
+ <value>string</value>
13
+ <value>integer</value>
14
+ </choice>
15
+ </element>
16
+ <element name="identifier" rngui:label="Identifier">
17
+ <data type="string" rngui:label="/example/test"/>
18
+ </element>
19
+ <element name="parameters" rngui:header="Parameters">
20
+ <zeroOrMore rngui:label="Add Parameter">
21
+ <element name="parameters_item" rngui:label="Parameter">
22
+ <data type="string" rngui:label="Value"/>
23
+ </element>
24
+ </zeroOrMore>
25
+ </element>
26
+ </element>
@@ -0,0 +1,22 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="endpoint_url" rngui:label="Server">
3
+ <data type="string" rngui:label="opc.tcp://...">
4
+ <param name="pattern">opc\.[a-z]+://.*</param>
5
+ </data>
6
+ </element>
7
+ <element name="namespace_index" rngui:label="Namespace Index" rngui:default="2">
8
+ <data type="nonNegativeInteger" rngui:label="2"/>
9
+ </element>
10
+ <element name="identifier_type" rngui:label="Identifier Type">
11
+ <choice>
12
+ <value>string</value>
13
+ <value>integer</value>
14
+ </choice>
15
+ </element>
16
+ <element name="identifier" rngui:label="Identifier">
17
+ <data type="string" rngui:label="/example/test"/>
18
+ </element>
19
+ <element name="value" rngui:label="Value">
20
+ <data type="string"/>
21
+ </element>
22
+ </element>
@@ -0,0 +1 @@
1
+ <element rngui:version="1.2" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org"/>
@@ -0,0 +1,4 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
3
+ <path transform="translate(0,0)" class="normal" style="fill:#000000;" d="m 15,6.5 a 3.9999995,4 0 0 0 -4,4 3.9999995,4 0 0 0 4,4 3.9999995,4 0 0 0 4,-4 3.9999995,4 0 0 0 -4,-4 z m 0,8 -3.5,0 c -1.108,0 -2,0.892 -2,2 l 0,5 c 0,1.108 0.892,2 2,2 l 7,0 c 1.108,0 2,-0.892 2,-2 l 0,-5 c 0,-1.108 -0.892,-2 -2,-2 l -3.5,0 z"/>
4
+ </g>
@@ -0,0 +1 @@
1
+ <element rngui:version="1.2" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org"/>
@@ -0,0 +1,3 @@
1
+ {
2
+ "resource": "shared"
3
+ }
@@ -0,0 +1,8 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="level" rngui:label="RPM" rngui:default="500">
3
+ <data type="nonNegativeInteger" rngui:label="0..4000"/>
4
+ </element>
5
+ <element name="duration" rngui:label="Duration" rngui:default="120">
6
+ <data type="nonNegativeInteger" rngui:label="Seconds"/>
7
+ </element>
8
+ </element>
@@ -0,0 +1,14 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <g transform="translate(3 3) scale(1.15 1.15)">
4
+ <path
5
+ d="M 10.449244,1.5000598 A 9.0152948,9.0152948 0 0 0 1.5,10.515049 h 18.030015 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149892 9.0152948,9.0152948 0 0 0 -0.06567,0 z"
6
+ class="standfat"
7
+ id="path43" />
8
+ <path
9
+ d="M 10.515007,10.515049 7.508846,6.3064088"
10
+ class="black stand"
11
+ id="path44" />
12
+ </g>
13
+ </g>
14
+
@@ -0,0 +1,3 @@
1
+ {
2
+ "resource": "shared"
3
+ }
@@ -0,0 +1,8 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="degree" rngui:label="Degree" rngui:default="30">
3
+ <data type="string" rngui:label="1..59"/>
4
+ </element>
5
+ <element name="duration" rngui:label="Duration" rngui:default="120">
6
+ <data type="string" rngui:label="Seconds"/>
7
+ </element>
8
+ </element>
@@ -0,0 +1,20 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <g transform="translate(5 5) scale(0.9 0.9)">
4
+ <path
5
+ d="m 7,13 3,7"
6
+ class="greyfat stand"
7
+ />
8
+ <path
9
+ d="M 2,19 14,2"
10
+ class="standfat"
11
+ />
12
+ <circle
13
+ cx="18"
14
+ cy="18"
15
+ class="grey"
16
+ r="3"
17
+ />
18
+ </g>
19
+ </g>
20
+
@@ -0,0 +1,10 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <g transform="translate(7 7) scale(0.8 0.8)">
4
+ <path
5
+ d="M 4,20 18,10 4,1 Z"
6
+ class="standfat"
7
+ />
8
+ </g>
9
+ </g>
10
+
@@ -0,0 +1,15 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <g transform="translate(7 7) scale(0.8 0.8)">
4
+ <rect
5
+ class="standfat"
6
+ width="17"
7
+ height="17"
8
+ x="2"
9
+ y="2"
10
+ ry="0.059288431"
11
+ rx="0.059288431"
12
+ />
13
+ </g>
14
+ </g>
15
+
@@ -0,0 +1 @@
1
+ <element rngui:version="1.2" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org"/>
@@ -0,0 +1,4 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <text transform="translate(15,21)" class="smaller">PLC</text>
4
+ </g>
@@ -0,0 +1,3 @@
1
+ {
2
+ "resource": "shared"
3
+ }
@@ -0,0 +1,8 @@
1
+ <element rngui:version="1.2" name="arguments" rngui:header="Arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="id" rngui:label="Identification">
3
+ <data type="string" rngui:label="Unique ID of the message exchange slot"/>
4
+ </element>
5
+ <element name="ttl" rngui:label="Time to live" rngui:default="0" rngui:hint="0 for message to live forever.">
6
+ <data type="nonNegativeInteger" rngui:label="Time to live in seconds"/>
7
+ </element>
8
+ </element>
@@ -0,0 +1,6 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="15" cy="15" r="14" class="cline stand"/>
3
+ <circle cx="15" cy="15" r="11" class="hfill rfill cline stand"/>
4
+ <rect x="9" y="11" width="12" height="8" class="black" style="fill: none"/>
5
+ <path d="m 9,11 6,4 6,-4" class="black" style="fill: none"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
4
+ <path class="stand" d="m 6.4260538,24.069402 v -1.310613 h 2.288 2.2880002 l -1.4688602,-2.48448 c -0.80788,-1.36646 -1.46887,-2.543151 -1.46887,-2.614863 0,-0.0717 -0.51605,-0.937112 -1.14678,-1.923106 -1.24485,-1.94601 -1.42923,-2.466489 -0.64244,-1.813519 0.83045,0.689211 3.25252,0.575259 4.2938102,-0.202019 l 0.91477,-0.682831 2.7981,4.778495 2.79811,4.778496 2.53676,0.09569 2.53677,0.09569 v 1.296829 1.296839 H 14.289744 6.4260538 Z M 19.571594,13.584494 c -0.9084,-1.130382 -1.23135,-1.310613 -2.34841,-1.310613 h -1.29518 V 9.8164745 7.3590775 h 1.28344 c 1.10667,0 1.44012,-0.188626 2.42106,-1.369543 l 1.13762,-1.369544 2.32991,1.384172 c 1.28146,0.761303 2.32523,1.488177 2.3195,1.61529 -0.006,0.127104 -0.19841,0.478359 -0.42817,0.780547 -0.3842,0.505304 -0.54767,0.473577 -2.03477,-0.394936 l -1.617,-0.944375 -0.9037,0.8658 c -1.16683,1.1179 -1.18172,2.5330745 -0.0403,3.8316495 0.65261,0.742478 0.96435,0.885993 1.38218,0.636309 0.29673,-0.177323 1.06968,-0.643572 1.71767,-1.036112 l 1.17817,-0.713703 0.37013,0.812349 c 0.32955,0.723289 0.27223,0.872098 -0.52286,1.357237 -0.49114,0.29969 -1.44274,0.890488 -2.11466,1.312888 -0.67192,0.422401 -1.3476,0.768 -1.50152,0.768 -0.15391,0 -0.7538,-0.589776 -1.33308,-1.310612 z M 6.4260538,12.839853 c -0.45052,-0.224022 -1.08888,-0.958196 -1.41857,-1.631488 -0.50917,-1.039789 -0.54109,-1.4010015 -0.21197,-2.3982525 0.46009,-1.394082 1.97208,-2.43101 3.54732,-2.432775 1.59706,-0.0019 3.3256802,1.785814 3.3256802,3.439137 0,0.9418495 -0.24855,1.4608615 -1.11402,2.3263465 -1.2170602,1.217047 -2.6097902,1.452196 -4.1284402,0.697032 z m 2.67735,-1.763542 c 1.1897502,-1.0767175 0.55986,-2.7342765 -1.03908,-2.7342765 -1.66633,0 -2.26435,1.8178945 -0.91006,2.7664775 0.92006,0.644425 1.2067,0.639689 1.94914,-0.03223 z m -1.92173,-0.979559 c -0.12686,-0.3305895 0.0296,-0.7117515 0.40494,-0.9861695 0.51908,-0.379556 0.6828,-0.376231 1.081,0.02201 0.25811,0.258108 0.38003,0.70188 0.27094,0.9861705 -0.26106,0.680277 -1.49332,0.664868 -1.75688,-0.02201 z M 12.487644,9.8016145 v -1.816928 l 1.31061,0.09675 1.31062,0.09674 0.099,1.720186 0.099,1.7201775 h -1.40966 -1.40965 z"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ {
2
+ "resource": "shared"
3
+ }
@@ -0,0 +1,13 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="behavior" rngui:label="Mode">
3
+ <choice>
4
+ <value>wait_running</value>
5
+ <value>fork_running</value>
6
+ <value>wait_ready</value>
7
+ <value>fork_ready</value>
8
+ </choice>
9
+ </element>
10
+ <element name="url" rngui:label="Process">
11
+ <choice rngui:href="../hub/server/?full" rngui:extract="_.map(data,function(n){ return [n['name'],'../hub/server/' + n['name']]; });"/>
12
+ </element>
13
+ </element>
@@ -0,0 +1,4 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <path class="normal" d="m 6.4260538,24.069402 v -1.310613 h 2.288 2.2880002 l -1.4688602,-2.48448 c -0.80788,-1.36646 -1.46887,-2.543151 -1.46887,-2.614863 0,-0.0717 -0.51605,-0.937112 -1.14678,-1.923106 -1.24485,-1.94601 -1.42923,-2.466489 -0.64244,-1.813519 0.83045,0.689211 3.25252,0.575259 4.2938102,-0.202019 l 0.91477,-0.682831 2.7981,4.778495 2.79811,4.778496 2.53676,0.09569 2.53677,0.09569 v 1.296829 1.296839 H 14.289744 6.4260538 Z M 19.571594,13.584494 c -0.9084,-1.130382 -1.23135,-1.310613 -2.34841,-1.310613 h -1.29518 V 9.8164745 7.3590775 h 1.28344 c 1.10667,0 1.44012,-0.188626 2.42106,-1.369543 l 1.13762,-1.369544 2.32991,1.384172 c 1.28146,0.761303 2.32523,1.488177 2.3195,1.61529 -0.006,0.127104 -0.19841,0.478359 -0.42817,0.780547 -0.3842,0.505304 -0.54767,0.473577 -2.03477,-0.394936 l -1.617,-0.944375 -0.9037,0.8658 c -1.16683,1.1179 -1.18172,2.5330745 -0.0403,3.8316495 0.65261,0.742478 0.96435,0.885993 1.38218,0.636309 0.29673,-0.177323 1.06968,-0.643572 1.71767,-1.036112 l 1.17817,-0.713703 0.37013,0.812349 c 0.32955,0.723289 0.27223,0.872098 -0.52286,1.357237 -0.49114,0.29969 -1.44274,0.890488 -2.11466,1.312888 -0.67192,0.422401 -1.3476,0.768 -1.50152,0.768 -0.15391,0 -0.7538,-0.589776 -1.33308,-1.310612 z M 6.4260538,12.839853 c -0.45052,-0.224022 -1.08888,-0.958196 -1.41857,-1.631488 -0.50917,-1.039789 -0.54109,-1.4010015 -0.21197,-2.3982525 0.46009,-1.394082 1.97208,-2.43101 3.54732,-2.432775 1.59706,-0.0019 3.3256802,1.785814 3.3256802,3.439137 0,0.9418495 -0.24855,1.4608615 -1.11402,2.3263465 -1.2170602,1.217047 -2.6097902,1.452196 -4.1284402,0.697032 z m 2.67735,-1.763542 c 1.1897502,-1.0767175 0.55986,-2.7342765 -1.03908,-2.7342765 -1.66633,0 -2.26435,1.8178945 -0.91006,2.7664775 0.92006,0.644425 1.2067,0.639689 1.94914,-0.03223 z m -1.92173,-0.979559 c -0.12686,-0.3305895 0.0296,-0.7117515 0.40494,-0.9861695 0.51908,-0.379556 0.6828,-0.376231 1.081,0.02201 0.25811,0.258108 0.38003,0.70188 0.27094,0.9861705 -0.26106,0.680277 -1.49332,0.664868 -1.75688,-0.02201 z M 12.487644,9.8016145 v -1.816928 l 1.31061,0.09675 1.31062,0.09674 0.099,1.720186 0.099,1.7201775 h -1.40966 -1.40965 z"/>
4
+ </g>
@@ -0,0 +1,3 @@
1
+ {
2
+ "resource": "shared"
3
+ }
@@ -0,0 +1,13 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="behavior" rngui:label="Mode">
3
+ <choice>
4
+ <value>wait_running</value>
5
+ <value>fork_running</value>
6
+ <value>wait_ready</value>
7
+ <value>fork_ready</value>
8
+ </choice>
9
+ </element>
10
+ <element name="url" rngui:label="Process">
11
+ <choice rngui:href="../hub/server/?full" rngui:extract="_.map(data,function(n){ return [n['name'],'../hub/server/' + n['name']]; });"/>
12
+ </element>
13
+ </element>
@@ -0,0 +1,7 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <path class="normal" transform="translate(9 0) scale(0.7 0.7)" d="m 6.4260538,24.069402 v -1.310613 h 2.288 2.2880002 l -1.4688602,-2.48448 c -0.80788,-1.36646 -1.46887,-2.543151 -1.46887,-2.614863 0,-0.0717 -0.51605,-0.937112 -1.14678,-1.923106 -1.24485,-1.94601 -1.42923,-2.466489 -0.64244,-1.813519 0.83045,0.689211 3.25252,0.575259 4.2938102,-0.202019 l 0.91477,-0.682831 2.7981,4.778495 2.79811,4.778496 2.53676,0.09569 2.53677,0.09569 v 1.296829 1.296839 H 14.289744 6.4260538 Z M 19.571594,13.584494 c -0.9084,-1.130382 -1.23135,-1.310613 -2.34841,-1.310613 h -1.29518 V 9.8164745 7.3590775 h 1.28344 c 1.10667,0 1.44012,-0.188626 2.42106,-1.369543 l 1.13762,-1.369544 2.32991,1.384172 c 1.28146,0.761303 2.32523,1.488177 2.3195,1.61529 -0.006,0.127104 -0.19841,0.478359 -0.42817,0.780547 -0.3842,0.505304 -0.54767,0.473577 -2.03477,-0.394936 l -1.617,-0.944375 -0.9037,0.8658 c -1.16683,1.1179 -1.18172,2.5330745 -0.0403,3.8316495 0.65261,0.742478 0.96435,0.885993 1.38218,0.636309 0.29673,-0.177323 1.06968,-0.643572 1.71767,-1.036112 l 1.17817,-0.713703 0.37013,0.812349 c 0.32955,0.723289 0.27223,0.872098 -0.52286,1.357237 -0.49114,0.29969 -1.44274,0.890488 -2.11466,1.312888 -0.67192,0.422401 -1.3476,0.768 -1.50152,0.768 -0.15391,0 -0.7538,-0.589776 -1.33308,-1.310612 z M 6.4260538,12.839853 c -0.45052,-0.224022 -1.08888,-0.958196 -1.41857,-1.631488 -0.50917,-1.039789 -0.54109,-1.4010015 -0.21197,-2.3982525 0.46009,-1.394082 1.97208,-2.43101 3.54732,-2.432775 1.59706,-0.0019 3.3256802,1.785814 3.3256802,3.439137 0,0.9418495 -0.24855,1.4608615 -1.11402,2.3263465 -1.2170602,1.217047 -2.6097902,1.452196 -4.1284402,0.697032 z m 2.67735,-1.763542 c 1.1897502,-1.0767175 0.55986,-2.7342765 -1.03908,-2.7342765 -1.66633,0 -2.26435,1.8178945 -0.91006,2.7664775 0.92006,0.644425 1.2067,0.639689 1.94914,-0.03223 z m -1.92173,-0.979559 c -0.12686,-0.3305895 0.0296,-0.7117515 0.40494,-0.9861695 0.51908,-0.379556 0.6828,-0.376231 1.081,0.02201 0.25811,0.258108 0.38003,0.70188 0.27094,0.9861705 -0.26106,0.680277 -1.49332,0.664868 -1.75688,-0.02201 z M 12.487644,9.8016145 v -1.816928 l 1.31061,0.09675 1.31062,0.09674 0.099,1.720186 0.099,1.7201775 h -1.40966 -1.40965 z"/>
4
+ <path class="cline hfill rfill stand" d="m 2 25 l 10 0 l 0 -11 l -10 0"/>
5
+ <path class="stand" d="m 4 20 l 4 0"/>
6
+ <path class="stand" d="m 6 18 l 0 4"/>
7
+ </g>
@@ -0,0 +1,11 @@
1
+ <element rngui:version="1.2" name="arguments" rngui:header="Arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="id" rngui:label="Identification">
3
+ <data type="string" rngui:label="Unique ID of the message exchange slot"/>
4
+ </element>
5
+ <element name="message" rngui:label="Message">
6
+ <text rngui:label="Message to send"/>
7
+ </element>
8
+ <element name="ttl" rngui:label="Time to live" rngui:default="0" rngui:hint="0 for message to live forever.">
9
+ <data type="nonNegativeInteger" rngui:label="Time to live in seconds"/>
10
+ </element>
11
+ </element>
@@ -0,0 +1,6 @@
1
+ <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="15" cy="15" r="14" class="cline stand"/>
3
+ <circle cx="15" cy="15" r="11" class="rfill hfill cline stand"/>
4
+ <rect x="9" y="11" width="12" height="8" class="black"/>
5
+ <path d="m 9,11 6,3 6,-3" class="white rline hline" style="fill: none;"/>
6
+ </svg>
@@ -0,0 +1 @@
1
+ <element rngui:version="1.2" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org"/>
@@ -0,0 +1,7 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
3
+ <line x1="15.6" y1="15" x2="15.6" y2="25" class="ourline"/>
4
+ <circle cx="15.6" cy="15" r="2" class="black"/>
5
+ <path d="M 21.6,15 a 6,6 0 1,0 -12,0" class="ourline"/>
6
+ <path d="M 25.6,15 a 10,10 0 1,0 -20,0" class="ourline"/>
7
+ </g>
@@ -0,0 +1,3 @@
1
+ {
2
+ "resource": "shared"
3
+ }
@@ -0,0 +1,13 @@
1
+ <element rngui:version="1.2" rngui:header="Arguments" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
+ <element name="behavior" rngui:label="Mode">
3
+ <choice>
4
+ <value>wait_running</value>
5
+ <value>fork_running</value>
6
+ <value>wait_ready</value>
7
+ <value>fork_ready</value>
8
+ </choice>
9
+ </element>
10
+ <element name="url" rngui:label="Process">
11
+ <choice rngui:href="../hub/server/?full" rngui:extract="_.map(data,function(n){ return [n['name'],'../hub/server/' + n['name']]; });"/>
12
+ </element>
13
+ </element>
@@ -0,0 +1,6 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
+ <path class="cline hfill rfill stand" d="m 2 22 l 13 0 l 0 -14 l -13 0"/>
4
+ <path class="stand" d="m 5 15 l 6 0"/>
5
+ <path class="stand" d="m 8 12 l 0 6"/>
6
+ </g>
@@ -0,0 +1,5 @@
1
+ <g xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="15" cy="15" r="14" class="cline stand"/>
3
+ <circle cx="15" cy="15" r="11" class="cline hfill rfill stand"/>
4
+ <path d="m 9,11 7,5 0,-6" class="stand" style="fill: none;"/>
5
+ </g>
@@ -0,0 +1,3 @@
1
+ {
2
+ "theme": "extended"
3
+ }
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0"?>
2
+ <testset xmlns="http://cpee.org/ns/properties/2.0">
3
+ <attributes>
4
+ <theme>extended</theme>
5
+ </attributes>
6
+ </testset>
@@ -0,0 +1,3 @@
1
+ {
2
+ "theme": "preset"
3
+ }
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0"?>
2
+ <testset xmlns="http://cpee.org/ns/properties/2.0">
3
+ <attributes>
4
+ <theme>preset</theme>
5
+ </attributes>
6
+ </testset>
@@ -0,0 +1,3 @@
1
+ {
2
+ "theme": "packed"
3
+ }
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0"?>
2
+ <testset xmlns="http://cpee.org/ns/properties/2.0">
3
+ <attributes>
4
+ <theme>packed</theme>
5
+ </attributes>
6
+ </testset>
@@ -0,0 +1,3 @@
1
+ {
2
+ "theme": "compact"
3
+ }
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0"?>
2
+ <testset xmlns="http://cpee.org/ns/properties/2.0">
3
+ <attributes>
4
+ <theme>compact</theme>
5
+ </attributes>
6
+ </testset>
@@ -0,0 +1,3 @@
1
+ {
2
+ "modeltype": "CPEE"
3
+ }
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0"?>
2
+ <testset xmlns="http://cpee.org/ns/properties/2.0">
3
+ <attributes>
4
+ <modeltype>CPEE</modeltype>
5
+ </attributes>
6
+ <transformation>
7
+ <description type='copy'/>
8
+ <dataelements type='none'/>
9
+ <endpoints type='none'/>
10
+ </transformation>
11
+ </testset>
@@ -0,0 +1,3 @@
1
+ {
2
+ "modeltype": "Signavio"
3
+ }
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0"?>
2
+ <testset xmlns="http://cpee.org/ns/properties/2.0">
3
+ <attributes>
4
+ <modeltype>Signavio</modeltype>
5
+ </attributes>
6
+ <transformation>
7
+ <description type='rest'>http://localhost:9295/bpmn2/</description>
8
+ <dataelements type='rest'>http://localhost:9295/bpmn2/</dataelements>
9
+ <endpoints type='rest'>http://localhost:9295/bpmn2/</endpoints>
10
+ </transformation>
11
+ </testset>
@@ -0,0 +1,3 @@
1
+ {
2
+ "modeltype": "ChatGPT_Mermaid"
3
+ }