Traffic.defaultIcons.metamodel 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927
  1. {
  2. "types": {
  3. "GeneratorIcon": [
  4. {
  5. "name": "typename",
  6. "type": "string",
  7. "default": "GeneratorIcon"
  8. },
  9. {
  10. "name": "position",
  11. "type": "list<double>",
  12. "default": [
  13. 76,
  14. 100
  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": "({'position':getAttr('position')})"
  34. },
  35. {
  36. "name": "parser",
  37. "type": "code",
  38. "default": "({'position':getAttr('position')})"
  39. },
  40. {
  41. "name": "$contents",
  42. "type": "map<string,*>",
  43. "default": {
  44. "nodes": {
  45. "12": {
  46. "textContent": {
  47. "type": "string",
  48. "value": "<coded>"
  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": "20px",
  58. "stroke-width": 1,
  59. "arrow-start": "none",
  60. "arrow-end": "none"
  61. }
  62. },
  63. "mapper": {
  64. "type": "code",
  65. "value": "({'textContent':getAttr('producedCars')+ ' >>'})"
  66. },
  67. "parser": {
  68. "type": "code",
  69. "value": ""
  70. },
  71. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  72. "position": {
  73. "type": "list<double>",
  74. "value": [
  75. 3,
  76. 79
  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. "22": {
  92. "segments": {
  93. "type": "string",
  94. "value": "m0,0l80,40,l-80,40z"
  95. },
  96. "style": {
  97. "type": "map<string,string>",
  98. "value": {
  99. "stroke": "#aa00ff",
  100. "fill": "#aa00ff",
  101. "fill-opacity": 1,
  102. "arrow-start": "none",
  103. "arrow-end": "none"
  104. }
  105. },
  106. "mapper": {
  107. "type": "code",
  108. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  109. },
  110. "parser": {
  111. "type": "code",
  112. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  113. },
  114. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  115. "position": {
  116. "type": "list<double>",
  117. "value": [
  118. 1,
  119. -1
  120. ]
  121. },
  122. "orientation": {
  123. "type": "double",
  124. "value": 0
  125. },
  126. "scale": {
  127. "type": "list<double>",
  128. "value": [
  129. 1,
  130. 1
  131. ]
  132. }
  133. }
  134. },
  135. "edges": []
  136. }
  137. },
  138. {
  139. "name": "$asuri",
  140. "type": "string",
  141. "default": "-1"
  142. }
  143. ],
  144. "RoadSegmentIcon": [
  145. {
  146. "name": "typename",
  147. "type": "string",
  148. "default": "RoadSegmentIcon"
  149. },
  150. {
  151. "name": "position",
  152. "type": "list<double>",
  153. "default": [
  154. 76,
  155. 377
  156. ]
  157. },
  158. {
  159. "name": "orientation",
  160. "type": "double",
  161. "default": 0
  162. },
  163. {
  164. "name": "scale",
  165. "type": "list<double>",
  166. "default": [
  167. 1,
  168. 1
  169. ]
  170. },
  171. {
  172. "name": "mapper",
  173. "type": "code",
  174. "default": "({'position':getAttr('position')})"
  175. },
  176. {
  177. "name": "parser",
  178. "type": "code",
  179. "default": "({'position':getAttr('position')})"
  180. },
  181. {
  182. "name": "$contents",
  183. "type": "map<string,*>",
  184. "default": {
  185. "nodes": {
  186. "36": {
  187. "width": {
  188. "type": "double",
  189. "value": 300
  190. },
  191. "height": {
  192. "type": "double",
  193. "value": 100
  194. },
  195. "cornerRadius": {
  196. "type": "double",
  197. "value": 0
  198. },
  199. "style": {
  200. "type": "map<string,string>",
  201. "value": {
  202. "stroke": "#000000",
  203. "stroke-dasharray": "",
  204. "fill": "#bbbbbb",
  205. "fill-opacity": 1,
  206. "font-size": "20px",
  207. "stroke-width": 1,
  208. "arrow-start": "none",
  209. "arrow-end": "none"
  210. }
  211. },
  212. "mapper": {
  213. "type": "code",
  214. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  215. },
  216. "parser": {
  217. "type": "code",
  218. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  219. },
  220. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  221. "position": {
  222. "type": "list<double>",
  223. "value": [
  224. 1,
  225. 0
  226. ]
  227. },
  228. "orientation": {
  229. "type": "double",
  230. "value": 0
  231. },
  232. "scale": {
  233. "type": "list<double>",
  234. "value": [
  235. 1,
  236. 1
  237. ]
  238. }
  239. },
  240. "37": {
  241. "segments": {
  242. "type": "string",
  243. "value": "m0,0l300,0"
  244. },
  245. "style": {
  246. "type": "map<string,string>",
  247. "value": {
  248. "stroke": "#ffff00",
  249. "stroke-dasharray": "- ",
  250. "fill": "#ffff00",
  251. "fill-opacity": 0.75,
  252. "stroke-width": 4,
  253. "arrow-start": "none",
  254. "arrow-end": "none"
  255. }
  256. },
  257. "mapper": {
  258. "type": "code",
  259. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  260. },
  261. "parser": {
  262. "type": "code",
  263. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  264. },
  265. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  266. "position": {
  267. "type": "list<double>",
  268. "value": [
  269. 3,
  270. 52
  271. ]
  272. },
  273. "orientation": {
  274. "type": "double",
  275. "value": 0
  276. },
  277. "scale": {
  278. "type": "list<double>",
  279. "value": [
  280. 1,
  281. 1
  282. ]
  283. }
  284. }
  285. },
  286. "edges": []
  287. }
  288. },
  289. {
  290. "name": "$asuri",
  291. "type": "string",
  292. "default": "-1"
  293. }
  294. ],
  295. "CarIcon": [
  296. {
  297. "name": "typename",
  298. "type": "string",
  299. "default": "CarIcon"
  300. },
  301. {
  302. "name": "position",
  303. "type": "list<double>",
  304. "default": [
  305. 476,
  306. 425
  307. ]
  308. },
  309. {
  310. "name": "orientation",
  311. "type": "double",
  312. "default": 0
  313. },
  314. {
  315. "name": "scale",
  316. "type": "list<double>",
  317. "default": [
  318. 1,
  319. 1
  320. ]
  321. },
  322. {
  323. "name": "mapper",
  324. "type": "code",
  325. "default": "({'position':getAttr('position')})"
  326. },
  327. {
  328. "name": "parser",
  329. "type": "code",
  330. "default": "({'position':getAttr('position')})"
  331. },
  332. {
  333. "name": "$contents",
  334. "type": "map<string,*>",
  335. "default": {
  336. "nodes": {
  337. "40": {
  338. "r": {
  339. "type": "double",
  340. "value": 50
  341. },
  342. "sides": {
  343. "type": "int",
  344. "value": 5
  345. },
  346. "style": {
  347. "type": "map<string,string>",
  348. "value": {
  349. "stroke": "#7FFF00",
  350. "stroke-dasharray": "",
  351. "fill": "#FFA500",
  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": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  362. },
  363. "parser": {
  364. "type": "code",
  365. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  366. },
  367. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Polygon",
  368. "position": {
  369. "type": "list<double>",
  370. "value": [
  371. 3,
  372. 0
  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. "41": {
  388. "r": {
  389. "type": "double",
  390. "value": 20
  391. },
  392. "style": {
  393. "type": "map<string,string>",
  394. "value": {
  395. "stroke": "#000000",
  396. "stroke-dasharray": "",
  397. "fill": "#F5F5F5",
  398. "fill-opacity": 0.5,
  399. "font-size": "20px",
  400. "stroke-width": 1,
  401. "arrow-start": "none",
  402. "arrow-end": "none"
  403. }
  404. },
  405. "mapper": {
  406. "type": "code",
  407. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  408. },
  409. "parser": {
  410. "type": "code",
  411. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  412. },
  413. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  414. "position": {
  415. "type": "list<double>",
  416. "value": [
  417. 2,
  418. 68
  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. "42": {
  434. "r": {
  435. "type": "double",
  436. "value": 20
  437. },
  438. "style": {
  439. "type": "map<string,string>",
  440. "value": {
  441. "stroke": "#000000",
  442. "stroke-dasharray": "",
  443. "fill": "#F5F5F5",
  444. "fill-opacity": 0.5,
  445. "font-size": "20px",
  446. "stroke-width": 1,
  447. "arrow-start": "none",
  448. "arrow-end": "none"
  449. }
  450. },
  451. "mapper": {
  452. "type": "code",
  453. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  454. },
  455. "parser": {
  456. "type": "code",
  457. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  458. },
  459. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  460. "position": {
  461. "type": "list<double>",
  462. "value": [
  463. 60,
  464. 68
  465. ]
  466. },
  467. "orientation": {
  468. "type": "double",
  469. "value": 0
  470. },
  471. "scale": {
  472. "type": "list<double>",
  473. "value": [
  474. 1,
  475. 1
  476. ]
  477. }
  478. }
  479. },
  480. "edges": []
  481. }
  482. },
  483. {
  484. "name": "$asuri",
  485. "type": "string",
  486. "default": "-1"
  487. }
  488. ],
  489. "RS2GLink": [
  490. {
  491. "name": "link-style",
  492. "type": "map<string,string>",
  493. "default": {
  494. "stroke": "#00ff00",
  495. "stroke-dasharray": "",
  496. "stroke-opacity": 0.2,
  497. "stroke-width": 1,
  498. "arrow-start": "none",
  499. "arrow-end": "classic-wide-long"
  500. }
  501. },
  502. {
  503. "name": "typename",
  504. "type": "string",
  505. "default": "RS2GLink"
  506. },
  507. {
  508. "name": "position",
  509. "type": "list<double>",
  510. "default": [
  511. 1023,
  512. 124
  513. ]
  514. },
  515. {
  516. "name": "orientation",
  517. "type": "double",
  518. "default": 0
  519. },
  520. {
  521. "name": "scale",
  522. "type": "list<double>",
  523. "default": [
  524. 1,
  525. 1
  526. ]
  527. },
  528. {
  529. "name": "mapper",
  530. "type": "code",
  531. "default": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  532. },
  533. {
  534. "name": "parser",
  535. "type": "code",
  536. "default": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  537. },
  538. {
  539. "name": "$contents",
  540. "type": "map<string,*>",
  541. "default": {
  542. "nodes": {},
  543. "edges": []
  544. }
  545. },
  546. {
  547. "name": "$asuri",
  548. "type": "string",
  549. "default": "-1"
  550. },
  551. {
  552. "name": "$segments",
  553. "type": "map<string,list<string>>",
  554. "default": {}
  555. }
  556. ],
  557. "RS2RSLink": [
  558. {
  559. "name": "link-style",
  560. "type": "map<string,string>",
  561. "default": {
  562. "stroke": "#00ff00",
  563. "stroke-dasharray": "",
  564. "stroke-opacity": 0.2,
  565. "stroke-width": 1,
  566. "arrow-start": "none",
  567. "arrow-end": "classic-wide-long"
  568. }
  569. },
  570. {
  571. "name": "typename",
  572. "type": "string",
  573. "default": "RS2RSLink"
  574. },
  575. {
  576. "name": "position",
  577. "type": "list<double>",
  578. "default": [
  579. 1026,
  580. 300
  581. ]
  582. },
  583. {
  584. "name": "orientation",
  585. "type": "double",
  586. "default": 0
  587. },
  588. {
  589. "name": "scale",
  590. "type": "list<double>",
  591. "default": [
  592. 1,
  593. 1
  594. ]
  595. },
  596. {
  597. "name": "mapper",
  598. "type": "code",
  599. "default": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  600. },
  601. {
  602. "name": "parser",
  603. "type": "code",
  604. "default": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  605. },
  606. {
  607. "name": "$contents",
  608. "type": "map<string,*>",
  609. "default": {
  610. "nodes": {},
  611. "edges": []
  612. }
  613. },
  614. {
  615. "name": "$asuri",
  616. "type": "string",
  617. "default": "-1"
  618. },
  619. {
  620. "name": "$segments",
  621. "type": "map<string,list<string>>",
  622. "default": {}
  623. }
  624. ],
  625. "S2RSLink": [
  626. {
  627. "name": "link-style",
  628. "type": "map<string,string>",
  629. "default": {
  630. "stroke": "#00ff00",
  631. "stroke-dasharray": "",
  632. "stroke-opacity": 0.2,
  633. "stroke-width": 1,
  634. "arrow-start": "none",
  635. "arrow-end": "classic-wide-long"
  636. }
  637. },
  638. {
  639. "name": "typename",
  640. "type": "string",
  641. "default": "S2RSLink"
  642. },
  643. {
  644. "name": "position",
  645. "type": "list<double>",
  646. "default": [
  647. 1025,
  648. 474
  649. ]
  650. },
  651. {
  652. "name": "orientation",
  653. "type": "double",
  654. "default": 0
  655. },
  656. {
  657. "name": "scale",
  658. "type": "list<double>",
  659. "default": [
  660. 1,
  661. 1
  662. ]
  663. },
  664. {
  665. "name": "mapper",
  666. "type": "code",
  667. "default": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  668. },
  669. {
  670. "name": "parser",
  671. "type": "code",
  672. "default": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  673. },
  674. {
  675. "name": "$contents",
  676. "type": "map<string,*>",
  677. "default": {
  678. "nodes": {},
  679. "edges": []
  680. }
  681. },
  682. {
  683. "name": "$asuri",
  684. "type": "string",
  685. "default": "-1"
  686. },
  687. {
  688. "name": "$segments",
  689. "type": "map<string,list<string>>",
  690. "default": {}
  691. }
  692. ],
  693. "CarOnRoadSegmentLink": [
  694. {
  695. "name": "link-style",
  696. "type": "map<string,string>",
  697. "default": {
  698. "stroke": "#ff00ff",
  699. "stroke-dasharray": "",
  700. "stroke-opacity": 0,
  701. "stroke-width": 1,
  702. "arrow-start": "none",
  703. "arrow-end": "none"
  704. }
  705. },
  706. {
  707. "name": "typename",
  708. "type": "string",
  709. "default": "CarOnRoadSegmentLink"
  710. },
  711. {
  712. "name": "position",
  713. "type": "list<double>",
  714. "default": [
  715. 1026,
  716. 649
  717. ]
  718. },
  719. {
  720. "name": "orientation",
  721. "type": "double",
  722. "default": 0
  723. },
  724. {
  725. "name": "scale",
  726. "type": "list<double>",
  727. "default": [
  728. 1,
  729. 1
  730. ]
  731. },
  732. {
  733. "name": "mapper",
  734. "type": "code",
  735. "default": ""
  736. },
  737. {
  738. "name": "parser",
  739. "type": "code",
  740. "default": ""
  741. },
  742. {
  743. "name": "$contents",
  744. "type": "map<string,*>",
  745. "default": {
  746. "nodes": {},
  747. "edges": []
  748. }
  749. },
  750. {
  751. "name": "$asuri",
  752. "type": "string",
  753. "default": "-1"
  754. },
  755. {
  756. "name": "$segments",
  757. "type": "map<string,list<string>>",
  758. "default": {}
  759. }
  760. ],
  761. "SinkIcon": [
  762. {
  763. "name": "typename",
  764. "type": "string",
  765. "default": "SinkIcon"
  766. },
  767. {
  768. "name": "position",
  769. "type": "list<double>",
  770. "default": [
  771. 325,
  772. 150
  773. ]
  774. },
  775. {
  776. "name": "orientation",
  777. "type": "double",
  778. "default": 0
  779. },
  780. {
  781. "name": "scale",
  782. "type": "list<double>",
  783. "default": [
  784. 1,
  785. 1
  786. ]
  787. },
  788. {
  789. "name": "mapper",
  790. "type": "code",
  791. "default": "({'position':getAttr('position')})"
  792. },
  793. {
  794. "name": "parser",
  795. "type": "code",
  796. "default": "({'position':getAttr('position')})"
  797. },
  798. {
  799. "name": "$contents",
  800. "type": "map<string,*>",
  801. "default": {
  802. "nodes": {
  803. "17": {
  804. "textContent": {
  805. "type": "string",
  806. "value": "<coded>"
  807. },
  808. "style": {
  809. "type": "map<string,string>",
  810. "value": {
  811. "stroke": "#000000",
  812. "stroke-dasharray": "",
  813. "fill": "#ffffff",
  814. "fill-opacity": 0.75,
  815. "font-size": "20px",
  816. "stroke-width": 1,
  817. "arrow-start": "none",
  818. "arrow-end": "none"
  819. }
  820. },
  821. "mapper": {
  822. "type": "code",
  823. "value": "({'textContent': '>> '+getAttr('consumedCars')})"
  824. },
  825. "parser": {
  826. "type": "code",
  827. "value": ""
  828. },
  829. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  830. "position": {
  831. "type": "list<double>",
  832. "value": [
  833. 40,
  834. 84
  835. ]
  836. },
  837. "orientation": {
  838. "type": "double",
  839. "value": 0
  840. },
  841. "scale": {
  842. "type": "list<double>",
  843. "value": [
  844. 1,
  845. 1
  846. ]
  847. }
  848. },
  849. "24": {
  850. "segments": {
  851. "type": "string",
  852. "value": "m0,0l80,0l-40,80,z"
  853. },
  854. "style": {
  855. "type": "map<string,string>",
  856. "value": {
  857. "stroke": "#ffff00",
  858. "fill": "#ffff00",
  859. "fill-opacity": 1,
  860. "arrow-start": "none",
  861. "arrow-end": "none"
  862. }
  863. },
  864. "mapper": {
  865. "type": "code",
  866. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  867. },
  868. "parser": {
  869. "type": "code",
  870. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  871. },
  872. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  873. "position": {
  874. "type": "list<double>",
  875. "value": [
  876. 3,
  877. 1
  878. ]
  879. },
  880. "orientation": {
  881. "type": "double",
  882. "value": 0
  883. },
  884. "scale": {
  885. "type": "list<double>",
  886. "value": [
  887. 1,
  888. 1
  889. ]
  890. }
  891. }
  892. },
  893. "edges": []
  894. }
  895. },
  896. {
  897. "name": "$asuri",
  898. "type": "string",
  899. "default": "-1"
  900. }
  901. ]
  902. },
  903. "constraints": [],
  904. "actions": [],
  905. "cardinalities": {
  906. "GeneratorIcon": [],
  907. "RoadSegmentIcon": [],
  908. "CarIcon": [],
  909. "RS2GLink": [],
  910. "RS2RSLink": [],
  911. "S2RSLink": [],
  912. "CarOnRoadSegmentLink": [],
  913. "SinkIcon": []
  914. },
  915. "legalConnections": {},
  916. "connectorTypes": {},
  917. "types2parentTypes": {
  918. "GeneratorIcon": [],
  919. "RoadSegmentIcon": [],
  920. "CarIcon": [],
  921. "RS2GLink": [],
  922. "RS2RSLink": [],
  923. "S2RSLink": [],
  924. "CarOnRoadSegmentLink": [],
  925. "SinkIcon": []
  926. }
  927. }