ConcreteSyntax.boostrap.metamodel 23 KB

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