GUI.defaultIcons.pattern.metamodel 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522
  1. {
  2. "types": {
  3. "__pLabelIcon": [
  4. {
  5. "name": "typename",
  6. "type": "string",
  7. "default": "LabelIcon"
  8. },
  9. {
  10. "name": "position",
  11. "type": "list<double>",
  12. "default": [
  13. 751,
  14. 175
  15. ]
  16. },
  17. {
  18. "name": "orientation",
  19. "type": "double",
  20. "default": 0
  21. },
  22. {
  23. "name": "scale",
  24. "type": "list<double>",
  25. "default": [
  26. 1,
  27. 1
  28. ]
  29. },
  30. {
  31. "name": "mapper",
  32. "type": "code",
  33. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  34. },
  35. {
  36. "name": "parser",
  37. "type": "code",
  38. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  39. },
  40. {
  41. "name": "$contents",
  42. "type": "map<string,*>",
  43. "default": {
  44. "nodes": {
  45. "12": {
  46. "textContent": {
  47. "type": "string",
  48. "value": "T..."
  49. },
  50. "style": {
  51. "type": "map<string,string>",
  52. "value": {
  53. "stroke": "#000000",
  54. "stroke-dasharray": "",
  55. "fill": "#ffffff",
  56. "fill-opacity": 0.75,
  57. "font-size": "15px",
  58. "stroke-width": 1,
  59. "arrow-start": "none",
  60. "arrow-end": "none"
  61. }
  62. },
  63. "mapper": {
  64. "type": "code",
  65. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  66. },
  67. "parser": {
  68. "type": "code",
  69. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  70. },
  71. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  72. "position": {
  73. "type": "list<double>",
  74. "value": [
  75. 0,
  76. -2
  77. ]
  78. },
  79. "orientation": {
  80. "type": "double",
  81. "value": 0
  82. },
  83. "scale": {
  84. "type": "list<double>",
  85. "value": [
  86. 1,
  87. 1
  88. ]
  89. }
  90. },
  91. "__pLabelText": {
  92. "position": {
  93. "type": "list<double>",
  94. "value": [
  95. 0,
  96. 0
  97. ]
  98. },
  99. "orientation": {
  100. "type": "double",
  101. "value": 0
  102. },
  103. "scale": {
  104. "type": "list<double>",
  105. "value": [
  106. 1,
  107. 1
  108. ]
  109. },
  110. "textContent": {
  111. "type": "string",
  112. "value": "#"
  113. },
  114. "style": {
  115. "type": "map<string,string>",
  116. "value": {
  117. "stroke": "#6000ff",
  118. "fill": "#6000ff",
  119. "font-size": "15px",
  120. "opacity": "1"
  121. }
  122. },
  123. "mapper": {
  124. "type": "code",
  125. "value": "({'textContent':getAttr('__pLabel')})"
  126. },
  127. "parser": {
  128. "type": "code",
  129. "value": "({'__pLabel':getAttr('textContent')})"
  130. },
  131. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  132. }
  133. },
  134. "edges": []
  135. }
  136. },
  137. {
  138. "name": "$asuri",
  139. "type": "string",
  140. "default": "-1"
  141. }
  142. ],
  143. "__pContainerIcon": [
  144. {
  145. "name": "typename",
  146. "type": "string",
  147. "default": "ContainerIcon"
  148. },
  149. {
  150. "name": "position",
  151. "type": "list<double>",
  152. "default": [
  153. 301,
  154. 125
  155. ]
  156. },
  157. {
  158. "name": "orientation",
  159. "type": "double",
  160. "default": 0
  161. },
  162. {
  163. "name": "scale",
  164. "type": "list<double>",
  165. "default": [
  166. 1,
  167. 1
  168. ]
  169. },
  170. {
  171. "name": "mapper",
  172. "type": "code",
  173. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  174. },
  175. {
  176. "name": "parser",
  177. "type": "code",
  178. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  179. },
  180. {
  181. "name": "$contents",
  182. "type": "map<string,*>",
  183. "default": {
  184. "nodes": {
  185. "3": {
  186. "width": {
  187. "type": "double",
  188. "value": 130
  189. },
  190. "height": {
  191. "type": "double",
  192. "value": 130
  193. },
  194. "cornerRadius": {
  195. "type": "double",
  196. "value": 10
  197. },
  198. "style": {
  199. "type": "map<string,string>",
  200. "value": {
  201. "stroke": "#cccccc",
  202. "stroke-dasharray": "- ",
  203. "fill": "#ffffff",
  204. "fill-opacity": 0.75,
  205. "font-size": "20px",
  206. "stroke-width": 1,
  207. "arrow-start": "none",
  208. "arrow-end": "none"
  209. }
  210. },
  211. "mapper": {
  212. "type": "code",
  213. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  214. },
  215. "parser": {
  216. "type": "code",
  217. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  218. },
  219. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  220. "position": {
  221. "type": "list<double>",
  222. "value": [
  223. 0,
  224. 0
  225. ]
  226. },
  227. "orientation": {
  228. "type": "double",
  229. "value": 0
  230. },
  231. "scale": {
  232. "type": "list<double>",
  233. "value": [
  234. 1,
  235. 1
  236. ]
  237. }
  238. },
  239. "__pLabelText": {
  240. "position": {
  241. "type": "list<double>",
  242. "value": [
  243. 0,
  244. 0
  245. ]
  246. },
  247. "orientation": {
  248. "type": "double",
  249. "value": 0
  250. },
  251. "scale": {
  252. "type": "list<double>",
  253. "value": [
  254. 1,
  255. 1
  256. ]
  257. },
  258. "textContent": {
  259. "type": "string",
  260. "value": "#"
  261. },
  262. "style": {
  263. "type": "map<string,string>",
  264. "value": {
  265. "stroke": "#6000ff",
  266. "fill": "#6000ff",
  267. "font-size": "15px",
  268. "opacity": "1"
  269. }
  270. },
  271. "mapper": {
  272. "type": "code",
  273. "value": "({'textContent':getAttr('__pLabel')})"
  274. },
  275. "parser": {
  276. "type": "code",
  277. "value": "({'__pLabel':getAttr('textContent')})"
  278. },
  279. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  280. }
  281. },
  282. "edges": []
  283. }
  284. },
  285. {
  286. "name": "$asuri",
  287. "type": "string",
  288. "default": "-1"
  289. }
  290. ],
  291. "__pInputIcon": [
  292. {
  293. "name": "typename",
  294. "type": "string",
  295. "default": "InputIcon"
  296. },
  297. {
  298. "name": "position",
  299. "type": "list<double>",
  300. "default": [
  301. 976,
  302. 200
  303. ]
  304. },
  305. {
  306. "name": "orientation",
  307. "type": "double",
  308. "default": 0
  309. },
  310. {
  311. "name": "scale",
  312. "type": "list<double>",
  313. "default": [
  314. 1,
  315. 1
  316. ]
  317. },
  318. {
  319. "name": "mapper",
  320. "type": "code",
  321. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  322. },
  323. {
  324. "name": "parser",
  325. "type": "code",
  326. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  327. },
  328. {
  329. "name": "$contents",
  330. "type": "map<string,*>",
  331. "default": {
  332. "nodes": {
  333. "28": {
  334. "width": {
  335. "type": "double",
  336. "value": 85
  337. },
  338. "height": {
  339. "type": "double",
  340. "value": 25
  341. },
  342. "cornerRadius": {
  343. "type": "double",
  344. "value": 0
  345. },
  346. "style": {
  347. "type": "map<string,string>",
  348. "value": {
  349. "stroke": "#000000",
  350. "stroke-dasharray": "",
  351. "fill": "#ffffff",
  352. "fill-opacity": 0.75,
  353. "font-size": "20px",
  354. "stroke-width": 1,
  355. "arrow-start": "none",
  356. "arrow-end": "none"
  357. }
  358. },
  359. "mapper": {
  360. "type": "code",
  361. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  362. },
  363. "parser": {
  364. "type": "code",
  365. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  366. },
  367. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  368. "position": {
  369. "type": "list<double>",
  370. "value": [
  371. 1,
  372. -1
  373. ]
  374. },
  375. "orientation": {
  376. "type": "double",
  377. "value": 0
  378. },
  379. "scale": {
  380. "type": "list<double>",
  381. "value": [
  382. 1,
  383. 1
  384. ]
  385. }
  386. },
  387. "29": {
  388. "textContent": {
  389. "type": "string",
  390. "value": "... |"
  391. },
  392. "style": {
  393. "type": "map<string,string>",
  394. "value": {
  395. "stroke": "#000000",
  396. "stroke-dasharray": "",
  397. "fill": "#ffffff",
  398. "fill-opacity": 0.75,
  399. "font-size": "15px",
  400. "stroke-width": 1,
  401. "arrow-start": "none",
  402. "arrow-end": "none"
  403. }
  404. },
  405. "mapper": {
  406. "type": "code",
  407. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  408. },
  409. "parser": {
  410. "type": "code",
  411. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  412. },
  413. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  414. "position": {
  415. "type": "list<double>",
  416. "value": [
  417. 3,
  418. 0
  419. ]
  420. },
  421. "orientation": {
  422. "type": "double",
  423. "value": 0
  424. },
  425. "scale": {
  426. "type": "list<double>",
  427. "value": [
  428. 1,
  429. 1
  430. ]
  431. }
  432. },
  433. "30": {
  434. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  435. "position": {
  436. "type": "list<double>",
  437. "value": [
  438. 6.99899850809561,
  439. 5.999000000000024
  440. ]
  441. },
  442. "orientation": {
  443. "type": "double",
  444. "value": 0
  445. },
  446. "scale": {
  447. "type": "list<double>",
  448. "value": [
  449. 1,
  450. 1
  451. ]
  452. },
  453. "link-style": {
  454. "type": "map<string,string>",
  455. "value": {
  456. "stroke": "#00ffff",
  457. "stroke-dasharray": "",
  458. "stroke-opacity": 0.1,
  459. "arrow-start": "none",
  460. "arrow-end": "classic-wide-long"
  461. }
  462. }
  463. },
  464. "__pLabelText": {
  465. "position": {
  466. "type": "list<double>",
  467. "value": [
  468. 0,
  469. 0
  470. ]
  471. },
  472. "orientation": {
  473. "type": "double",
  474. "value": 0
  475. },
  476. "scale": {
  477. "type": "list<double>",
  478. "value": [
  479. 1,
  480. 1
  481. ]
  482. },
  483. "textContent": {
  484. "type": "string",
  485. "value": "#"
  486. },
  487. "style": {
  488. "type": "map<string,string>",
  489. "value": {
  490. "stroke": "#6000ff",
  491. "fill": "#6000ff",
  492. "font-size": "15px",
  493. "opacity": "1"
  494. }
  495. },
  496. "mapper": {
  497. "type": "code",
  498. "value": "({'textContent':getAttr('__pLabel')})"
  499. },
  500. "parser": {
  501. "type": "code",
  502. "value": "({'__pLabel':getAttr('textContent')})"
  503. },
  504. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  505. }
  506. },
  507. "edges": [
  508. {
  509. "src": "28",
  510. "dest": "30"
  511. },
  512. {
  513. "src": "30",
  514. "dest": "29"
  515. }
  516. ]
  517. }
  518. },
  519. {
  520. "name": "$asuri",
  521. "type": "string",
  522. "default": "-1"
  523. }
  524. ],
  525. "__pButtonIcon": [
  526. {
  527. "name": "typename",
  528. "type": "string",
  529. "default": "ButtonIcon"
  530. },
  531. {
  532. "name": "position",
  533. "type": "list<double>",
  534. "default": [
  535. 525,
  536. 150
  537. ]
  538. },
  539. {
  540. "name": "orientation",
  541. "type": "double",
  542. "default": 0
  543. },
  544. {
  545. "name": "scale",
  546. "type": "list<double>",
  547. "default": [
  548. 1,
  549. 1
  550. ]
  551. },
  552. {
  553. "name": "mapper",
  554. "type": "code",
  555. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  556. },
  557. {
  558. "name": "parser",
  559. "type": "code",
  560. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  561. },
  562. {
  563. "name": "$contents",
  564. "type": "map<string,*>",
  565. "default": {
  566. "nodes": {
  567. "6": {
  568. "width": {
  569. "type": "double",
  570. "value": 85
  571. },
  572. "height": {
  573. "type": "double",
  574. "value": 35
  575. },
  576. "cornerRadius": {
  577. "type": "double",
  578. "value": 15
  579. },
  580. "style": {
  581. "type": "map<string,string>",
  582. "value": {
  583. "stroke": "#ADD8E6",
  584. "stroke-dasharray": "",
  585. "fill": "#E6E6FA",
  586. "fill-opacity": 0.75,
  587. "font-size": "20px",
  588. "stroke-width": 1,
  589. "arrow-start": "none",
  590. "arrow-end": "none"
  591. }
  592. },
  593. "mapper": {
  594. "type": "code",
  595. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  596. },
  597. "parser": {
  598. "type": "code",
  599. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  600. },
  601. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  602. "position": {
  603. "type": "list<double>",
  604. "value": [
  605. 0,
  606. -2
  607. ]
  608. },
  609. "orientation": {
  610. "type": "double",
  611. "value": 0
  612. },
  613. "scale": {
  614. "type": "list<double>",
  615. "value": [
  616. 1,
  617. 1
  618. ]
  619. }
  620. },
  621. "8": {
  622. "textContent": {
  623. "type": "string",
  624. "value": "<coded>"
  625. },
  626. "style": {
  627. "type": "map<string,string>",
  628. "value": {
  629. "stroke": "#666666",
  630. "stroke-dasharray": "",
  631. "fill": "#000000",
  632. "fill-opacity": 0.75,
  633. "font-size": "13px",
  634. "stroke-width": 1,
  635. "arrow-start": "none",
  636. "arrow-end": "none"
  637. }
  638. },
  639. "mapper": {
  640. "type": "code",
  641. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  642. },
  643. "parser": {
  644. "type": "code",
  645. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  646. },
  647. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  648. "position": {
  649. "type": "list<double>",
  650. "value": [
  651. 7,
  652. 6
  653. ]
  654. },
  655. "orientation": {
  656. "type": "double",
  657. "value": 0
  658. },
  659. "scale": {
  660. "type": "list<double>",
  661. "value": [
  662. 1,
  663. 1
  664. ]
  665. }
  666. },
  667. "14": {
  668. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  669. "position": {
  670. "type": "list<double>",
  671. "value": [
  672. 16.384413781586773,
  673. 7.5698326045953195
  674. ]
  675. },
  676. "orientation": {
  677. "type": "double",
  678. "value": 0
  679. },
  680. "scale": {
  681. "type": "list<double>",
  682. "value": [
  683. 1,
  684. 1
  685. ]
  686. },
  687. "link-style": {
  688. "type": "map<string,string>",
  689. "value": {
  690. "stroke": "#00ffff",
  691. "stroke-dasharray": "",
  692. "stroke-opacity": 0.1,
  693. "arrow-start": "none",
  694. "arrow-end": "classic-wide-long"
  695. }
  696. }
  697. },
  698. "__pLabelText": {
  699. "position": {
  700. "type": "list<double>",
  701. "value": [
  702. 0,
  703. 0
  704. ]
  705. },
  706. "orientation": {
  707. "type": "double",
  708. "value": 0
  709. },
  710. "scale": {
  711. "type": "list<double>",
  712. "value": [
  713. 1,
  714. 1
  715. ]
  716. },
  717. "textContent": {
  718. "type": "string",
  719. "value": "#"
  720. },
  721. "style": {
  722. "type": "map<string,string>",
  723. "value": {
  724. "stroke": "#6000ff",
  725. "fill": "#6000ff",
  726. "font-size": "15px",
  727. "opacity": "1"
  728. }
  729. },
  730. "mapper": {
  731. "type": "code",
  732. "value": "({'textContent':getAttr('__pLabel')})"
  733. },
  734. "parser": {
  735. "type": "code",
  736. "value": "({'__pLabel':getAttr('textContent')})"
  737. },
  738. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  739. }
  740. },
  741. "edges": [
  742. {
  743. "src": "6",
  744. "dest": "14"
  745. },
  746. {
  747. "src": "14",
  748. "dest": "8"
  749. }
  750. ]
  751. }
  752. },
  753. {
  754. "name": "$asuri",
  755. "type": "string",
  756. "default": "-1"
  757. }
  758. ],
  759. "__pCanvasIcon": [
  760. {
  761. "name": "typename",
  762. "type": "string",
  763. "default": "CanvasIcon"
  764. },
  765. {
  766. "name": "position",
  767. "type": "list<double>",
  768. "default": [
  769. 48,
  770. 101
  771. ]
  772. },
  773. {
  774. "name": "orientation",
  775. "type": "double",
  776. "default": 0
  777. },
  778. {
  779. "name": "scale",
  780. "type": "list<double>",
  781. "default": [
  782. 1,
  783. 1
  784. ]
  785. },
  786. {
  787. "name": "mapper",
  788. "type": "code",
  789. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  790. },
  791. {
  792. "name": "parser",
  793. "type": "code",
  794. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  795. },
  796. {
  797. "name": "$contents",
  798. "type": "map<string,*>",
  799. "default": {
  800. "nodes": {
  801. "13": {
  802. "width": {
  803. "type": "double",
  804. "value": 175
  805. },
  806. "height": {
  807. "type": "double",
  808. "value": 175
  809. },
  810. "cornerRadius": {
  811. "type": "double",
  812. "value": 10
  813. },
  814. "style": {
  815. "type": "map<string,string>",
  816. "value": {
  817. "fill": "#ffffff",
  818. "fill-opacity": 0.75,
  819. "font-size": "20px",
  820. "stroke-width": 3
  821. }
  822. },
  823. "mapper": {
  824. "type": "code",
  825. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  826. },
  827. "parser": {
  828. "type": "code",
  829. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  830. },
  831. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  832. "position": {
  833. "type": "list<double>",
  834. "value": [
  835. 1,
  836. 0
  837. ]
  838. },
  839. "orientation": {
  840. "type": "double",
  841. "value": 0
  842. },
  843. "scale": {
  844. "type": "list<double>",
  845. "value": [
  846. 1,
  847. 1
  848. ]
  849. }
  850. },
  851. "__pLabelText": {
  852. "position": {
  853. "type": "list<double>",
  854. "value": [
  855. 0,
  856. 0
  857. ]
  858. },
  859. "orientation": {
  860. "type": "double",
  861. "value": 0
  862. },
  863. "scale": {
  864. "type": "list<double>",
  865. "value": [
  866. 1,
  867. 1
  868. ]
  869. },
  870. "textContent": {
  871. "type": "string",
  872. "value": "#"
  873. },
  874. "style": {
  875. "type": "map<string,string>",
  876. "value": {
  877. "stroke": "#6000ff",
  878. "fill": "#6000ff",
  879. "font-size": "15px",
  880. "opacity": "1"
  881. }
  882. },
  883. "mapper": {
  884. "type": "code",
  885. "value": "({'textContent':getAttr('__pLabel')})"
  886. },
  887. "parser": {
  888. "type": "code",
  889. "value": "({'__pLabel':getAttr('textContent')})"
  890. },
  891. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  892. }
  893. },
  894. "edges": []
  895. }
  896. },
  897. {
  898. "name": "$asuri",
  899. "type": "string",
  900. "default": "-1"
  901. }
  902. ],
  903. "__pListIcon": [
  904. {
  905. "name": "typename",
  906. "type": "string",
  907. "default": "ListIcon"
  908. },
  909. {
  910. "name": "position",
  911. "type": "list<double>",
  912. "default": [
  913. 1201,
  914. 226
  915. ]
  916. },
  917. {
  918. "name": "orientation",
  919. "type": "double",
  920. "default": 0
  921. },
  922. {
  923. "name": "scale",
  924. "type": "list<double>",
  925. "default": [
  926. 1,
  927. 1
  928. ]
  929. },
  930. {
  931. "name": "mapper",
  932. "type": "code",
  933. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  934. },
  935. {
  936. "name": "parser",
  937. "type": "code",
  938. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  939. },
  940. {
  941. "name": "$contents",
  942. "type": "map<string,*>",
  943. "default": {
  944. "nodes": {
  945. "4": {
  946. "textContent": {
  947. "type": "string",
  948. "value": "1, 2, 3, ..."
  949. },
  950. "style": {
  951. "type": "map<string,string>",
  952. "value": {
  953. "stroke": "#000000",
  954. "fill-opacity": 0.75,
  955. "fill": "#ffffff",
  956. "font-size": "15px"
  957. }
  958. },
  959. "mapper": {
  960. "type": "code",
  961. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  962. },
  963. "parser": {
  964. "type": "code",
  965. "value": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  966. },
  967. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  968. "position": {
  969. "type": "list<double>",
  970. "value": [
  971. 0,
  972. -3
  973. ]
  974. },
  975. "orientation": {
  976. "type": "double",
  977. "value": 0
  978. },
  979. "scale": {
  980. "type": "list<double>",
  981. "value": [
  982. 1,
  983. 1
  984. ]
  985. }
  986. },
  987. "__pLabelText": {
  988. "position": {
  989. "type": "list<double>",
  990. "value": [
  991. 0,
  992. 0
  993. ]
  994. },
  995. "orientation": {
  996. "type": "double",
  997. "value": 0
  998. },
  999. "scale": {
  1000. "type": "list<double>",
  1001. "value": [
  1002. 1,
  1003. 1
  1004. ]
  1005. },
  1006. "textContent": {
  1007. "type": "string",
  1008. "value": "#"
  1009. },
  1010. "style": {
  1011. "type": "map<string,string>",
  1012. "value": {
  1013. "stroke": "#6000ff",
  1014. "fill": "#6000ff",
  1015. "font-size": "15px",
  1016. "opacity": "1"
  1017. }
  1018. },
  1019. "mapper": {
  1020. "type": "code",
  1021. "value": "({'textContent':getAttr('__pLabel')})"
  1022. },
  1023. "parser": {
  1024. "type": "code",
  1025. "value": "({'__pLabel':getAttr('textContent')})"
  1026. },
  1027. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  1028. }
  1029. },
  1030. "edges": []
  1031. }
  1032. },
  1033. {
  1034. "name": "$asuri",
  1035. "type": "string",
  1036. "default": "-1"
  1037. }
  1038. ],
  1039. "__pContainLink": [
  1040. {
  1041. "name": "link-style",
  1042. "type": "map<string,string>",
  1043. "default": {
  1044. "stroke": "#000000",
  1045. "stroke-dasharray": "",
  1046. "stroke-opacity": 0.1,
  1047. "stroke-width": 1,
  1048. "arrow-start": "none",
  1049. "arrow-end": "classic-wide-long"
  1050. }
  1051. },
  1052. {
  1053. "name": "typename",
  1054. "type": "string",
  1055. "default": "ContainLink"
  1056. },
  1057. {
  1058. "name": "position",
  1059. "type": "list<double>",
  1060. "default": [
  1061. 1553,
  1062. 125
  1063. ]
  1064. },
  1065. {
  1066. "name": "orientation",
  1067. "type": "double",
  1068. "default": 0
  1069. },
  1070. {
  1071. "name": "scale",
  1072. "type": "list<double>",
  1073. "default": [
  1074. 1,
  1075. 1
  1076. ]
  1077. },
  1078. {
  1079. "name": "mapper",
  1080. "type": "code",
  1081. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  1082. },
  1083. {
  1084. "name": "parser",
  1085. "type": "code",
  1086. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  1087. },
  1088. {
  1089. "name": "$contents",
  1090. "type": "map<string,*>",
  1091. "default": {
  1092. "nodes": {
  1093. "__pLabelText": {
  1094. "position": {
  1095. "type": "list<double>",
  1096. "value": [
  1097. 0,
  1098. 0
  1099. ]
  1100. },
  1101. "orientation": {
  1102. "type": "double",
  1103. "value": 0
  1104. },
  1105. "scale": {
  1106. "type": "list<double>",
  1107. "value": [
  1108. 1,
  1109. 1
  1110. ]
  1111. },
  1112. "textContent": {
  1113. "type": "string",
  1114. "value": "#"
  1115. },
  1116. "style": {
  1117. "type": "map<string,string>",
  1118. "value": {
  1119. "stroke": "#6000ff",
  1120. "fill": "#6000ff",
  1121. "font-size": "15px",
  1122. "opacity": "1"
  1123. }
  1124. },
  1125. "mapper": {
  1126. "type": "code",
  1127. "value": "({'textContent':getAttr('__pLabel')})"
  1128. },
  1129. "parser": {
  1130. "type": "code",
  1131. "value": "({'__pLabel':getAttr('textContent')})"
  1132. },
  1133. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  1134. }
  1135. },
  1136. "edges": []
  1137. }
  1138. },
  1139. {
  1140. "name": "$asuri",
  1141. "type": "string",
  1142. "default": "-1"
  1143. },
  1144. {
  1145. "name": "$segments",
  1146. "type": "map<string,list<string>>",
  1147. "default": {}
  1148. }
  1149. ],
  1150. "__pCanvasContentsLink": [
  1151. {
  1152. "name": "link-style",
  1153. "type": "map<string,string>",
  1154. "default": {
  1155. "stroke": "#000000",
  1156. "stroke-dasharray": "",
  1157. "stroke-opacity": 0.1,
  1158. "stroke-width": 1,
  1159. "arrow-start": "none",
  1160. "arrow-end": "classic-wide-long"
  1161. }
  1162. },
  1163. {
  1164. "name": "typename",
  1165. "type": "string",
  1166. "default": "CanvasContentsLink"
  1167. },
  1168. {
  1169. "name": "position",
  1170. "type": "list<double>",
  1171. "default": [
  1172. 1551,
  1173. 305
  1174. ]
  1175. },
  1176. {
  1177. "name": "orientation",
  1178. "type": "double",
  1179. "default": 0
  1180. },
  1181. {
  1182. "name": "scale",
  1183. "type": "list<double>",
  1184. "default": [
  1185. 1,
  1186. 1
  1187. ]
  1188. },
  1189. {
  1190. "name": "mapper",
  1191. "type": "code",
  1192. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  1193. },
  1194. {
  1195. "name": "parser",
  1196. "type": "code",
  1197. "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
  1198. },
  1199. {
  1200. "name": "$contents",
  1201. "type": "map<string,*>",
  1202. "default": {
  1203. "nodes": {
  1204. "__pLabelText": {
  1205. "position": {
  1206. "type": "list<double>",
  1207. "value": [
  1208. 0,
  1209. 0
  1210. ]
  1211. },
  1212. "orientation": {
  1213. "type": "double",
  1214. "value": 0
  1215. },
  1216. "scale": {
  1217. "type": "list<double>",
  1218. "value": [
  1219. 1,
  1220. 1
  1221. ]
  1222. },
  1223. "textContent": {
  1224. "type": "string",
  1225. "value": "#"
  1226. },
  1227. "style": {
  1228. "type": "map<string,string>",
  1229. "value": {
  1230. "stroke": "#6000ff",
  1231. "fill": "#6000ff",
  1232. "font-size": "15px",
  1233. "opacity": "1"
  1234. }
  1235. },
  1236. "mapper": {
  1237. "type": "code",
  1238. "value": "({'textContent':getAttr('__pLabel')})"
  1239. },
  1240. "parser": {
  1241. "type": "code",
  1242. "value": "({'__pLabel':getAttr('textContent')})"
  1243. },
  1244. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  1245. }
  1246. },
  1247. "edges": []
  1248. }
  1249. },
  1250. {
  1251. "name": "$asuri",
  1252. "type": "string",
  1253. "default": "-1"
  1254. },
  1255. {
  1256. "name": "$segments",
  1257. "type": "map<string,list<string>>",
  1258. "default": {}
  1259. }
  1260. ],
  1261. "__pVisualElementIcon": [
  1262. {
  1263. "name": "typename",
  1264. "type": "string",
  1265. "default": "__pVisualElementIcon"
  1266. },
  1267. {
  1268. "name": "position",
  1269. "type": "list<double>",
  1270. "default": [
  1271. 0,
  1272. 0
  1273. ]
  1274. },
  1275. {
  1276. "name": "orientation",
  1277. "type": "double",
  1278. "default": 0
  1279. },
  1280. {
  1281. "name": "scale",
  1282. "type": "list<double>",
  1283. "default": [
  1284. 1,
  1285. 1
  1286. ]
  1287. },
  1288. {
  1289. "name": "mapper",
  1290. "type": "code",
  1291. "default": ""
  1292. },
  1293. {
  1294. "name": "parser",
  1295. "type": "code",
  1296. "default": ""
  1297. },
  1298. {
  1299. "name": "$contents",
  1300. "type": "map<string,*>",
  1301. "default": {
  1302. "nodes": {
  1303. "text": {
  1304. "textContent": {
  1305. "type": "string",
  1306. "value": "__pVisualElementIcon"
  1307. },
  1308. "style": {
  1309. "type": "map<string,string>",
  1310. "value": {
  1311. "stroke": "#000000",
  1312. "stroke-dasharray": "",
  1313. "fill": "#000000",
  1314. "fill-opacity": "1",
  1315. "font-size": "13px"
  1316. }
  1317. },
  1318. "mapper": {
  1319. "type": "code",
  1320. "value": ""
  1321. },
  1322. "parser": {
  1323. "type": "code",
  1324. "value": ""
  1325. },
  1326. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  1327. "position": {
  1328. "type": "list<double>",
  1329. "value": [
  1330. 10,
  1331. 76
  1332. ]
  1333. },
  1334. "orientation": {
  1335. "type": "double",
  1336. "value": 0
  1337. },
  1338. "scale": {
  1339. "type": "list<double>",
  1340. "value": [
  1341. 1,
  1342. 1
  1343. ]
  1344. }
  1345. },
  1346. "rect": {
  1347. "width": {
  1348. "type": "double",
  1349. "value": 75
  1350. },
  1351. "height": {
  1352. "type": "double",
  1353. "value": 75
  1354. },
  1355. "cornerRadius": {
  1356. "type": "double",
  1357. "value": 15
  1358. },
  1359. "style": {
  1360. "type": "map<string,string>",
  1361. "value": {
  1362. "stroke": "#000000",
  1363. "fill": "#ffffff",
  1364. "fill-opacity": 0.75
  1365. }
  1366. },
  1367. "mapper": {
  1368. "type": "code",
  1369. "value": ""
  1370. },
  1371. "parser": {
  1372. "type": "code",
  1373. "value": ""
  1374. },
  1375. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  1376. "position": {
  1377. "type": "list<double>",
  1378. "value": [
  1379. 0,
  1380. 0
  1381. ]
  1382. },
  1383. "orientation": {
  1384. "type": "double",
  1385. "value": 0
  1386. },
  1387. "scale": {
  1388. "type": "list<double>",
  1389. "value": [
  1390. 1,
  1391. 1
  1392. ]
  1393. }
  1394. },
  1395. "textBelowRect": {
  1396. "distance": {
  1397. "type": "double",
  1398. "value": 10
  1399. },
  1400. "alignment": {
  1401. "type": "ENUM(\"right\",\"left\",\"center\")",
  1402. "value": "center"
  1403. },
  1404. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Below",
  1405. "position": {
  1406. "type": "list<double>",
  1407. "value": [
  1408. 5,
  1409. 38
  1410. ]
  1411. },
  1412. "orientation": {
  1413. "type": "double",
  1414. "value": 0
  1415. },
  1416. "scale": {
  1417. "type": "list<double>",
  1418. "value": [
  1419. 1,
  1420. 1
  1421. ]
  1422. },
  1423. "link-style": {
  1424. "type": "map<string,string>",
  1425. "value": {
  1426. "stroke": "#00ff00",
  1427. "stroke-dasharray": "",
  1428. "stroke-opacity": 1,
  1429. "arrow-start": "none",
  1430. "arrow-end": "classic-wide-long"
  1431. }
  1432. }
  1433. },
  1434. "__pLabelText": {
  1435. "position": {
  1436. "type": "list<double>",
  1437. "value": [
  1438. 0,
  1439. 0
  1440. ]
  1441. },
  1442. "orientation": {
  1443. "type": "double",
  1444. "value": 0
  1445. },
  1446. "scale": {
  1447. "type": "list<double>",
  1448. "value": [
  1449. 1,
  1450. 1
  1451. ]
  1452. },
  1453. "textContent": {
  1454. "type": "string",
  1455. "value": "#"
  1456. },
  1457. "style": {
  1458. "type": "map<string,string>",
  1459. "value": {
  1460. "stroke": "#6000ff",
  1461. "fill": "#6000ff",
  1462. "font-size": "15px",
  1463. "opacity": "1"
  1464. }
  1465. },
  1466. "mapper": {
  1467. "type": "code",
  1468. "value": "({'textContent':getAttr('__pLabel')})"
  1469. },
  1470. "parser": {
  1471. "type": "code",
  1472. "value": "({'__pLabel':getAttr('textContent')})"
  1473. },
  1474. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  1475. }
  1476. },
  1477. "edges": [
  1478. {
  1479. "src": "text",
  1480. "dest": "textBelowRect"
  1481. },
  1482. {
  1483. "src": "textBelowRect",
  1484. "dest": "rect"
  1485. }
  1486. ]
  1487. }
  1488. },
  1489. {
  1490. "name": "$asuri",
  1491. "type": "string",
  1492. "default": "-1"
  1493. }
  1494. ]
  1495. },
  1496. "constraints": [],
  1497. "actions": [],
  1498. "cardinalities": {
  1499. "__pLabelIcon": [],
  1500. "__pContainerIcon": [],
  1501. "__pInputIcon": [],
  1502. "__pButtonIcon": [],
  1503. "__pCanvasIcon": [],
  1504. "__pListIcon": [],
  1505. "__pContainLink": [],
  1506. "__pCanvasContentsLink": [],
  1507. "__pVisualElementIcon": []
  1508. },
  1509. "legalConnections": {},
  1510. "connectorTypes": {},
  1511. "types2parentTypes": {
  1512. "__pLabelIcon": [],
  1513. "__pContainerIcon": [],
  1514. "__pInputIcon": [],
  1515. "__pButtonIcon": [],
  1516. "__pCanvasIcon": [],
  1517. "__pListIcon": [],
  1518. "__pContainLink": [],
  1519. "__pCanvasContentsLink": [],
  1520. "__pVisualElementIcon": []
  1521. }
  1522. }