diff --git a/index.pdf b/index.pdf index 7b5bb66..18d37d6 100644 Binary files a/index.pdf and b/index.pdf differ diff --git a/index.typ b/index.typ index 2135895..5a2d101 100644 --- a/index.typ +++ b/index.typ @@ -104,3 +104,39 @@ We have the following Recursion: === Task c +#question[ + Wie sieht der konkrete Syntaxbaum für folgenden Satz aus? (Achtung, kann groß werden) + + ```java + program P int i; { void main(){ read(a[~i]); }} + ``` + + - Geben Sie für Symbole der Terminalklassen ident und charConst im Baum auch die zugehörigen Werte an. Beispiel: ident (“main”) + - Sie dürfen den Syntaxbaum auch handschriftlich erstellen und abfotografieren. Achten Sie dabei bitte darauf, dass die Diagramme sauber gezeichnet und gut lesbar sind. + - Wenn Sie das Diagramm digital zeichnen wollen, dann bieten sich Zeichentools wie beispielsweise draw.io, LibreOffice Draw oder auch Microsoft PowerPoint an + +] + +#figure( + image("task1c.svg"), +) + +=== Task d + +#question[ + Welche terminalen Anfänge und Nachfolger haben die Regeln MethodDecl, AssignOp und Cond- Term? Bitte die finalen Antworten komplett ausschreiben (i.e., jeweils ein Set an TS) +] + +==== First Sets + +- MethodDecl: { void , Type } +- AsignOp: { "=" , "+=" , "-=" , "\*=" , "/=" , "%=" } +- CondTerm: { CondFact } + +==== Follow Sets + +- MethodDecl: { "}", "void", Follow(Type) } = { "}", "void", ident } +- AsignOp: { ";" } +- CondTerm: { "&&", Follow(CondTerm) } = { "&&", CondFact } + + diff --git a/task1c.excalidraw b/task1c.excalidraw new file mode 100644 index 0000000..1845da5 --- /dev/null +++ b/task1c.excalidraw @@ -0,0 +1,3511 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://excalidraw.com", + "elements": [ + { + "id": "3lYBY3GnPI40vgN0oLIxG", + "type": "text", + "x": 2989, + "y": 275, + "width": 76.01667022705078, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a2", + "roundness": null, + "seed": 538087610, + "version": 164, + "versionNonce": 867139066, + "isDeleted": false, + "boundElements": [], + "updated": 1760032146180, + "link": null, + "locked": false, + "text": "Actpars", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Actpars", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "cykQ-qC0zsjHG_Dd3utyb", + "type": "text", + "x": 92, + "y": 143, + "width": 77.51667022705078, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a8", + "roundness": null, + "seed": 1418270346, + "version": 13, + "versionNonce": 1070402646, + "isDeleted": false, + "boundElements": [ + { + "id": "dFaa95pzhFqJy5MA1YWjw", + "type": "arrow" + }, + { + "id": "rVT2eU60jdSQFDZrjM-RS", + "type": "arrow" + }, + { + "id": "1KvHqQTmD1Dr2CtP0E6uE", + "type": "arrow" + }, + { + "id": "emcXfglx09TLLWB7_jfLt", + "type": "arrow" + } + ], + "updated": 1760129917791, + "link": null, + "locked": false, + "text": "Program", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Program", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "wpeAouhzWdKMp0RBJhy7C", + "type": "text", + "x": 11.95409939167871, + "y": 238.54217586016205, + "width": 89.11666870117188, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a9", + "roundness": null, + "seed": 1275166922, + "version": 328, + "versionNonce": 271729290, + "isDeleted": false, + "boundElements": [ + { + "id": "dFaa95pzhFqJy5MA1YWjw", + "type": "arrow" + } + ], + "updated": 1760129893372, + "link": null, + "locked": false, + "text": "\"program\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"program\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "iDB9U_A1BZaWXDrhodm-Y", + "type": "text", + "x": 164.13442708276852, + "y": 238.915648279676, + "width": 86.0999984741211, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aA", + "roundness": null, + "seed": 779962058, + "version": 145, + "versionNonce": 288221078, + "isDeleted": false, + "boundElements": [ + { + "id": "rVT2eU60jdSQFDZrjM-RS", + "type": "arrow" + } + ], + "updated": 1760129900130, + "link": null, + "locked": false, + "text": "ident \"P\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "ident \"P\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "zon6zHOUzkcRhSyvK7cdJ", + "type": "text", + "x": -361.93502564491814, + "y": 238.626527580486, + "width": 71.5, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aB", + "roundness": null, + "seed": 717962326, + "version": 195, + "versionNonce": 900162442, + "isDeleted": false, + "boundElements": [ + { + "id": "1KvHqQTmD1Dr2CtP0E6uE", + "type": "arrow" + } + ], + "updated": 1760129912496, + "link": null, + "locked": false, + "text": "VarDecl", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "VarDecl", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "LeGsmoOCtHowzttUeIWT9", + "type": "text", + "x": 549.3880786371867, + "y": 237.12041725854198, + "width": 113.46666717529297, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aC", + "roundness": null, + "seed": 1821539734, + "version": 256, + "versionNonce": 819734218, + "isDeleted": false, + "boundElements": [ + { + "id": "emcXfglx09TLLWB7_jfLt", + "type": "arrow" + } + ], + "updated": 1760130061647, + "link": null, + "locked": false, + "text": "MethodDecl", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "MethodDecl", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "6qfbszMG44cC8r_jCOsZZ", + "type": "text", + "x": -417.661794645992, + "y": 305.3268478768287, + "width": 47.79999923706055, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aG", + "roundness": null, + "seed": 732268106, + "version": 267, + "versionNonce": 1829224586, + "isDeleted": false, + "boundElements": [ + { + "id": "d9a8X3R5Oj4mb1pOlngNE", + "type": "arrow" + }, + { + "id": "GK0tJv4J5jj4WPSJH99lK", + "type": "arrow" + } + ], + "updated": 1760130394680, + "link": null, + "locked": false, + "text": "Type", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Type", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "B7lM612OgOp7FTd7FLUmC", + "type": "text", + "x": -277.81807991125663, + "y": 310.5960323355423, + "width": 77.01667022705078, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aH", + "roundness": null, + "seed": 932554570, + "version": 219, + "versionNonce": 1749541962, + "isDeleted": false, + "boundElements": [ + { + "id": "kj3-3C47hEfRGAA6AcpSK", + "type": "arrow" + } + ], + "updated": 1760130382173, + "link": null, + "locked": false, + "text": "ident \"i\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "ident \"i\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "F38Pbf3T7Yq4dtdrR12L9", + "type": "text", + "x": -442.75141200391045, + "y": 379.467598338318, + "width": 98.5999984741211, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aJ", + "roundness": null, + "seed": 126156566, + "version": 278, + "versionNonce": 1740940810, + "isDeleted": false, + "boundElements": [ + { + "id": "GK0tJv4J5jj4WPSJH99lK", + "type": "arrow" + } + ], + "updated": 1760130394681, + "link": null, + "locked": false, + "text": "ident \"int\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "ident \"int\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "my7nn61mMr3z6N-iC_fLb", + "type": "text", + "x": 185.11451033498787, + "y": 329.12458952652275, + "width": 54.31666564941406, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aK", + "roundness": null, + "seed": 1447468362, + "version": 173, + "versionNonce": 867581526, + "isDeleted": false, + "boundElements": [ + { + "id": "Z8jFzIH4DOj-HSaNTGUcf", + "type": "arrow" + } + ], + "updated": 1760130120605, + "link": null, + "locked": false, + "text": "\"void\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"void\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "fP_6aJgjM5hjbSv0prsKX", + "type": "text", + "x": 287.0435720454442, + "y": 328.5824136663607, + "width": 112.31666564941406, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aM", + "roundness": null, + "seed": 1515515082, + "version": 237, + "versionNonce": 990079114, + "isDeleted": false, + "boundElements": [ + { + "id": "7kz_3cyIZ8Rw3yKKBFNKK", + "type": "arrow" + } + ], + "updated": 1760130114628, + "link": null, + "locked": false, + "text": "ident \"main\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "ident \"main\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "QBGMIA0hIx0LUZu0oDYzI", + "type": "text", + "x": 432.3467025688608, + "y": 327.4980619460367, + "width": 23.649999618530273, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aN", + "roundness": null, + "seed": 231536150, + "version": 299, + "versionNonce": 2143790614, + "isDeleted": false, + "boundElements": [ + { + "id": "vP2sK0BBJT86pTb6fFLhO", + "type": "arrow" + } + ], + "updated": 1760130093276, + "link": null, + "locked": false, + "text": "\"(\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"(\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "4Y3AjH5RzUkLwoelR8RQD", + "type": "text", + "x": 490.90169546635707, + "y": 325.8715343655507, + "width": 22.866666793823242, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aNV", + "roundness": null, + "seed": 1653728970, + "version": 354, + "versionNonce": 456757782, + "isDeleted": false, + "boundElements": [ + { + "id": "lcmGqgHLBBt0Ig7Pn5XUq", + "type": "arrow" + } + ], + "updated": 1760130088791, + "link": null, + "locked": false, + "text": "\")\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\")\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "Svokoual_dGn_sQZ3Rjif", + "type": "text", + "x": 571.6858986304953, + "y": 327.4980619460367, + "width": 52.46666717529297, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aP", + "roundness": null, + "seed": 283050774, + "version": 205, + "versionNonce": 669976790, + "isDeleted": false, + "boundElements": [ + { + "id": "pjmByVNLR76qOruHEVr1u", + "type": "arrow" + } + ], + "updated": 1760130083285, + "link": null, + "locked": false, + "text": "Block", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Block", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "TVVmLGI-zkLf0v53gAcl6", + "type": "text", + "x": 445.3589232127489, + "y": 416.957078872767, + "width": 24.91666603088379, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aQ", + "roundness": null, + "seed": 1746839958, + "version": 156, + "versionNonce": 1925023946, + "isDeleted": false, + "boundElements": [ + { + "id": "klu5g76sLgKhJCrCujjS7", + "type": "arrow" + } + ], + "updated": 1760130153954, + "link": null, + "locked": false, + "text": "\"{\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"{\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "4wCZGPXwkuNcotZTYNuUQ", + "type": "text", + "x": 736.507360119744, + "y": 413.704023711795, + "width": 25.71666717529297, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aR", + "roundness": null, + "seed": 565093770, + "version": 224, + "versionNonce": 2112119126, + "isDeleted": false, + "boundElements": [ + { + "id": "jUnIW1Sb3cWjPJ_nZOsnI", + "type": "arrow" + } + ], + "updated": 1760130163077, + "link": null, + "locked": false, + "text": "\"}\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"}\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "hSOpPoQY_FXBjLdLELrVU", + "type": "text", + "x": 553.2519193849873, + "y": 413.704023711795, + "width": 102.4000015258789, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aS", + "roundness": null, + "seed": 1441147414, + "version": 198, + "versionNonce": 133546262, + "isDeleted": false, + "boundElements": [ + { + "id": "IxnBoQv31YLFZJ1874o4B", + "type": "arrow" + } + ], + "updated": 1760130178462, + "link": null, + "locked": false, + "text": "Statement", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Statement", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "Wb6GzpsaXU_Smie3AKTN3", + "type": "text", + "x": 392.76786477703433, + "y": 490.15081999463683, + "width": 57.016666412353516, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aT", + "roundness": null, + "seed": 164423638, + "version": 210, + "versionNonce": 849734410, + "isDeleted": false, + "boundElements": [ + { + "id": "DDvaBZoY4JuwReRW-0Hpp", + "type": "arrow" + } + ], + "updated": 1760130201019, + "link": null, + "locked": false, + "text": "\"read\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"read\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "eixIyQ5rV1Q57x8sUFmUl", + "type": "text", + "x": 482.2268817037648, + "y": 490.6929958547989, + "width": 23.649999618530273, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aU", + "roundness": null, + "seed": 1808570070, + "version": 222, + "versionNonce": 1894356746, + "isDeleted": false, + "boundElements": [ + { + "id": "Rs_s3pAJLAKDxy4J6LG-a", + "type": "arrow" + } + ], + "updated": 1760130208051, + "link": null, + "locked": false, + "text": "\"(\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"(\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "XWvy6XjY58aipIMc7G60y", + "type": "text", + "x": 702.8924567896995, + "y": 487.9821165539889, + "width": 22.866666793823242, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aV", + "roundness": null, + "seed": 712630218, + "version": 330, + "versionNonce": 224990026, + "isDeleted": false, + "boundElements": [ + { + "id": "f9f4mpA8102iSwYbSpnRu", + "type": "arrow" + } + ], + "updated": 1760130220882, + "link": null, + "locked": false, + "text": "\")\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\")\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "w_qC9AtTOpxYiLYUejHER", + "type": "text", + "x": 759.8209221067098, + "y": 487.4399406938269, + "width": 20.799999237060547, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aVV", + "roundness": null, + "seed": 506780490, + "version": 378, + "versionNonce": 2057607946, + "isDeleted": false, + "boundElements": [ + { + "id": "WaX2yWv6A-G-X--vgnE8U", + "type": "arrow" + } + ], + "updated": 1760130225483, + "link": null, + "locked": false, + "text": "\";\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\";\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "7Gv9xgDe2PkUnXjJODa-X", + "type": "text", + "x": 552.167567664663, + "y": 489.6086441344749, + "width": 106.51667022705078, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aW", + "roundness": null, + "seed": 548782230, + "version": 323, + "versionNonce": 1549091594, + "isDeleted": false, + "boundElements": [ + { + "id": "HNnBCQ9NLYwgK5_MwePku", + "type": "arrow" + } + ], + "updated": 1760130213659, + "link": null, + "locked": false, + "text": "Designator", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Designator", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "1qufxQkXPmejKtj1drc2E", + "type": "text", + "x": 290.8388030665783, + "y": 581.7785403620152, + "width": 81.8499984741211, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aa", + "roundness": null, + "seed": 1957877782, + "version": 269, + "versionNonce": 2054574678, + "isDeleted": false, + "boundElements": [ + { + "id": "enu5ZxEPaoSHVrFzSyKqV", + "type": "arrow" + } + ], + "updated": 1760130265283, + "link": null, + "locked": false, + "text": "ident \"a\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "ident \"a\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "3XT52rcFfsaHsG2V_QT_d", + "type": "text", + "x": 428.0092956875649, + "y": 581.236364501853, + "width": 24.266666412353516, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ab", + "roundness": null, + "seed": 1462591126, + "version": 411, + "versionNonce": 224126550, + "isDeleted": false, + "boundElements": [ + { + "id": "milU7J5hluiRascHUyv_X", + "type": "arrow" + } + ], + "updated": 1760130269167, + "link": null, + "locked": false, + "text": "\"[\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"[\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "vPQVLvzyfTaxx3BmbiE2t", + "type": "text", + "x": 666.5666741588459, + "y": 580.6941886416912, + "width": 24.766666412353516, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ac", + "roundness": null, + "seed": 1366899542, + "version": 600, + "versionNonce": 627553558, + "isDeleted": false, + "boundElements": [ + { + "id": "59UvN7RKp3AdM02txmrJZ", + "type": "arrow" + } + ], + "updated": 1760130282971, + "link": null, + "locked": false, + "text": "\"]\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"]\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "DINof7M_XHD_NOU0cMs7q", + "type": "text", + "x": 576.0233055117915, + "y": 580.6941886416913, + "width": 44.91666793823242, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ad", + "roundness": null, + "seed": 1187206742, + "version": 362, + "versionNonce": 1459181578, + "isDeleted": false, + "boundElements": [ + { + "id": "aRKhdZQSgZ_5fmWztq3-k", + "type": "arrow" + }, + { + "id": "AmkZUFsG3gFOXsC1M36te", + "type": "arrow" + } + ], + "updated": 1760130294142, + "link": null, + "locked": false, + "text": "Expr", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Expr", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "bg57X-NdgweWXBdrUdMh8", + "type": "text", + "x": 502.8295643899211, + "y": 581.7785403620152, + "width": 28.21666717529297, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ae", + "roundness": null, + "seed": 1839665046, + "version": 216, + "versionNonce": 1788841238, + "isDeleted": false, + "boundElements": [ + { + "id": "pPE-95XdY9JHYEhAiC6N7", + "type": "arrow" + } + ], + "updated": 1760130272695, + "link": null, + "locked": false, + "text": "\"~\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"~\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "uRcJw_qvi91d4pM5y8vyC", + "type": "text", + "x": 576.6955651705349, + "y": 653.1420042960091, + "width": 47.766666412353516, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ah", + "roundness": null, + "seed": 1396846486, + "version": 145, + "versionNonce": 1495222346, + "isDeleted": false, + "boundElements": [ + { + "id": "AmkZUFsG3gFOXsC1M36te", + "type": "arrow" + }, + { + "id": "Uip8oEtUgflRneyKaTNAK", + "type": "arrow" + } + ], + "updated": 1760130297966, + "link": null, + "locked": false, + "text": "Term", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Term", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "IUdVUMC7ulhcnfZCCm9Ec", + "type": "text", + "x": 571.073694971085, + "y": 726.6948060721451, + "width": 65.11666870117188, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ai", + "roundness": null, + "seed": 1843379466, + "version": 162, + "versionNonce": 994243158, + "isDeleted": false, + "boundElements": [ + { + "id": "Uip8oEtUgflRneyKaTNAK", + "type": "arrow" + }, + { + "id": "LVKfXsq3Amb5-VeNwGa__", + "type": "arrow" + } + ], + "updated": 1760130302476, + "link": null, + "locked": false, + "text": "Factor", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Factor", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "VZSY1y7GotxyOu90Pr1n_", + "type": "text", + "x": 548.5862141732854, + "y": 794.1572484655438, + "width": 106.51667022705078, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aj", + "roundness": null, + "seed": 486168598, + "version": 245, + "versionNonce": 2040782090, + "isDeleted": false, + "boundElements": [ + { + "id": "LVKfXsq3Amb5-VeNwGa__", + "type": "arrow" + }, + { + "id": "I29VkWxO-aRgG5eItKkvi", + "type": "arrow" + } + ], + "updated": 1760130305721, + "link": null, + "locked": false, + "text": "Designator", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Designator", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "tdM_3XIDyhtttXXWL9-8Z", + "type": "text", + "x": 565.4518247716351, + "y": 862.0881800422302, + "width": 77.01667022705078, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ak", + "roundness": null, + "seed": 931188298, + "version": 141, + "versionNonce": 1348706954, + "isDeleted": false, + "boundElements": [ + { + "id": "I29VkWxO-aRgG5eItKkvi", + "type": "arrow" + } + ], + "updated": 1760130305721, + "link": null, + "locked": false, + "text": "ident \"i\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "ident \"i\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "dFaa95pzhFqJy5MA1YWjw", + "type": "arrow", + "x": 118.83139571127805, + "y": 179.10112025734995, + "width": 63.527606545841195, + "height": 51.039273635120196, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "al", + "roundness": { + "type": 2 + }, + "seed": 1072396554, + "version": 95, + "versionNonce": 1562004426, + "isDeleted": false, + "boundElements": null, + "updated": 1760129893372, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -63.527606545841195, + 51.039273635120196 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "cykQ-qC0zsjHG_Dd3utyb", + "focus": -0.32124330498600717, + "gap": 11.101120257349947 + }, + "endBinding": { + "elementId": "wpeAouhzWdKMp0RBJhy7C", + "focus": -0.45286295962736084, + "gap": 8.401781967691903 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "rVT2eU60jdSQFDZrjM-RS", + "type": "arrow", + "x": 141.63617754824662, + "y": 180.73003324570485, + "width": 64.07057754195944, + "height": 52.125215627356795, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "am", + "roundness": { + "type": 2 + }, + "seed": 2054108566, + "version": 96, + "versionNonce": 823263318, + "isDeleted": false, + "boundElements": null, + "updated": 1760129903211, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 64.07057754195944, + 52.125215627356795 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "cykQ-qC0zsjHG_Dd3utyb", + "focus": 0.37200642551380303, + "gap": 12.730033245704846 + }, + "endBinding": { + "elementId": "iDB9U_A1BZaWXDrhodm-Y", + "focus": 0.354441257361999, + "gap": 6.060399406614351 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "1KvHqQTmD1Dr2CtP0E6uE", + "type": "arrow", + "x": 86.74213441061488, + "y": 174.75269592715847, + "width": 366.408036323837, + "height": 55.5368927514873, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ap", + "roundness": { + "type": 2 + }, + "seed": 634203658, + "version": 127, + "versionNonce": 182422730, + "isDeleted": false, + "boundElements": null, + "updated": 1760129912496, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -366.408036323837, + 55.5368927514873 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "cykQ-qC0zsjHG_Dd3utyb", + "focus": -0.6846994025230884, + "gap": 8.561728160156497 + }, + "endBinding": { + "elementId": "zon6zHOUzkcRhSyvK7cdJ", + "focus": -0.7693641221267296, + "gap": 13.622502422082107 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "emcXfglx09TLLWB7_jfLt", + "type": "arrow", + "x": 180.88393872385743, + "y": 174.75271434512172, + "width": 358.95801200658116, + "height": 57.56859149631677, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aq", + "roundness": { + "type": 2 + }, + "seed": 348710038, + "version": 70, + "versionNonce": 1996260810, + "isDeleted": false, + "boundElements": null, + "updated": 1760130011863, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 358.95801200658116, + 57.56859149631677 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "cykQ-qC0zsjHG_Dd3utyb", + "focus": 0.5991508911363708, + "gap": 13.224918722320096 + }, + "endBinding": { + "elementId": "LeGsmoOCtHowzttUeIWT9", + "focus": 0.30877996580483913, + "gap": 10.687545248843161 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "oP4FJ1Bc29UYaK5pMMJye", + "type": "text", + "x": 299.4354066657632, + "y": 414.41661015749696, + "width": 23.649999618530273, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aw", + "roundness": null, + "seed": 301049686, + "version": 3, + "versionNonce": 161686038, + "isDeleted": false, + "boundElements": [ + { + "id": "x_6xkpr7rNYQ5lQoSrZTp", + "type": "arrow" + } + ], + "updated": 1760130149269, + "link": null, + "locked": false, + "text": "\"(\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"(\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "XVEkbljx4sFQXblqF-2m6", + "type": "line", + "x": 597.5770866117551, + "y": 296.5784199460019, + "width": 386.7916287608999, + "height": 0.22194020766028189, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b03", + "roundness": { + "type": 2 + }, + "seed": 552327690, + "version": 243, + "versionNonce": 1920643914, + "isDeleted": false, + "boundElements": null, + "updated": 1760130491776, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -386.7916287608999, + 0.22194020766028189 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "pK1MkweAl1Pt2r6YD17i6", + "type": "line", + "x": 596.9745678796467, + "y": 261.32300783961387, + "width": 0, + "height": 36.857930838496486, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b05", + "roundness": { + "type": 2 + }, + "seed": 1694547338, + "version": 69, + "versionNonce": 2089932694, + "isDeleted": false, + "boundElements": null, + "updated": 1760130077359, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 36.857930838496486 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "pjmByVNLR76qOruHEVr1u", + "type": "arrow", + "x": 597.0429137010523, + "y": 297.64676576740754, + "width": 0.5341729107027504, + "height": 27.776991356548137, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b06", + "roundness": { + "type": 2 + }, + "seed": 1478846998, + "version": 28, + "versionNonce": 1160047510, + "isDeleted": false, + "boundElements": null, + "updated": 1760130083285, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -0.5341729107027504, + 27.776991356548137 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "Svokoual_dGn_sQZ3Rjif", + "focus": -0.06386585018235547, + "gap": 2.0743048220810465 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "lcmGqgHLBBt0Ig7Pn5XUq", + "type": "arrow", + "x": 501.96013559594536, + "y": 298.18093867811035, + "width": 0, + "height": 24.037780981628202, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b07", + "roundness": { + "type": 2 + }, + "seed": 1880505610, + "version": 27, + "versionNonce": 391617750, + "isDeleted": false, + "boundElements": null, + "updated": 1760130088791, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 24.037780981628202 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "4Y3AjH5RzUkLwoelR8RQD", + "focus": -0.03278949841736603, + "gap": 3.6528147058121476 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "vP2sK0BBJT86pTb6fFLhO", + "type": "arrow", + "x": 446.9403257935519, + "y": 297.1125928567047, + "width": 1.0683458214056714, + "height": 24.037780981628202, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b08", + "roundness": { + "type": 2 + }, + "seed": 1923626954, + "version": 25, + "versionNonce": 1494757590, + "isDeleted": false, + "boundElements": null, + "updated": 1760130093276, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -1.0683458214056714, + 24.037780981628202 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "QBGMIA0hIx0LUZu0oDYzI", + "focus": 0.06967398001081287, + "gap": 6.347688107703846 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "7kz_3cyIZ8Rw3yKKBFNKK", + "type": "arrow", + "x": 341.7082623850907, + "y": 297.1125928567047, + "width": 0, + "height": 23.503608070925395, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0A", + "roundness": { + "type": 2 + }, + "seed": 273835030, + "version": 37, + "versionNonce": 613953994, + "isDeleted": false, + "boundElements": null, + "updated": 1760130114628, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 23.503608070925395 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "fP_6aJgjM5hjbSv0prsKX", + "focus": -0.02659698765849793, + "gap": 7.966212738730633 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "Z8jFzIH4DOj-HSaNTGUcf", + "type": "arrow", + "x": 211.43841799500132, + "y": 297.1125928567047, + "width": 0, + "height": 22.435262249519667, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0B", + "roundness": { + "type": 2 + }, + "seed": 316993430, + "version": 30, + "versionNonce": 646554890, + "isDeleted": false, + "boundElements": null, + "updated": 1760130124135, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 22.435262249519667 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "my7nn61mMr3z6N-iC_fLb", + "focus": -0.030724461994015857, + "gap": 9.576734420298408 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "1RDk5rTbfaevhzx-Hqa0u", + "type": "line", + "x": 309.0042705133671, + "y": 388.99033349759446, + "width": 439.02153873109006, + "height": 0, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0D", + "roundness": { + "type": 2 + }, + "seed": 927854358, + "version": 126, + "versionNonce": 751594390, + "isDeleted": false, + "boundElements": null, + "updated": 1760130511919, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 439.02153873109006, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "UjFM-_23Snz9hQ2H5SKd1", + "type": "line", + "x": 596.5087407903495, + "y": 348.92736519488085, + "width": 0, + "height": 40.062968302713614, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0E", + "roundness": { + "type": 2 + }, + "seed": 73947222, + "version": 58, + "versionNonce": 598016150, + "isDeleted": false, + "boundElements": null, + "updated": 1760130141893, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 40.062968302713614 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "x_6xkpr7rNYQ5lQoSrZTp", + "type": "arrow", + "x": 309.12371483221693, + "y": 388.45616058689166, + "width": 0, + "height": 19.764397696005403, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0F", + "roundness": { + "type": 2 + }, + "seed": 1363301142, + "version": 22, + "versionNonce": 2008231126, + "isDeleted": false, + "boundElements": null, + "updated": 1760130149269, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 19.764397696005403 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "oP4FJ1Bc29UYaK5pMMJye", + "focus": -0.18069274226434, + "gap": 6.1960518745999025 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "klu5g76sLgKhJCrCujjS7", + "type": "arrow", + "x": 456.55543818620316, + "y": 388.99033349759446, + "width": 0, + "height": 21.901089338816803, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0G", + "roundness": { + "type": 2 + }, + "seed": 306423754, + "version": 22, + "versionNonce": 2132892170, + "isDeleted": false, + "boundElements": null, + "updated": 1760130153954, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 21.901089338816803 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "TVVmLGI-zkLf0v53gAcl6", + "focus": -0.10128305612183641, + "gap": 6.065656036355733 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "IxnBoQv31YLFZJ1874o4B", + "type": "arrow", + "x": 596.5087407903495, + "y": 388.99033349759446, + "width": 0, + "height": 17.627706053194004, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0H", + "roundness": { + "type": 2 + }, + "seed": 82707286, + "version": 18, + "versionNonce": 1656533654, + "isDeleted": false, + "boundElements": null, + "updated": 1760130157844, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 17.627706053194004 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "hSOpPoQY_FXBjLdLELrVU", + "focus": -0.15514021951591148, + "gap": 7.085984161006536 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "jUnIW1Sb3cWjPJ_nZOsnI", + "type": "arrow", + "x": 748.2138474299586, + "y": 388.45616058689166, + "width": 0, + "height": 19.764397696005403, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0I", + "roundness": { + "type": 2 + }, + "seed": 556205578, + "version": 21, + "versionNonce": 553341974, + "isDeleted": false, + "boundElements": null, + "updated": 1760130163077, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 19.764397696005403 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "4wCZGPXwkuNcotZTYNuUQ", + "focus": -0.08957974760730873, + "gap": 5.483465428897944 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "J-pcmzt2_8NaWkcbPvhph", + "type": "line", + "x": 417.32582996881223, + "y": 467.7574327181758, + "width": 354.0623830329627, + "height": 0, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0K", + "roundness": { + "type": 2 + }, + "seed": 1042811402, + "version": 187, + "versionNonce": 1281696726, + "isDeleted": false, + "boundElements": null, + "updated": 1760130187361, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 354.0623830329627, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "2xE2FePnBydJIQCptjrbs", + "type": "line", + "x": 596.6561278686245, + "y": 436.94940718154135, + "width": 0, + "height": 28.50891915330351, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0L", + "roundness": { + "type": 2 + }, + "seed": 1575881546, + "version": 40, + "versionNonce": 1805009482, + "isDeleted": false, + "boundElements": null, + "updated": 1760130192361, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 28.50891915330351 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "DDvaBZoY4JuwReRW-0Hpp", + "type": "arrow", + "x": 418.2454725221446, + "y": 467.2976114415096, + "width": 0, + "height": 20.232136173312142, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0M", + "roundness": { + "type": 2 + }, + "seed": 1986901962, + "version": 44, + "versionNonce": 1257833546, + "isDeleted": false, + "boundElements": null, + "updated": 1760130201019, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 20.232136173312142 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "Wb6GzpsaXU_Smie3AKTN3", + "focus": -0.10631015988019135, + "gap": 2.6210723798150752 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "Rs_s3pAJLAKDxy4J6LG-a", + "type": "arrow", + "x": 495.4954470020637, + "y": 467.2976114415096, + "width": 0, + "height": 21.61160000331074, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0N", + "roundness": { + "type": 2 + }, + "seed": 1168536854, + "version": 25, + "versionNonce": 323104842, + "isDeleted": false, + "boundElements": null, + "updated": 1760130208051, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 21.61160000331074 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "eixIyQ5rV1Q57x8sUFmUl", + "focus": 0.1220774217605268, + "gap": 1.783784409978523 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "HNnBCQ9NLYwgK5_MwePku", + "type": "arrow", + "x": 596.5757704219568, + "y": 466.83779016484345, + "width": 0, + "height": 19.77231489664598, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0O", + "roundness": { + "type": 2 + }, + "seed": 1116637462, + "version": 27, + "versionNonce": 409373270, + "isDeleted": false, + "boundElements": null, + "updated": 1760130214741, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 19.77231489664598 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "7Gv9xgDe2PkUnXjJODa-X", + "focus": -0.16617365783903393, + "gap": 2.9985390729854657 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "f9f4mpA8102iSwYbSpnRu", + "type": "arrow", + "x": 713.4507321418356, + "y": 467.2976114415096, + "width": 0, + "height": 19.31249361997982, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0P", + "roundness": { + "type": 2 + }, + "seed": 297278666, + "version": 26, + "versionNonce": 1997288586, + "isDeleted": false, + "boundElements": null, + "updated": 1760130220882, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 19.31249361997982 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "XWvy6XjY58aipIMc7G60y", + "focus": -0.07653568862181509, + "gap": 1.372011492499439 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "WaX2yWv6A-G-X--vgnE8U", + "type": "arrow", + "x": 771.8480342784411, + "y": 467.2976114415096, + "width": 0, + "height": 16.553565959982677, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0Q", + "roundness": { + "type": 2 + }, + "seed": 287113430, + "version": 19, + "versionNonce": 1494070346, + "isDeleted": false, + "boundElements": null, + "updated": 1760130225483, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 16.553565959982677 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "w_qC9AtTOpxYiLYUejHER", + "focus": 0.15645313585414677, + "gap": 3.5887632923345905 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "MtKnvS6z6Nq2gnK0DxdLc", + "type": "line", + "x": 328.7111121734869, + "y": 559.0666102910958, + "width": 352.82319418762967, + "height": 1.1368683772161603e-13, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0R", + "roundness": { + "type": 2 + }, + "seed": 1297532182, + "version": 146, + "versionNonce": 567259350, + "isDeleted": false, + "boundElements": null, + "updated": 1760130525010, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 352.82319418762967, + -1.1368683772161603e-13 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "g4EW7QmGjbkCI0tlaexBH", + "type": "line", + "x": 594.1488783724559, + "y": 523.1678890688161, + "width": 0.6527040222233609, + "height": 37.20412926672623, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0S", + "roundness": { + "type": 2 + }, + "seed": 354634506, + "version": 85, + "versionNonce": 942310294, + "isDeleted": false, + "boundElements": null, + "updated": 1760130253220, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0.6527040222233609, + 37.20412926672623 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "enu5ZxEPaoSHVrFzSyKqV", + "type": "arrow", + "x": 328.93887948308156, + "y": 559.3211168021461, + "width": 0, + "height": 19.421900039743832, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0T", + "roundness": { + "type": 2 + }, + "seed": 75890570, + "version": 25, + "versionNonce": 2100782358, + "isDeleted": false, + "boundElements": null, + "updated": 1760130265283, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 19.421900039743832 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "1qufxQkXPmejKtj1drc2E", + "focus": -0.06902682646843114, + "gap": 3.0355235201252526 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "milU7J5hluiRascHUyv_X", + "type": "arrow", + "x": 441.2069358103813, + "y": 559.3211168021461, + "width": 0, + "height": 20.843014676798248, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0U", + "roundness": { + "type": 2 + }, + "seed": 902867850, + "version": 25, + "versionNonce": 1111456022, + "isDeleted": false, + "boundElements": null, + "updated": 1760130269167, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 20.843014676798248 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "3XT52rcFfsaHsG2V_QT_d", + "focus": 0.08771760393903015, + "gap": 1.0722330229086765 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "pPE-95XdY9JHYEhAiC6N7", + "type": "arrow", + "x": 516.9997164532841, + "y": 559.3211168021461, + "width": 0, + "height": 19.421900039743832, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0V", + "roundness": { + "type": 2 + }, + "seed": 641947530, + "version": 23, + "versionNonce": 1117845462, + "isDeleted": false, + "boundElements": null, + "updated": 1760130272694, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 19.421900039743832 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "bg57X-NdgweWXBdrUdMh8", + "focus": 0.004381699322077741, + "gap": 3.0355235201252526 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "aRKhdZQSgZ_5fmWztq3-k", + "type": "arrow", + "x": 594.2136117332414, + "y": 559.3211168021461, + "width": 0, + "height": 18.94819516072573, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0W", + "roundness": { + "type": 2 + }, + "seed": 1164586186, + "version": 24, + "versionNonce": 803507658, + "isDeleted": false, + "boundElements": null, + "updated": 1760130276985, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 18.94819516072573 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "DINof7M_XHD_NOU0cMs7q", + "focus": -0.1900420464641515, + "gap": 2.424876678819487 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "59UvN7RKp3AdM02txmrJZ", + "type": "arrow", + "x": 681.3753094725795, + "y": 558.847411923128, + "width": 0, + "height": 18.474490281707517, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0X", + "roundness": { + "type": 2 + }, + "seed": 1462162326, + "version": 26, + "versionNonce": 2102271958, + "isDeleted": false, + "boundElements": null, + "updated": 1760130282971, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 18.474490281707517 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "vPQVLvzyfTaxx3BmbiE2t", + "focus": 0.1958521237518746, + "gap": 3.3722864368556884 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "AmkZUFsG3gFOXsC1M36te", + "type": "arrow", + "x": 594.9558333756079, + "y": 614.0027329206888, + "width": 0, + "height": 32.90580890605622, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0Z", + "roundness": { + "type": 2 + }, + "seed": 383569866, + "version": 37, + "versionNonce": 1256572618, + "isDeleted": false, + "boundElements": null, + "updated": 1760130294142, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 32.90580890605622 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "DINof7M_XHD_NOU0cMs7q", + "focus": 0.1569932173129294, + "gap": 8.308544278997488 + }, + "endBinding": { + "elementId": "uRcJw_qvi91d4pM5y8vyC", + "focus": -0.23543887080424325, + "gap": 6.233462469264055 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "Uip8oEtUgflRneyKaTNAK", + "type": "arrow", + "x": 594.5593778466192, + "y": 687.3470057835854, + "width": 0, + "height": 31.716442319090334, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0a", + "roundness": { + "type": 2 + }, + "seed": 1592593046, + "version": 28, + "versionNonce": 727953162, + "isDeleted": false, + "boundElements": null, + "updated": 1760130297966, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 31.716442319090334 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "uRcJw_qvi91d4pM5y8vyC", + "focus": 0.2520385441231306, + "gap": 9.205001487576283 + }, + "endBinding": { + "elementId": "IUdVUMC7ulhcnfZCCm9Ec", + "focus": -0.278658342203812, + "gap": 7.631357969469377 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "LVKfXsq3Amb5-VeNwGa__", + "type": "arrow", + "x": 596.938111020551, + "y": 760.6912786464819, + "width": 0, + "height": 30.13062020313589, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0b", + "roundness": { + "type": 2 + }, + "seed": 234184278, + "version": 31, + "versionNonce": 572405654, + "isDeleted": false, + "boundElements": null, + "updated": 1760130302477, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 30.13062020313589 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "IUdVUMC7ulhcnfZCCm9Ec", + "focus": 0.2055976890291845, + "gap": 8.996472574336849 + }, + "endBinding": { + "elementId": "VZSY1y7GotxyOu90Pr1n_", + "focus": -0.09212526557206907, + "gap": 3.3353496159260203 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "I29VkWxO-aRgG5eItKkvi", + "type": "arrow", + "x": 598.1274776075169, + "y": 826.8993519875831, + "width": 0, + "height": 31.716442319090334, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0c", + "roundness": { + "type": 2 + }, + "seed": 866922762, + "version": 31, + "versionNonce": 536325066, + "isDeleted": false, + "boundElements": null, + "updated": 1760130305721, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 31.716442319090334 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "VZSY1y7GotxyOu90Pr1n_", + "focus": 0.06979323839865764, + "gap": 7.742103522039315 + }, + "endBinding": { + "elementId": "tdM_3XIDyhtttXXWL9-8Z", + "focus": -0.15146544924490687, + "gap": 3.4723857355567134 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "DKnMDRUvG1uJxA6QbH_a3", + "type": "line", + "x": -392.5725063927505, + "y": 285.51384324228144, + "width": 268.30391996365614, + "height": 0, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0d", + "roundness": { + "type": 2 + }, + "seed": 2017219722, + "version": 189, + "versionNonce": 424358614, + "isDeleted": false, + "boundElements": null, + "updated": 1760130459501, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 268.30391996365614, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "EXgT4ENtQ_xYOuXjC8lzi", + "type": "line", + "x": -329.3939378388916, + "y": 263.8511796553234, + "width": 0, + "height": 20.677997060278074, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0e", + "roundness": { + "type": 2 + }, + "seed": 1032072266, + "version": 82, + "versionNonce": 1106572822, + "isDeleted": false, + "boundElements": null, + "updated": 1760130332489, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 20.677997060278074 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "d9a8X3R5Oj4mb1pOlngNE", + "type": "arrow", + "x": -392.6587621780757, + "y": 285.0215099789414, + "width": 0, + "height": 18.95483063858825, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0f", + "roundness": { + "type": 2 + }, + "seed": 2117997514, + "version": 33, + "versionNonce": 63175126, + "isDeleted": false, + "boundElements": null, + "updated": 1760130374162, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 18.95483063858825 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "6qfbszMG44cC8r_jCOsZZ", + "focus": 0.046152002802996916, + "gap": 1.350507259299036 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "kj3-3C47hEfRGAA6AcpSK", + "type": "arrow", + "x": -252.34378212618873, + "y": 285.2676766106114, + "width": 1.723166421689882, + "height": 22.154996850297948, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0g", + "roundness": { + "type": 2 + }, + "seed": 1551698634, + "version": 98, + "versionNonce": 833693066, + "isDeleted": false, + "boundElements": null, + "updated": 1760130382173, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 1.723166421689882, + 22.154996850297948 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "B7lM612OgOp7FTd7FLUmC", + "focus": -0.25561523352780663, + "gap": 3.1733588746329815 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "GK0tJv4J5jj4WPSJH99lK", + "type": "arrow", + "x": -393.6434287047554, + "y": 339.4243355780062, + "width": 0, + "height": 34.95566169713675, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0h", + "roundness": { + "type": 2 + }, + "seed": 1456561482, + "version": 54, + "versionNonce": 377864266, + "isDeleted": false, + "boundElements": null, + "updated": 1760130396899, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 34.95566169713675 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "6qfbszMG44cC8r_jCOsZZ", + "focus": 0.08774616718811762, + "gap": 9.0974877011775 + }, + "endBinding": { + "elementId": "F38Pbf3T7Yq4dtdrR12L9", + "focus": -0.048833989050561355, + "gap": 5.087601063175043 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "TvOqpagyHqMRTP452DaD6", + "type": "text", + "x": -135.8688823732801, + "y": 309.4008086945804, + "width": 20.799999237060547, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0j", + "roundness": null, + "seed": 1517256906, + "version": 28, + "versionNonce": 991626838, + "isDeleted": false, + "boundElements": [ + { + "id": "vqu8XX34v26JUyUpQuvWK", + "type": "arrow" + } + ], + "updated": 1760130451154, + "link": null, + "locked": false, + "text": "\";\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\";\"", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "vqu8XX34v26JUyUpQuvWK", + "type": "arrow", + "x": -125.24647091942262, + "y": 284.80682552593635, + "width": 0, + "height": 22.49134327754939, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0k", + "roundness": { + "type": 2 + }, + "seed": 1870932118, + "version": 52, + "versionNonce": 23238934, + "isDeleted": false, + "boundElements": null, + "updated": 1760130451154, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 22.49134327754939 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "TvOqpagyHqMRTP452DaD6", + "focus": 0.0213857541812725, + "gap": 2.102639891094668 + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "tNgk1Kaq70-8rIb0EnhMM", + "type": "text", + "x": 238.13154571749567, + "y": 355.815134005285, + "width": 23.649999618530273, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0l", + "roundness": null, + "seed": 271643990, + "version": 2, + "versionNonce": 2139370250, + "isDeleted": false, + "boundElements": null, + "updated": 1760130472171, + "link": null, + "locked": false, + "text": "\"(\"", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "\"(\"", + "autoResize": true, + "lineHeight": 1.25 + } + ], + "appState": { + "gridSize": 20, + "gridStep": 5, + "gridModeEnabled": false, + "viewBackgroundColor": "#ffffff", + "lockedMultiSelections": {} + }, + "files": {} +} \ No newline at end of file diff --git a/task1c.svg b/task1c.svg new file mode 100644 index 0000000..08a1040 --- /dev/null +++ b/task1c.svg @@ -0,0 +1,4 @@ + + +Program"program"ident "P"VarDeclMethodDeclTypeident "i"ident "int""void"ident "main""("")"Block"{""}"Statement"read""("")"";"Designatorident "a""[""]"Expr"~"TermFactorDesignatorident "i""("";""(" \ No newline at end of file