ParallelDEVS_Debug.defaultIcons.model 99 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951
  1. {
  2. "csm": {
  3. "nodes": {
  4. "86": {
  5. "typename": {
  6. "type": "string",
  7. "value": "IconIcon"
  8. },
  9. "position": {
  10. "type": "list<double>",
  11. "value": [
  12. 150,
  13. 125
  14. ]
  15. },
  16. "orientation": {
  17. "type": "double",
  18. "value": 0
  19. },
  20. "scale": {
  21. "type": "list<double>",
  22. "value": [
  23. 1,
  24. 1
  25. ]
  26. },
  27. "mapper": {
  28. "type": "code",
  29. "value": "({'position':getAttr('position'),'orientation':getAttr('orientation'),'scale':getAttr('scale')})"
  30. },
  31. "parser": {
  32. "type": "code",
  33. "value": "({'position':getAttr('position'),'orientation':getAttr('orientation'),'scale':getAttr('scale')})"
  34. },
  35. "$contents": {
  36. "type": "map<string,*>",
  37. "value": {
  38. "nodes": {
  39. "1": {
  40. "width": {
  41. "type": "double",
  42. "value": "200"
  43. },
  44. "height": {
  45. "type": "double",
  46. "value": "150"
  47. },
  48. "cornerRadius": {
  49. "type": "double",
  50. "value": "10"
  51. },
  52. "style": {
  53. "type": "map<string,string>",
  54. "value": {
  55. "stroke": "#000000",
  56. "stroke-dasharray": "- ",
  57. "fill": "#ffffff",
  58. "fill-opacity": 0.75,
  59. "stroke-width": 1
  60. }
  61. },
  62. "mapper": {
  63. "type": "code",
  64. "value": ""
  65. },
  66. "parser": {
  67. "type": "code",
  68. "value": ""
  69. },
  70. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  71. "position": {
  72. "type": "list<double>",
  73. "value": [
  74. 0,
  75. 0
  76. ]
  77. },
  78. "orientation": {
  79. "type": "double",
  80. "value": 0
  81. },
  82. "scale": {
  83. "type": "list<double>",
  84. "value": [
  85. 1,
  86. 1
  87. ]
  88. }
  89. },
  90. "2": {
  91. "textContent": {
  92. "type": "string",
  93. "value": "GlobalBreakpointIcon"
  94. },
  95. "style": {
  96. "type": "map<string,string>",
  97. "value": {
  98. "stroke": "#000000",
  99. "stroke-dasharray": "",
  100. "fill": "#000000",
  101. "fill-opacity": "1",
  102. "font-size": "13px"
  103. }
  104. },
  105. "mapper": {
  106. "type": "code",
  107. "value": "({\"textContent\":getAttr(\"typename\")})"
  108. },
  109. "parser": {
  110. "type": "code",
  111. "value": "({\"typename\":getAttr(\"textContent\")})"
  112. },
  113. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  114. "position": {
  115. "type": "list<double>",
  116. "value": [
  117. 58,
  118. 151
  119. ]
  120. },
  121. "orientation": {
  122. "type": "double",
  123. "value": 0
  124. },
  125. "scale": {
  126. "type": "list<double>",
  127. "value": [
  128. 1,
  129. 1
  130. ]
  131. }
  132. },
  133. "3": {
  134. "distance": {
  135. "type": "double",
  136. "value": 0
  137. },
  138. "alignment": {
  139. "type": "ENUM(\"right\",\"left\",\"center\")",
  140. "value": "center"
  141. },
  142. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Below",
  143. "position": {
  144. "type": "list<double>",
  145. "value": [
  146. 93.49899850809561,
  147. 137.49900000000002
  148. ]
  149. },
  150. "orientation": {
  151. "type": "double",
  152. "value": 0
  153. },
  154. "scale": {
  155. "type": "list<double>",
  156. "value": [
  157. 1,
  158. 1
  159. ]
  160. },
  161. "link-style": {
  162. "type": "map<string,string>",
  163. "value": {
  164. "stroke": "#00ff00",
  165. "stroke-dasharray": "",
  166. "stroke-opacity": 1,
  167. "arrow-start": "none",
  168. "arrow-end": "classic-wide-long"
  169. }
  170. }
  171. }
  172. },
  173. "edges": [
  174. {
  175. "src": "2",
  176. "dest": 3
  177. },
  178. {
  179. "src": 3,
  180. "dest": "1"
  181. }
  182. ]
  183. }
  184. },
  185. "$asuri": {
  186. "type": "string",
  187. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Icon/86.instance"
  188. },
  189. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconIcon"
  190. },
  191. "87": {
  192. "typename": {
  193. "type": "string",
  194. "value": "IconIcon"
  195. },
  196. "position": {
  197. "type": "list<double>",
  198. "value": [
  199. 400,
  200. 125
  201. ]
  202. },
  203. "orientation": {
  204. "type": "double",
  205. "value": 0
  206. },
  207. "scale": {
  208. "type": "list<double>",
  209. "value": [
  210. 1,
  211. 1
  212. ]
  213. },
  214. "mapper": {
  215. "type": "code",
  216. "value": "({'position':getAttr('position'),'orientation':getAttr('orientation'),'scale':getAttr('scale')})"
  217. },
  218. "parser": {
  219. "type": "code",
  220. "value": "({'position':getAttr('position'),'orientation':getAttr('orientation'),'scale':getAttr('scale')})"
  221. },
  222. "$contents": {
  223. "type": "map<string,*>",
  224. "value": {
  225. "nodes": {
  226. "1": {
  227. "width": {
  228. "type": "double",
  229. "value": "200"
  230. },
  231. "height": {
  232. "type": "double",
  233. "value": "150"
  234. },
  235. "cornerRadius": {
  236. "type": "double",
  237. "value": "10"
  238. },
  239. "style": {
  240. "type": "map<string,string>",
  241. "value": {
  242. "stroke": "#000000",
  243. "stroke-dasharray": "- ",
  244. "fill": "#ffffff",
  245. "fill-opacity": 0.75,
  246. "stroke-width": 1
  247. }
  248. },
  249. "mapper": {
  250. "type": "code",
  251. "value": ""
  252. },
  253. "parser": {
  254. "type": "code",
  255. "value": ""
  256. },
  257. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  258. "position": {
  259. "type": "list<double>",
  260. "value": [
  261. 0,
  262. 0
  263. ]
  264. },
  265. "orientation": {
  266. "type": "double",
  267. "value": 0
  268. },
  269. "scale": {
  270. "type": "list<double>",
  271. "value": [
  272. 1,
  273. 1
  274. ]
  275. }
  276. },
  277. "2": {
  278. "textContent": {
  279. "type": "string",
  280. "value": "BreakpointIcon"
  281. },
  282. "style": {
  283. "type": "map<string,string>",
  284. "value": {
  285. "stroke": "#000000",
  286. "stroke-dasharray": "",
  287. "fill": "#000000",
  288. "fill-opacity": "1",
  289. "font-size": "13px"
  290. }
  291. },
  292. "mapper": {
  293. "type": "code",
  294. "value": "({\"textContent\":getAttr(\"typename\")})"
  295. },
  296. "parser": {
  297. "type": "code",
  298. "value": "({\"typename\":getAttr(\"textContent\")})"
  299. },
  300. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  301. "position": {
  302. "type": "list<double>",
  303. "value": [
  304. 58,
  305. 151
  306. ]
  307. },
  308. "orientation": {
  309. "type": "double",
  310. "value": 0
  311. },
  312. "scale": {
  313. "type": "list<double>",
  314. "value": [
  315. 1,
  316. 1
  317. ]
  318. }
  319. },
  320. "3": {
  321. "distance": {
  322. "type": "double",
  323. "value": 0
  324. },
  325. "alignment": {
  326. "type": "ENUM(\"right\",\"left\",\"center\")",
  327. "value": "center"
  328. },
  329. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Below",
  330. "position": {
  331. "type": "list<double>",
  332. "value": [
  333. 93.49899850809561,
  334. 137.49900000000002
  335. ]
  336. },
  337. "orientation": {
  338. "type": "double",
  339. "value": 0
  340. },
  341. "scale": {
  342. "type": "list<double>",
  343. "value": [
  344. 1,
  345. 1
  346. ]
  347. },
  348. "link-style": {
  349. "type": "map<string,string>",
  350. "value": {
  351. "stroke": "#00ff00",
  352. "stroke-dasharray": "",
  353. "stroke-opacity": 1,
  354. "arrow-start": "none",
  355. "arrow-end": "classic-wide-long"
  356. }
  357. }
  358. }
  359. },
  360. "edges": [
  361. {
  362. "src": "2",
  363. "dest": 3
  364. },
  365. {
  366. "src": 3,
  367. "dest": "1"
  368. }
  369. ]
  370. }
  371. },
  372. "$asuri": {
  373. "type": "string",
  374. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Icon/87.instance"
  375. },
  376. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconIcon"
  377. },
  378. "88": {
  379. "typename": {
  380. "type": "string",
  381. "value": "LinkIcon"
  382. },
  383. "position": {
  384. "type": "list<double>",
  385. "value": [
  386. 647,
  387. 123
  388. ]
  389. },
  390. "orientation": {
  391. "type": "double",
  392. "value": 0
  393. },
  394. "scale": {
  395. "type": "list<double>",
  396. "value": [
  397. 1,
  398. 1
  399. ]
  400. },
  401. "mapper": {
  402. "type": "code",
  403. "value": "({'position':getAttr('position'),'orientation':getAttr('orientation'),'scale':getAttr('scale')})"
  404. },
  405. "parser": {
  406. "type": "code",
  407. "value": "({'position':getAttr('position'),'orientation':getAttr('orientation'),'scale':getAttr('scale')})"
  408. },
  409. "$contents": {
  410. "type": "map<string,*>",
  411. "value": {
  412. "nodes": {
  413. "92": {
  414. "textContent": {
  415. "type": "string",
  416. "value": "targetLink"
  417. },
  418. "style": {
  419. "type": "map<string,string>",
  420. "value": {
  421. "stroke": "#000000",
  422. "stroke-dasharray": "",
  423. "fill": "#000000",
  424. "fill-opacity": "1",
  425. "font-size": "13px"
  426. }
  427. },
  428. "mapper": {
  429. "type": "code",
  430. "value": "({\"textContent\":getAttr(\"typename\")})"
  431. },
  432. "parser": {
  433. "type": "code",
  434. "value": "({\"typename\":getAttr(\"textContent\")})"
  435. },
  436. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  437. "position": {
  438. "type": "list<double>",
  439. "value": [
  440. 56,
  441. 156
  442. ]
  443. },
  444. "orientation": {
  445. "type": "double",
  446. "value": 0
  447. },
  448. "scale": {
  449. "type": "list<double>",
  450. "value": [
  451. 1,
  452. 1
  453. ]
  454. }
  455. },
  456. "100": {
  457. "width": {
  458. "type": "double",
  459. "value": 250
  460. },
  461. "height": {
  462. "type": "double",
  463. "value": "150"
  464. },
  465. "cornerRadius": {
  466. "type": "double",
  467. "value": "10"
  468. },
  469. "style": {
  470. "type": "map<string,string>",
  471. "value": {
  472. "stroke": "#000000",
  473. "stroke-dasharray": ". ",
  474. "fill": "#ffffff",
  475. "fill-opacity": 0.75,
  476. "stroke-width": 1
  477. }
  478. },
  479. "mapper": {
  480. "type": "code",
  481. "value": ""
  482. },
  483. "parser": {
  484. "type": "code",
  485. "value": ""
  486. },
  487. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  488. "position": {
  489. "type": "list<double>",
  490. "value": [
  491. 3,
  492. 2
  493. ]
  494. },
  495. "orientation": {
  496. "type": "double",
  497. "value": 0
  498. },
  499. "scale": {
  500. "type": "list<double>",
  501. "value": [
  502. 1.0327000000000006,
  503. 1
  504. ]
  505. }
  506. },
  507. "122": {
  508. "distance": {
  509. "type": "double",
  510. "value": 0
  511. },
  512. "alignment": {
  513. "type": "ENUM('right','left','center')",
  514. "value": "center"
  515. },
  516. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Below",
  517. "position": {
  518. "type": "list<double>",
  519. "value": [
  520. 82,
  521. 151.5
  522. ]
  523. },
  524. "orientation": {
  525. "type": "double",
  526. "value": 0
  527. },
  528. "scale": {
  529. "type": "list<double>",
  530. "value": [
  531. 1,
  532. 1
  533. ]
  534. },
  535. "link-style": {
  536. "type": "map<string,string>",
  537. "value": {
  538. "stroke": "#00ff00",
  539. "stroke-dasharray": "",
  540. "stroke-opacity": 1,
  541. "stroke-width": 1
  542. }
  543. }
  544. },
  545. "162": {
  546. "segments": {
  547. "type": "string",
  548. "value": "m0,0l198,0"
  549. },
  550. "style": {
  551. "type": "map<string,string>",
  552. "value": {
  553. "stroke": "red",
  554. "stroke-dasharray": ". ",
  555. "stroke-opacity": 1,
  556. "stroke-width": 2
  557. }
  558. },
  559. "mapper": {
  560. "type": "code",
  561. "value": "({'style':getAttr('link-style')})"
  562. },
  563. "parser": {
  564. "type": "code",
  565. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  566. },
  567. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  568. "position": {
  569. "type": "list<double>",
  570. "value": [
  571. 34,
  572. 77
  573. ]
  574. },
  575. "orientation": {
  576. "type": "double",
  577. "value": 0
  578. },
  579. "scale": {
  580. "type": "list<double>",
  581. "value": [
  582. 1,
  583. 1
  584. ]
  585. }
  586. },
  587. "195": {
  588. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  589. "position": {
  590. "type": "list<double>",
  591. "value": [
  592. 68.12999992296295,
  593. 39.57499995555554
  594. ]
  595. },
  596. "orientation": {
  597. "type": "double",
  598. "value": 0
  599. },
  600. "scale": {
  601. "type": "list<double>",
  602. "value": [
  603. 1,
  604. 1
  605. ]
  606. },
  607. "link-style": {
  608. "type": "map<string,string>",
  609. "value": {
  610. "stroke": "#00ffff",
  611. "stroke-dasharray": "",
  612. "stroke-opacity": 0.1,
  613. "stroke-width": 1
  614. }
  615. }
  616. },
  617. "267": {
  618. "segments": {
  619. "type": "string",
  620. "value": "m0,0 l10,4 l-10,4 l3,-4 z"
  621. },
  622. "style": {
  623. "type": "map<string,string>",
  624. "value": {
  625. "stroke": "#000000",
  626. "fill": "#000000",
  627. "opacity": 1,
  628. "stroke-width": 1
  629. }
  630. },
  631. "mapper": {
  632. "type": "code",
  633. "value": "'arrow-black:arrowTail:8';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'arrow-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  634. },
  635. "parser": {
  636. "type": "code",
  637. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  638. },
  639. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  640. "position": {
  641. "type": "list<double>",
  642. "value": [
  643. 222,
  644. 73
  645. ]
  646. },
  647. "orientation": {
  648. "type": "double",
  649. "value": 0
  650. },
  651. "scale": {
  652. "type": "list<double>",
  653. "value": [
  654. 1,
  655. 1
  656. ]
  657. }
  658. },
  659. "268": {
  660. "segments": {
  661. "type": "string",
  662. "value": "m0,0 l10,10 l-10,10 l-10,-10 z"
  663. },
  664. "style": {
  665. "type": "map<string,string>",
  666. "value": {
  667. "stroke": "#000000",
  668. "fill": "#000000",
  669. "opacity": 0,
  670. "stroke-width": 1
  671. }
  672. },
  673. "mapper": {
  674. "type": "code",
  675. "value": "'diamond-black-large:arrowTail:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'diamond-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  676. },
  677. "parser": {
  678. "type": "code",
  679. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  680. },
  681. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  682. "position": {
  683. "type": "list<double>",
  684. "value": [
  685. 222,
  686. 67
  687. ]
  688. },
  689. "orientation": {
  690. "type": "double",
  691. "value": 0
  692. },
  693. "scale": {
  694. "type": "list<double>",
  695. "value": [
  696. 1,
  697. 1
  698. ]
  699. }
  700. },
  701. "269": {
  702. "r": {
  703. "type": "double",
  704. "value": 10
  705. },
  706. "style": {
  707. "type": "map<string,string>",
  708. "value": {
  709. "stroke": "#000000",
  710. "fill": "#000000",
  711. "opacity": 0,
  712. "stroke-width": 1
  713. }
  714. },
  715. "mapper": {
  716. "type": "code",
  717. "value": "'circle-black-large:arrowTail:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'circle-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  718. },
  719. "parser": {
  720. "type": "code",
  721. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  722. },
  723. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  724. "position": {
  725. "type": "list<double>",
  726. "value": [
  727. 212,
  728. 67
  729. ]
  730. },
  731. "orientation": {
  732. "type": "double",
  733. "value": 0
  734. },
  735. "scale": {
  736. "type": "list<double>",
  737. "value": [
  738. 1,
  739. 1
  740. ]
  741. }
  742. },
  743. "270": {
  744. "r": {
  745. "type": "double",
  746. "value": 10
  747. },
  748. "style": {
  749. "type": "map<string,string>",
  750. "value": {
  751. "stroke": "#000000",
  752. "fill": "#ffffff",
  753. "opacity": 0,
  754. "stroke-width": 1
  755. }
  756. },
  757. "mapper": {
  758. "type": "code",
  759. "value": "'circle-white-large:arrowTail:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowTail') == 'circle-white-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  760. },
  761. "parser": {
  762. "type": "code",
  763. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  764. },
  765. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  766. "position": {
  767. "type": "list<double>",
  768. "value": [
  769. 212,
  770. 67
  771. ]
  772. },
  773. "orientation": {
  774. "type": "double",
  775. "value": 0
  776. },
  777. "scale": {
  778. "type": "list<double>",
  779. "value": [
  780. 1,
  781. 1
  782. ]
  783. }
  784. },
  785. "271": {
  786. "r": {
  787. "type": "double",
  788. "value": 5
  789. },
  790. "style": {
  791. "type": "map<string,string>",
  792. "value": {
  793. "stroke": "#000000",
  794. "fill": "#000000",
  795. "opacity": 0,
  796. "stroke-width": 1
  797. }
  798. },
  799. "mapper": {
  800. "type": "code",
  801. "value": "'circle-black:arrowTail:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'circle-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  802. },
  803. "parser": {
  804. "type": "code",
  805. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  806. },
  807. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  808. "position": {
  809. "type": "list<double>",
  810. "value": [
  811. 222,
  812. 72
  813. ]
  814. },
  815. "orientation": {
  816. "type": "double",
  817. "value": 0
  818. },
  819. "scale": {
  820. "type": "list<double>",
  821. "value": [
  822. 1,
  823. 1
  824. ]
  825. }
  826. },
  827. "272": {
  828. "segments": {
  829. "type": "string",
  830. "value": "m0,0 l5,5 l-5,5 l-5,-5 z"
  831. },
  832. "style": {
  833. "type": "map<string,string>",
  834. "value": {
  835. "stroke": "#000000",
  836. "fill": "#000000",
  837. "opacity": 0,
  838. "stroke-width": 1
  839. }
  840. },
  841. "mapper": {
  842. "type": "code",
  843. "value": "'diamond-black:arrowTail:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'diamond-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  844. },
  845. "parser": {
  846. "type": "code",
  847. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  848. },
  849. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  850. "position": {
  851. "type": "list<double>",
  852. "value": [
  853. 227,
  854. 72
  855. ]
  856. },
  857. "orientation": {
  858. "type": "double",
  859. "value": 0
  860. },
  861. "scale": {
  862. "type": "list<double>",
  863. "value": [
  864. 1,
  865. 1
  866. ]
  867. }
  868. },
  869. "273": {
  870. "segments": {
  871. "type": "string",
  872. "value": "m0,0 l20,10 l-20,10 z"
  873. },
  874. "style": {
  875. "type": "map<string,string>",
  876. "value": {
  877. "stroke": "#000000",
  878. "fill": "#000000",
  879. "opacity": 0,
  880. "stroke-width": 1
  881. }
  882. },
  883. "mapper": {
  884. "type": "code",
  885. "value": "'triangle-black-large:arrowTail:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'triangle-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  886. },
  887. "parser": {
  888. "type": "code",
  889. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  890. },
  891. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  892. "position": {
  893. "type": "list<double>",
  894. "value": [
  895. 212,
  896. 67
  897. ]
  898. },
  899. "orientation": {
  900. "type": "double",
  901. "value": 0
  902. },
  903. "scale": {
  904. "type": "list<double>",
  905. "value": [
  906. 1,
  907. 1
  908. ]
  909. }
  910. },
  911. "274": {
  912. "segments": {
  913. "type": "string",
  914. "value": "m0,0 l10,4 l-10,4 z"
  915. },
  916. "style": {
  917. "type": "map<string,string>",
  918. "value": {
  919. "stroke": "#000000",
  920. "fill": "#000000",
  921. "opacity": 0,
  922. "stroke-width": 1
  923. }
  924. },
  925. "mapper": {
  926. "type": "code",
  927. "value": "'triangle-black:arrowTail:8';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'triangle-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  928. },
  929. "parser": {
  930. "type": "code",
  931. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  932. },
  933. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  934. "position": {
  935. "type": "list<double>",
  936. "value": [
  937. 222,
  938. 73
  939. ]
  940. },
  941. "orientation": {
  942. "type": "double",
  943. "value": 0
  944. },
  945. "scale": {
  946. "type": "list<double>",
  947. "value": [
  948. 1,
  949. 1
  950. ]
  951. }
  952. },
  953. "275": {
  954. "segments": {
  955. "type": "string",
  956. "value": "m0,0 l20,8 l-20,8 l6,-8 z"
  957. },
  958. "style": {
  959. "type": "map<string,string>",
  960. "value": {
  961. "stroke": "#000000",
  962. "fill": "#000000",
  963. "opacity": 0,
  964. "stroke-width": 1
  965. }
  966. },
  967. "mapper": {
  968. "type": "code",
  969. "value": "'arrow-black-large:arrowTail:16';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowTail') == 'arrow-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  970. },
  971. "parser": {
  972. "type": "code",
  973. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  974. },
  975. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  976. "position": {
  977. "type": "list<double>",
  978. "value": [
  979. 212,
  980. 69
  981. ]
  982. },
  983. "orientation": {
  984. "type": "double",
  985. "value": 0
  986. },
  987. "scale": {
  988. "type": "list<double>",
  989. "value": [
  990. 1,
  991. 1
  992. ]
  993. }
  994. },
  995. "276": {
  996. "segments": {
  997. "type": "string",
  998. "value": "m0,0 l20,10 l-20,10 z"
  999. },
  1000. "style": {
  1001. "type": "map<string,string>",
  1002. "value": {
  1003. "stroke": "#000000",
  1004. "fill": "#ffffff",
  1005. "opacity": 0,
  1006. "stroke-width": 1
  1007. }
  1008. },
  1009. "mapper": {
  1010. "type": "code",
  1011. "value": "'triangle-white-large:arrowTail:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowTail') == 'triangle-white-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1012. },
  1013. "parser": {
  1014. "type": "code",
  1015. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1016. },
  1017. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1018. "position": {
  1019. "type": "list<double>",
  1020. "value": [
  1021. 212,
  1022. 67
  1023. ]
  1024. },
  1025. "orientation": {
  1026. "type": "double",
  1027. "value": 0
  1028. },
  1029. "scale": {
  1030. "type": "list<double>",
  1031. "value": [
  1032. 1,
  1033. 1
  1034. ]
  1035. }
  1036. },
  1037. "277": {
  1038. "segments": {
  1039. "type": "string",
  1040. "value": "m0,0 l5,5 l-5,5 l-5,-5 z"
  1041. },
  1042. "style": {
  1043. "type": "map<string,string>",
  1044. "value": {
  1045. "stroke": "#000000",
  1046. "fill": "#ffffff",
  1047. "opacity": 0,
  1048. "stroke-width": 1
  1049. }
  1050. },
  1051. "mapper": {
  1052. "type": "code",
  1053. "value": "'diamond-white:arrowTail:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowTail') == 'diamond-white' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1054. },
  1055. "parser": {
  1056. "type": "code",
  1057. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1058. },
  1059. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1060. "position": {
  1061. "type": "list<double>",
  1062. "value": [
  1063. 227,
  1064. 72
  1065. ]
  1066. },
  1067. "orientation": {
  1068. "type": "double",
  1069. "value": 0
  1070. },
  1071. "scale": {
  1072. "type": "list<double>",
  1073. "value": [
  1074. 1,
  1075. 1
  1076. ]
  1077. }
  1078. },
  1079. "278": {
  1080. "segments": {
  1081. "type": "string",
  1082. "value": "m0,0 l20,8 l-20,8"
  1083. },
  1084. "style": {
  1085. "type": "map<string,string>",
  1086. "value": {
  1087. "stroke": "#000000",
  1088. "fill": "#000000",
  1089. "fill-opacity": 0,
  1090. "stroke-width": 1,
  1091. "opacity": 0
  1092. }
  1093. },
  1094. "mapper": {
  1095. "type": "code",
  1096. "value": "'arrow-empty-large:arrowTail:16';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"fill-opacity\": 0,\n \"stroke-width\": 1.1,\n \"opacity\": (getAttr('arrowTail') == 'arrow-empty-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1097. },
  1098. "parser": {
  1099. "type": "code",
  1100. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1101. },
  1102. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1103. "position": {
  1104. "type": "list<double>",
  1105. "value": [
  1106. 212,
  1107. 69
  1108. ]
  1109. },
  1110. "orientation": {
  1111. "type": "double",
  1112. "value": 0
  1113. },
  1114. "scale": {
  1115. "type": "list<double>",
  1116. "value": [
  1117. 1,
  1118. 1
  1119. ]
  1120. }
  1121. },
  1122. "279": {
  1123. "r": {
  1124. "type": "double",
  1125. "value": 5
  1126. },
  1127. "style": {
  1128. "type": "map<string,string>",
  1129. "value": {
  1130. "stroke": "#000000",
  1131. "fill": "#ffffff",
  1132. "opacity": 0,
  1133. "stroke-width": 1
  1134. }
  1135. },
  1136. "mapper": {
  1137. "type": "code",
  1138. "value": "'circle-white:arrowTail:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowTail') == 'circle-white' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1139. },
  1140. "parser": {
  1141. "type": "code",
  1142. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1143. },
  1144. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  1145. "position": {
  1146. "type": "list<double>",
  1147. "value": [
  1148. 222,
  1149. 72
  1150. ]
  1151. },
  1152. "orientation": {
  1153. "type": "double",
  1154. "value": 0
  1155. },
  1156. "scale": {
  1157. "type": "list<double>",
  1158. "value": [
  1159. 1,
  1160. 1
  1161. ]
  1162. }
  1163. },
  1164. "280": {
  1165. "segments": {
  1166. "type": "string",
  1167. "value": "m0,0 l10,10 l-10,10 l-10,-10 z"
  1168. },
  1169. "style": {
  1170. "type": "map<string,string>",
  1171. "value": {
  1172. "stroke": "#000000",
  1173. "fill": "#ffffff",
  1174. "opacity": 0,
  1175. "stroke-width": 1
  1176. }
  1177. },
  1178. "mapper": {
  1179. "type": "code",
  1180. "value": "'diamond-white-large:arrowTail:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowTail') == 'diamond-white-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1181. },
  1182. "parser": {
  1183. "type": "code",
  1184. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1185. },
  1186. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1187. "position": {
  1188. "type": "list<double>",
  1189. "value": [
  1190. 222,
  1191. 67
  1192. ]
  1193. },
  1194. "orientation": {
  1195. "type": "double",
  1196. "value": 0
  1197. },
  1198. "scale": {
  1199. "type": "list<double>",
  1200. "value": [
  1201. 1,
  1202. 1
  1203. ]
  1204. }
  1205. },
  1206. "281": {
  1207. "segments": {
  1208. "type": "string",
  1209. "value": "m0,0 l10,4 l-10,4"
  1210. },
  1211. "style": {
  1212. "type": "map<string,string>",
  1213. "value": {
  1214. "stroke": "#000000",
  1215. "fill": "#000000",
  1216. "fill-opacity": 0,
  1217. "stroke-width": 1,
  1218. "opacity": 0
  1219. }
  1220. },
  1221. "mapper": {
  1222. "type": "code",
  1223. "value": "'arrow-empty:arrowTail:8';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"fill-opacity\": 0,\n \"stroke-width\": 1.1,\n \"opacity\": (getAttr('arrowTail') == 'arrow-empty' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1224. },
  1225. "parser": {
  1226. "type": "code",
  1227. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1228. },
  1229. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1230. "position": {
  1231. "type": "list<double>",
  1232. "value": [
  1233. 222,
  1234. 73
  1235. ]
  1236. },
  1237. "orientation": {
  1238. "type": "double",
  1239. "value": 0
  1240. },
  1241. "scale": {
  1242. "type": "list<double>",
  1243. "value": [
  1244. 1,
  1245. 1
  1246. ]
  1247. }
  1248. },
  1249. "282": {
  1250. "segments": {
  1251. "type": "string",
  1252. "value": "m0,0 l10,5 l-10,5 z"
  1253. },
  1254. "style": {
  1255. "type": "map<string,string>",
  1256. "value": {
  1257. "stroke": "#000000",
  1258. "fill": "#ffffff",
  1259. "opacity": 0,
  1260. "stroke-width": 1
  1261. }
  1262. },
  1263. "mapper": {
  1264. "type": "code",
  1265. "value": "'triangle-white:arrowTail:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowTail') == 'triangle-white' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1266. },
  1267. "parser": {
  1268. "type": "code",
  1269. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1270. },
  1271. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1272. "position": {
  1273. "type": "list<double>",
  1274. "value": [
  1275. 222,
  1276. 72
  1277. ]
  1278. },
  1279. "orientation": {
  1280. "type": "double",
  1281. "value": 0
  1282. },
  1283. "scale": {
  1284. "type": "list<double>",
  1285. "value": [
  1286. 1,
  1287. 1
  1288. ]
  1289. }
  1290. },
  1291. "283": {
  1292. "segments": {
  1293. "type": "string",
  1294. "value": "m0,0 l5,5 l-5,5 l-5,-5 z"
  1295. },
  1296. "style": {
  1297. "type": "map<string,string>",
  1298. "value": {
  1299. "stroke": "#000000",
  1300. "fill": "#ffffff",
  1301. "opacity": 0,
  1302. "stroke-width": 1
  1303. }
  1304. },
  1305. "mapper": {
  1306. "type": "code",
  1307. "value": "'diamond-white:arrowHead:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowHead') == 'diamond-white' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1308. },
  1309. "parser": {
  1310. "type": "code",
  1311. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1312. },
  1313. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1314. "position": {
  1315. "type": "list<double>",
  1316. "value": [
  1317. 39,
  1318. 72
  1319. ]
  1320. },
  1321. "orientation": {
  1322. "type": "double",
  1323. "value": 0
  1324. },
  1325. "scale": {
  1326. "type": "list<double>",
  1327. "value": [
  1328. 1,
  1329. 1
  1330. ]
  1331. }
  1332. },
  1333. "284": {
  1334. "segments": {
  1335. "type": "string",
  1336. "value": "m0,0 l-10,5 l10,5 z"
  1337. },
  1338. "style": {
  1339. "type": "map<string,string>",
  1340. "value": {
  1341. "stroke": "#000000",
  1342. "fill": "#ffffff",
  1343. "opacity": 0,
  1344. "stroke-width": 1
  1345. }
  1346. },
  1347. "mapper": {
  1348. "type": "code",
  1349. "value": "'triangle-white:arrowHead:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowHead') == 'triangle-white' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1350. },
  1351. "parser": {
  1352. "type": "code",
  1353. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1354. },
  1355. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1356. "position": {
  1357. "type": "list<double>",
  1358. "value": [
  1359. 43,
  1360. 72
  1361. ]
  1362. },
  1363. "orientation": {
  1364. "type": "double",
  1365. "value": 0
  1366. },
  1367. "scale": {
  1368. "type": "list<double>",
  1369. "value": [
  1370. 1,
  1371. 1
  1372. ]
  1373. }
  1374. },
  1375. "285": {
  1376. "segments": {
  1377. "type": "string",
  1378. "value": "m0,0 l5,5 l-5,5 l-5,-5 z"
  1379. },
  1380. "style": {
  1381. "type": "map<string,string>",
  1382. "value": {
  1383. "stroke": "#000000",
  1384. "fill": "#000000",
  1385. "opacity": 0,
  1386. "stroke-width": 1
  1387. }
  1388. },
  1389. "mapper": {
  1390. "type": "code",
  1391. "value": "'diamond-black:arrowHead:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'diamond-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1392. },
  1393. "parser": {
  1394. "type": "code",
  1395. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1396. },
  1397. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1398. "position": {
  1399. "type": "list<double>",
  1400. "value": [
  1401. 39,
  1402. 72
  1403. ]
  1404. },
  1405. "orientation": {
  1406. "type": "double",
  1407. "value": 0
  1408. },
  1409. "scale": {
  1410. "type": "list<double>",
  1411. "value": [
  1412. 1,
  1413. 1
  1414. ]
  1415. }
  1416. },
  1417. "286": {
  1418. "r": {
  1419. "type": "double",
  1420. "value": 10
  1421. },
  1422. "style": {
  1423. "type": "map<string,string>",
  1424. "value": {
  1425. "stroke": "#000000",
  1426. "fill": "#000000",
  1427. "opacity": 0,
  1428. "stroke-width": 1
  1429. }
  1430. },
  1431. "mapper": {
  1432. "type": "code",
  1433. "value": "'circle-black-large:arrowHead:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'circle-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1434. },
  1435. "parser": {
  1436. "type": "code",
  1437. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1438. },
  1439. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  1440. "position": {
  1441. "type": "list<double>",
  1442. "value": [
  1443. 34,
  1444. 67
  1445. ]
  1446. },
  1447. "orientation": {
  1448. "type": "double",
  1449. "value": 0
  1450. },
  1451. "scale": {
  1452. "type": "list<double>",
  1453. "value": [
  1454. 1,
  1455. 1
  1456. ]
  1457. }
  1458. },
  1459. "287": {
  1460. "segments": {
  1461. "type": "string",
  1462. "value": "m0,0 l-20,8 l20,8 l-6,-8 z"
  1463. },
  1464. "style": {
  1465. "type": "map<string,string>",
  1466. "value": {
  1467. "stroke": "#000000",
  1468. "fill": "#000000",
  1469. "opacity": 0,
  1470. "stroke-width": 1
  1471. }
  1472. },
  1473. "mapper": {
  1474. "type": "code",
  1475. "value": "'arrow-black-large:arrowHead:16';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'arrow-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1476. },
  1477. "parser": {
  1478. "type": "code",
  1479. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1480. },
  1481. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1482. "position": {
  1483. "type": "list<double>",
  1484. "value": [
  1485. 54,
  1486. 69
  1487. ]
  1488. },
  1489. "orientation": {
  1490. "type": "double",
  1491. "value": 0
  1492. },
  1493. "scale": {
  1494. "type": "list<double>",
  1495. "value": [
  1496. 1,
  1497. 1
  1498. ]
  1499. }
  1500. },
  1501. "288": {
  1502. "segments": {
  1503. "type": "string",
  1504. "value": "m0,0 l-10,4 l10,4 l-3,-4 z"
  1505. },
  1506. "style": {
  1507. "type": "map<string,string>",
  1508. "value": {
  1509. "stroke": "#000000",
  1510. "fill": "#000000",
  1511. "opacity": 0,
  1512. "stroke-width": 1
  1513. }
  1514. },
  1515. "mapper": {
  1516. "type": "code",
  1517. "value": "'arrow-black:arrowHead:8';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'arrow-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1518. },
  1519. "parser": {
  1520. "type": "code",
  1521. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1522. },
  1523. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1524. "position": {
  1525. "type": "list<double>",
  1526. "value": [
  1527. 43,
  1528. 73
  1529. ]
  1530. },
  1531. "orientation": {
  1532. "type": "double",
  1533. "value": 0
  1534. },
  1535. "scale": {
  1536. "type": "list<double>",
  1537. "value": [
  1538. 1,
  1539. 1
  1540. ]
  1541. }
  1542. },
  1543. "289": {
  1544. "segments": {
  1545. "type": "string",
  1546. "value": "m0,0 l-20,10 l20,10 z"
  1547. },
  1548. "style": {
  1549. "type": "map<string,string>",
  1550. "value": {
  1551. "stroke": "#000000",
  1552. "fill": "#ffffff",
  1553. "opacity": 0,
  1554. "stroke-width": 1
  1555. }
  1556. },
  1557. "mapper": {
  1558. "type": "code",
  1559. "value": "'triangle-white-large:arrowHead:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowHead') == 'triangle-white-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1560. },
  1561. "parser": {
  1562. "type": "code",
  1563. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1564. },
  1565. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1566. "position": {
  1567. "type": "list<double>",
  1568. "value": [
  1569. 54,
  1570. 67
  1571. ]
  1572. },
  1573. "orientation": {
  1574. "type": "double",
  1575. "value": 0
  1576. },
  1577. "scale": {
  1578. "type": "list<double>",
  1579. "value": [
  1580. 1,
  1581. 1
  1582. ]
  1583. }
  1584. },
  1585. "290": {
  1586. "segments": {
  1587. "type": "string",
  1588. "value": "m0,0 l-20,10 l20,10 z"
  1589. },
  1590. "style": {
  1591. "type": "map<string,string>",
  1592. "value": {
  1593. "stroke": "#000000",
  1594. "fill": "#000000",
  1595. "opacity": 0,
  1596. "stroke-width": 1
  1597. }
  1598. },
  1599. "mapper": {
  1600. "type": "code",
  1601. "value": "'triangle-black-large:arrowHead:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'triangle-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1602. },
  1603. "parser": {
  1604. "type": "code",
  1605. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1606. },
  1607. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1608. "position": {
  1609. "type": "list<double>",
  1610. "value": [
  1611. 54,
  1612. 67
  1613. ]
  1614. },
  1615. "orientation": {
  1616. "type": "double",
  1617. "value": 0
  1618. },
  1619. "scale": {
  1620. "type": "list<double>",
  1621. "value": [
  1622. 1,
  1623. 1
  1624. ]
  1625. }
  1626. },
  1627. "291": {
  1628. "r": {
  1629. "type": "double",
  1630. "value": 5
  1631. },
  1632. "style": {
  1633. "type": "map<string,string>",
  1634. "value": {
  1635. "stroke": "#000000",
  1636. "fill": "#000000",
  1637. "opacity": 0,
  1638. "stroke-width": 1
  1639. }
  1640. },
  1641. "mapper": {
  1642. "type": "code",
  1643. "value": "'circle-black:arrowHead:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'circle-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1644. },
  1645. "parser": {
  1646. "type": "code",
  1647. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1648. },
  1649. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  1650. "position": {
  1651. "type": "list<double>",
  1652. "value": [
  1653. 34,
  1654. 72
  1655. ]
  1656. },
  1657. "orientation": {
  1658. "type": "double",
  1659. "value": 0
  1660. },
  1661. "scale": {
  1662. "type": "list<double>",
  1663. "value": [
  1664. 1,
  1665. 1
  1666. ]
  1667. }
  1668. },
  1669. "292": {
  1670. "r": {
  1671. "type": "double",
  1672. "value": 5
  1673. },
  1674. "style": {
  1675. "type": "map<string,string>",
  1676. "value": {
  1677. "stroke": "#000000",
  1678. "fill": "#ffffff",
  1679. "opacity": 0,
  1680. "stroke-width": 1
  1681. }
  1682. },
  1683. "mapper": {
  1684. "type": "code",
  1685. "value": "'circle-white:arrowHead:10';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowHead') == 'circle-white' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1686. },
  1687. "parser": {
  1688. "type": "code",
  1689. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1690. },
  1691. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  1692. "position": {
  1693. "type": "list<double>",
  1694. "value": [
  1695. 34,
  1696. 72
  1697. ]
  1698. },
  1699. "orientation": {
  1700. "type": "double",
  1701. "value": 0
  1702. },
  1703. "scale": {
  1704. "type": "list<double>",
  1705. "value": [
  1706. 1,
  1707. 1
  1708. ]
  1709. }
  1710. },
  1711. "293": {
  1712. "r": {
  1713. "type": "double",
  1714. "value": 10
  1715. },
  1716. "style": {
  1717. "type": "map<string,string>",
  1718. "value": {
  1719. "stroke": "#000000",
  1720. "fill": "#ffffff",
  1721. "opacity": 0,
  1722. "stroke-width": 1
  1723. }
  1724. },
  1725. "mapper": {
  1726. "type": "code",
  1727. "value": "'circle-white-large:arrowHead:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowHead') == 'circle-white-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1728. },
  1729. "parser": {
  1730. "type": "code",
  1731. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1732. },
  1733. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  1734. "position": {
  1735. "type": "list<double>",
  1736. "value": [
  1737. 34,
  1738. 67
  1739. ]
  1740. },
  1741. "orientation": {
  1742. "type": "double",
  1743. "value": 0
  1744. },
  1745. "scale": {
  1746. "type": "list<double>",
  1747. "value": [
  1748. 1,
  1749. 1
  1750. ]
  1751. }
  1752. },
  1753. "294": {
  1754. "segments": {
  1755. "type": "string",
  1756. "value": "m0,0 l-20,8 l20,8"
  1757. },
  1758. "style": {
  1759. "type": "map<string,string>",
  1760. "value": {
  1761. "stroke": "#000000",
  1762. "fill": "#000000",
  1763. "fill-opacity": 0,
  1764. "stroke-width": 1,
  1765. "opacity": 0
  1766. }
  1767. },
  1768. "mapper": {
  1769. "type": "code",
  1770. "value": "'arrow-empty-large:arrowHead:16';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"fill-opacity\": 0,\n \"stroke-width\": 1.1,\n \"opacity\": (getAttr('arrowHead') == 'arrow-empty-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1771. },
  1772. "parser": {
  1773. "type": "code",
  1774. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1775. },
  1776. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1777. "position": {
  1778. "type": "list<double>",
  1779. "value": [
  1780. 54,
  1781. 69
  1782. ]
  1783. },
  1784. "orientation": {
  1785. "type": "double",
  1786. "value": 0
  1787. },
  1788. "scale": {
  1789. "type": "list<double>",
  1790. "value": [
  1791. 1,
  1792. 1
  1793. ]
  1794. }
  1795. },
  1796. "295": {
  1797. "segments": {
  1798. "type": "string",
  1799. "value": "m0,0 l-10,4 l10,4"
  1800. },
  1801. "style": {
  1802. "type": "map<string,string>",
  1803. "value": {
  1804. "stroke": "#000000",
  1805. "fill": "#000000",
  1806. "fill-opacity": 0,
  1807. "stroke-width": 1,
  1808. "opacity": 0
  1809. }
  1810. },
  1811. "mapper": {
  1812. "type": "code",
  1813. "value": "'arrow-empty:arrowHead:8';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"fill-opacity\": 0,\n \"stroke-width\": 1.1,\n \"opacity\": (getAttr('arrowHead') == 'arrow-empty' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1814. },
  1815. "parser": {
  1816. "type": "code",
  1817. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1818. },
  1819. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1820. "position": {
  1821. "type": "list<double>",
  1822. "value": [
  1823. 43,
  1824. 73
  1825. ]
  1826. },
  1827. "orientation": {
  1828. "type": "double",
  1829. "value": 0
  1830. },
  1831. "scale": {
  1832. "type": "list<double>",
  1833. "value": [
  1834. 1,
  1835. 1
  1836. ]
  1837. }
  1838. },
  1839. "296": {
  1840. "segments": {
  1841. "type": "string",
  1842. "value": "m0,0 l10,10 l-10,10 l-10,-10 z"
  1843. },
  1844. "style": {
  1845. "type": "map<string,string>",
  1846. "value": {
  1847. "stroke": "#000000",
  1848. "fill": "#000000",
  1849. "opacity": 0,
  1850. "stroke-width": 1
  1851. }
  1852. },
  1853. "mapper": {
  1854. "type": "code",
  1855. "value": "'diamond-black-large:arrowHead:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'diamond-black-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1856. },
  1857. "parser": {
  1858. "type": "code",
  1859. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1860. },
  1861. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1862. "position": {
  1863. "type": "list<double>",
  1864. "value": [
  1865. 43,
  1866. 67
  1867. ]
  1868. },
  1869. "orientation": {
  1870. "type": "double",
  1871. "value": 0
  1872. },
  1873. "scale": {
  1874. "type": "list<double>",
  1875. "value": [
  1876. 1,
  1877. 1
  1878. ]
  1879. }
  1880. },
  1881. "297": {
  1882. "segments": {
  1883. "type": "string",
  1884. "value": "m0,0 l-10,4 l10,4 z"
  1885. },
  1886. "style": {
  1887. "type": "map<string,string>",
  1888. "value": {
  1889. "stroke": "#000000",
  1890. "fill": "#000000",
  1891. "opacity": 0,
  1892. "stroke-width": 1
  1893. }
  1894. },
  1895. "mapper": {
  1896. "type": "code",
  1897. "value": "'triangle-black:arrowHead:8';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#000000\",\n \"opacity\": (getAttr('arrowHead') == 'triangle-black' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1898. },
  1899. "parser": {
  1900. "type": "code",
  1901. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1902. },
  1903. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1904. "position": {
  1905. "type": "list<double>",
  1906. "value": [
  1907. 43,
  1908. 73
  1909. ]
  1910. },
  1911. "orientation": {
  1912. "type": "double",
  1913. "value": 0
  1914. },
  1915. "scale": {
  1916. "type": "list<double>",
  1917. "value": [
  1918. 1,
  1919. 1
  1920. ]
  1921. }
  1922. },
  1923. "298": {
  1924. "segments": {
  1925. "type": "string",
  1926. "value": "m0,0 l10,10 l-10,10 l-10,-10 z"
  1927. },
  1928. "style": {
  1929. "type": "map<string,string>",
  1930. "value": {
  1931. "stroke": "#000000",
  1932. "fill": "#ffffff",
  1933. "opacity": 0,
  1934. "stroke-width": 1
  1935. }
  1936. },
  1937. "mapper": {
  1938. "type": "code",
  1939. "value": "'diamond-white-large:arrowHead:20';\nvar style = \n {\"stroke\": \"#000000\",\n \"fill\": \"#ffffff\",\n \"opacity\": (getAttr('arrowHead') == 'diamond-white-large' ? 1 : 0),\n \"stroke-width\": 1};\n({'style':style})"
  1940. },
  1941. "parser": {
  1942. "type": "code",
  1943. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  1944. },
  1945. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Path",
  1946. "position": {
  1947. "type": "list<double>",
  1948. "value": [
  1949. 43,
  1950. 67
  1951. ]
  1952. },
  1953. "orientation": {
  1954. "type": "double",
  1955. "value": 0
  1956. },
  1957. "scale": {
  1958. "type": "list<double>",
  1959. "value": [
  1960. 1,
  1961. 1
  1962. ]
  1963. }
  1964. },
  1965. "299": {
  1966. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  1967. "position": {
  1968. "type": "list<double>",
  1969. "value": [
  1970. 114.64294868314005,
  1971. 39.04743588588505
  1972. ]
  1973. },
  1974. "orientation": {
  1975. "type": "double",
  1976. "value": 0
  1977. },
  1978. "scale": {
  1979. "type": "list<double>",
  1980. "value": [
  1981. 1,
  1982. 1
  1983. ]
  1984. },
  1985. "link-style": {
  1986. "type": "map<string,string>",
  1987. "value": {
  1988. "stroke": "#00ffff",
  1989. "stroke-dasharray": "",
  1990. "stroke-opacity": 0.1,
  1991. "stroke-width": 1
  1992. }
  1993. }
  1994. },
  1995. "300": {
  1996. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  1997. "position": {
  1998. "type": "list<double>",
  1999. "value": [
  2000. 117.14309620090773,
  2001. 39.046443503803374
  2002. ]
  2003. },
  2004. "orientation": {
  2005. "type": "double",
  2006. "value": 0
  2007. },
  2008. "scale": {
  2009. "type": "list<double>",
  2010. "value": [
  2011. 1,
  2012. 1
  2013. ]
  2014. },
  2015. "link-style": {
  2016. "type": "map<string,string>",
  2017. "value": {
  2018. "stroke": "#00ffff",
  2019. "stroke-dasharray": "",
  2020. "stroke-opacity": 0.1,
  2021. "stroke-width": 1
  2022. }
  2023. }
  2024. },
  2025. "301": {
  2026. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2027. "position": {
  2028. "type": "list<double>",
  2029. "value": [
  2030. 112,
  2031. 39
  2032. ]
  2033. },
  2034. "orientation": {
  2035. "type": "double",
  2036. "value": 0
  2037. },
  2038. "scale": {
  2039. "type": "list<double>",
  2040. "value": [
  2041. 1,
  2042. 1
  2043. ]
  2044. },
  2045. "link-style": {
  2046. "type": "map<string,string>",
  2047. "value": {
  2048. "stroke": "#00ffff",
  2049. "stroke-dasharray": "",
  2050. "stroke-opacity": 0.1,
  2051. "stroke-width": 1
  2052. }
  2053. }
  2054. },
  2055. "302": {
  2056. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2057. "position": {
  2058. "type": "list<double>",
  2059. "value": [
  2060. 112,
  2061. 39
  2062. ]
  2063. },
  2064. "orientation": {
  2065. "type": "double",
  2066. "value": 0
  2067. },
  2068. "scale": {
  2069. "type": "list<double>",
  2070. "value": [
  2071. 1,
  2072. 1
  2073. ]
  2074. },
  2075. "link-style": {
  2076. "type": "map<string,string>",
  2077. "value": {
  2078. "stroke": "#00ffff",
  2079. "stroke-dasharray": "",
  2080. "stroke-opacity": 0.1,
  2081. "stroke-width": 1
  2082. }
  2083. }
  2084. },
  2085. "303": {
  2086. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2087. "position": {
  2088. "type": "list<double>",
  2089. "value": [
  2090. 114.64294868314005,
  2091. 39.04743588588505
  2092. ]
  2093. },
  2094. "orientation": {
  2095. "type": "double",
  2096. "value": 0
  2097. },
  2098. "scale": {
  2099. "type": "list<double>",
  2100. "value": [
  2101. 1,
  2102. 1
  2103. ]
  2104. },
  2105. "link-style": {
  2106. "type": "map<string,string>",
  2107. "value": {
  2108. "stroke": "#00ffff",
  2109. "stroke-dasharray": "",
  2110. "stroke-opacity": 0.1,
  2111. "stroke-width": 1
  2112. }
  2113. }
  2114. },
  2115. "304": {
  2116. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2117. "position": {
  2118. "type": "list<double>",
  2119. "value": [
  2120. 117.14309620090773,
  2121. 39.046443503803374
  2122. ]
  2123. },
  2124. "orientation": {
  2125. "type": "double",
  2126. "value": 0
  2127. },
  2128. "scale": {
  2129. "type": "list<double>",
  2130. "value": [
  2131. 1,
  2132. 1
  2133. ]
  2134. },
  2135. "link-style": {
  2136. "type": "map<string,string>",
  2137. "value": {
  2138. "stroke": "#00ffff",
  2139. "stroke-dasharray": "",
  2140. "stroke-opacity": 0.1,
  2141. "stroke-width": 1
  2142. }
  2143. }
  2144. },
  2145. "305": {
  2146. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2147. "position": {
  2148. "type": "list<double>",
  2149. "value": [
  2150. 112,
  2151. 39
  2152. ]
  2153. },
  2154. "orientation": {
  2155. "type": "double",
  2156. "value": 0
  2157. },
  2158. "scale": {
  2159. "type": "list<double>",
  2160. "value": [
  2161. 1,
  2162. 1
  2163. ]
  2164. },
  2165. "link-style": {
  2166. "type": "map<string,string>",
  2167. "value": {
  2168. "stroke": "#00ffff",
  2169. "stroke-dasharray": "",
  2170. "stroke-opacity": 0.1,
  2171. "stroke-width": 1
  2172. }
  2173. }
  2174. },
  2175. "306": {
  2176. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2177. "position": {
  2178. "type": "list<double>",
  2179. "value": [
  2180. 114.64294868314005,
  2181. 39.04743588588505
  2182. ]
  2183. },
  2184. "orientation": {
  2185. "type": "double",
  2186. "value": 0
  2187. },
  2188. "scale": {
  2189. "type": "list<double>",
  2190. "value": [
  2191. 1,
  2192. 1
  2193. ]
  2194. },
  2195. "link-style": {
  2196. "type": "map<string,string>",
  2197. "value": {
  2198. "stroke": "#00ffff",
  2199. "stroke-dasharray": "",
  2200. "stroke-opacity": 0.1,
  2201. "stroke-width": 1
  2202. }
  2203. }
  2204. },
  2205. "307": {
  2206. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2207. "position": {
  2208. "type": "list<double>",
  2209. "value": [
  2210. 112,
  2211. 39
  2212. ]
  2213. },
  2214. "orientation": {
  2215. "type": "double",
  2216. "value": 0
  2217. },
  2218. "scale": {
  2219. "type": "list<double>",
  2220. "value": [
  2221. 1,
  2222. 1
  2223. ]
  2224. },
  2225. "link-style": {
  2226. "type": "map<string,string>",
  2227. "value": {
  2228. "stroke": "#00ffff",
  2229. "stroke-dasharray": "",
  2230. "stroke-opacity": 0.1,
  2231. "stroke-width": 1
  2232. }
  2233. }
  2234. },
  2235. "308": {
  2236. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2237. "position": {
  2238. "type": "list<double>",
  2239. "value": [
  2240. 112,
  2241. 39
  2242. ]
  2243. },
  2244. "orientation": {
  2245. "type": "double",
  2246. "value": 0
  2247. },
  2248. "scale": {
  2249. "type": "list<double>",
  2250. "value": [
  2251. 1,
  2252. 1
  2253. ]
  2254. },
  2255. "link-style": {
  2256. "type": "map<string,string>",
  2257. "value": {
  2258. "stroke": "#00ffff",
  2259. "stroke-dasharray": "",
  2260. "stroke-opacity": 0.1,
  2261. "stroke-width": 1
  2262. }
  2263. }
  2264. },
  2265. "309": {
  2266. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2267. "position": {
  2268. "type": "list<double>",
  2269. "value": [
  2270. 117.14309620090773,
  2271. 39.046443503803374
  2272. ]
  2273. },
  2274. "orientation": {
  2275. "type": "double",
  2276. "value": 0
  2277. },
  2278. "scale": {
  2279. "type": "list<double>",
  2280. "value": [
  2281. 1,
  2282. 1
  2283. ]
  2284. },
  2285. "link-style": {
  2286. "type": "map<string,string>",
  2287. "value": {
  2288. "stroke": "#00ffff",
  2289. "stroke-dasharray": "",
  2290. "stroke-opacity": 0.1,
  2291. "stroke-width": 1
  2292. }
  2293. }
  2294. },
  2295. "310": {
  2296. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2297. "position": {
  2298. "type": "list<double>",
  2299. "value": [
  2300. 112,
  2301. 39
  2302. ]
  2303. },
  2304. "orientation": {
  2305. "type": "double",
  2306. "value": 0
  2307. },
  2308. "scale": {
  2309. "type": "list<double>",
  2310. "value": [
  2311. 1,
  2312. 1
  2313. ]
  2314. },
  2315. "link-style": {
  2316. "type": "map<string,string>",
  2317. "value": {
  2318. "stroke": "#00ffff",
  2319. "stroke-dasharray": "",
  2320. "stroke-opacity": 0.1,
  2321. "stroke-width": 1
  2322. }
  2323. }
  2324. },
  2325. "311": {
  2326. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2327. "position": {
  2328. "type": "list<double>",
  2329. "value": [
  2330. 114.64294868314005,
  2331. 39.04743588588505
  2332. ]
  2333. },
  2334. "orientation": {
  2335. "type": "double",
  2336. "value": 0
  2337. },
  2338. "scale": {
  2339. "type": "list<double>",
  2340. "value": [
  2341. 1,
  2342. 1
  2343. ]
  2344. },
  2345. "link-style": {
  2346. "type": "map<string,string>",
  2347. "value": {
  2348. "stroke": "#00ffff",
  2349. "stroke-dasharray": "",
  2350. "stroke-opacity": 0.1,
  2351. "stroke-width": 1
  2352. }
  2353. }
  2354. },
  2355. "312": {
  2356. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2357. "position": {
  2358. "type": "list<double>",
  2359. "value": [
  2360. 117.14309620090773,
  2361. 39.046443503803374
  2362. ]
  2363. },
  2364. "orientation": {
  2365. "type": "double",
  2366. "value": 0
  2367. },
  2368. "scale": {
  2369. "type": "list<double>",
  2370. "value": [
  2371. 1,
  2372. 1
  2373. ]
  2374. },
  2375. "link-style": {
  2376. "type": "map<string,string>",
  2377. "value": {
  2378. "stroke": "#00ffff",
  2379. "stroke-dasharray": "",
  2380. "stroke-opacity": 0.1,
  2381. "stroke-width": 1
  2382. }
  2383. }
  2384. },
  2385. "313": {
  2386. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2387. "position": {
  2388. "type": "list<double>",
  2389. "value": [
  2390. 114.64294868314005,
  2391. 39.04743588588505
  2392. ]
  2393. },
  2394. "orientation": {
  2395. "type": "double",
  2396. "value": 0
  2397. },
  2398. "scale": {
  2399. "type": "list<double>",
  2400. "value": [
  2401. 1,
  2402. 1
  2403. ]
  2404. },
  2405. "link-style": {
  2406. "type": "map<string,string>",
  2407. "value": {
  2408. "stroke": "#00ffff",
  2409. "stroke-dasharray": "",
  2410. "stroke-opacity": 0.1,
  2411. "stroke-width": 1
  2412. }
  2413. }
  2414. },
  2415. "314": {
  2416. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2417. "position": {
  2418. "type": "list<double>",
  2419. "value": [
  2420. 114.64294868314005,
  2421. 39.04743588588505
  2422. ]
  2423. },
  2424. "orientation": {
  2425. "type": "double",
  2426. "value": 0
  2427. },
  2428. "scale": {
  2429. "type": "list<double>",
  2430. "value": [
  2431. 1,
  2432. 1
  2433. ]
  2434. },
  2435. "link-style": {
  2436. "type": "map<string,string>",
  2437. "value": {
  2438. "stroke": "#00ffff",
  2439. "stroke-dasharray": "",
  2440. "stroke-opacity": 0.1,
  2441. "stroke-width": 1
  2442. }
  2443. }
  2444. },
  2445. "315": {
  2446. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2447. "position": {
  2448. "type": "list<double>",
  2449. "value": [
  2450. 23.5,
  2451. 39
  2452. ]
  2453. },
  2454. "orientation": {
  2455. "type": "double",
  2456. "value": 0
  2457. },
  2458. "scale": {
  2459. "type": "list<double>",
  2460. "value": [
  2461. 1,
  2462. 1
  2463. ]
  2464. },
  2465. "link-style": {
  2466. "type": "map<string,string>",
  2467. "value": {
  2468. "stroke": "#00ffff",
  2469. "stroke-dasharray": "",
  2470. "stroke-opacity": 0.1,
  2471. "stroke-width": 1
  2472. }
  2473. }
  2474. },
  2475. "316": {
  2476. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2477. "position": {
  2478. "type": "list<double>",
  2479. "value": [
  2480. 25.578488230596065,
  2481. 39.129069534757946
  2482. ]
  2483. },
  2484. "orientation": {
  2485. "type": "double",
  2486. "value": 0
  2487. },
  2488. "scale": {
  2489. "type": "list<double>",
  2490. "value": [
  2491. 1,
  2492. 1
  2493. ]
  2494. },
  2495. "link-style": {
  2496. "type": "map<string,string>",
  2497. "value": {
  2498. "stroke": "#00ffff",
  2499. "stroke-dasharray": "",
  2500. "stroke-opacity": 0.1,
  2501. "stroke-width": 1
  2502. }
  2503. }
  2504. },
  2505. "317": {
  2506. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2507. "position": {
  2508. "type": "list<double>",
  2509. "value": [
  2510. 23.5,
  2511. 39
  2512. ]
  2513. },
  2514. "orientation": {
  2515. "type": "double",
  2516. "value": 0
  2517. },
  2518. "scale": {
  2519. "type": "list<double>",
  2520. "value": [
  2521. 1,
  2522. 1
  2523. ]
  2524. },
  2525. "link-style": {
  2526. "type": "map<string,string>",
  2527. "value": {
  2528. "stroke": "#00ffff",
  2529. "stroke-dasharray": "",
  2530. "stroke-opacity": 0.1,
  2531. "stroke-width": 1
  2532. }
  2533. }
  2534. },
  2535. "318": {
  2536. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2537. "position": {
  2538. "type": "list<double>",
  2539. "value": [
  2540. 23.5,
  2541. 39
  2542. ]
  2543. },
  2544. "orientation": {
  2545. "type": "double",
  2546. "value": 0
  2547. },
  2548. "scale": {
  2549. "type": "list<double>",
  2550. "value": [
  2551. 1,
  2552. 1
  2553. ]
  2554. },
  2555. "link-style": {
  2556. "type": "map<string,string>",
  2557. "value": {
  2558. "stroke": "#00ffff",
  2559. "stroke-dasharray": "",
  2560. "stroke-opacity": 0.1,
  2561. "stroke-width": 1
  2562. }
  2563. }
  2564. },
  2565. "319": {
  2566. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2567. "position": {
  2568. "type": "list<double>",
  2569. "value": [
  2570. 33.596315647178926,
  2571. 39.11684193264324
  2572. ]
  2573. },
  2574. "orientation": {
  2575. "type": "double",
  2576. "value": 0
  2577. },
  2578. "scale": {
  2579. "type": "list<double>",
  2580. "value": [
  2581. 1,
  2582. 1
  2583. ]
  2584. },
  2585. "link-style": {
  2586. "type": "map<string,string>",
  2587. "value": {
  2588. "stroke": "#00ffff",
  2589. "stroke-dasharray": "",
  2590. "stroke-opacity": 0.1,
  2591. "stroke-width": 1
  2592. }
  2593. }
  2594. },
  2595. "320": {
  2596. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2597. "position": {
  2598. "type": "list<double>",
  2599. "value": [
  2600. 25.578488230596065,
  2601. 39.129069534757946
  2602. ]
  2603. },
  2604. "orientation": {
  2605. "type": "double",
  2606. "value": 0
  2607. },
  2608. "scale": {
  2609. "type": "list<double>",
  2610. "value": [
  2611. 1,
  2612. 1
  2613. ]
  2614. },
  2615. "link-style": {
  2616. "type": "map<string,string>",
  2617. "value": {
  2618. "stroke": "#00ffff",
  2619. "stroke-dasharray": "",
  2620. "stroke-opacity": 0.1,
  2621. "stroke-width": 1
  2622. }
  2623. }
  2624. },
  2625. "321": {
  2626. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2627. "position": {
  2628. "type": "list<double>",
  2629. "value": [
  2630. 33.596315647178926,
  2631. 39.11684193264324
  2632. ]
  2633. },
  2634. "orientation": {
  2635. "type": "double",
  2636. "value": 0
  2637. },
  2638. "scale": {
  2639. "type": "list<double>",
  2640. "value": [
  2641. 1,
  2642. 1
  2643. ]
  2644. },
  2645. "link-style": {
  2646. "type": "map<string,string>",
  2647. "value": {
  2648. "stroke": "#00ffff",
  2649. "stroke-dasharray": "",
  2650. "stroke-opacity": 0.1,
  2651. "stroke-width": 1
  2652. }
  2653. }
  2654. },
  2655. "322": {
  2656. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2657. "position": {
  2658. "type": "list<double>",
  2659. "value": [
  2660. 33.596315647178926,
  2661. 39.11684193264324
  2662. ]
  2663. },
  2664. "orientation": {
  2665. "type": "double",
  2666. "value": 0
  2667. },
  2668. "scale": {
  2669. "type": "list<double>",
  2670. "value": [
  2671. 1,
  2672. 1
  2673. ]
  2674. },
  2675. "link-style": {
  2676. "type": "map<string,string>",
  2677. "value": {
  2678. "stroke": "#00ffff",
  2679. "stroke-dasharray": "",
  2680. "stroke-opacity": 0.1,
  2681. "stroke-width": 1
  2682. }
  2683. }
  2684. },
  2685. "323": {
  2686. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2687. "position": {
  2688. "type": "list<double>",
  2689. "value": [
  2690. 21,
  2691. 39
  2692. ]
  2693. },
  2694. "orientation": {
  2695. "type": "double",
  2696. "value": 0
  2697. },
  2698. "scale": {
  2699. "type": "list<double>",
  2700. "value": [
  2701. 1,
  2702. 1
  2703. ]
  2704. },
  2705. "link-style": {
  2706. "type": "map<string,string>",
  2707. "value": {
  2708. "stroke": "#00ffff",
  2709. "stroke-dasharray": "",
  2710. "stroke-opacity": 0.1,
  2711. "stroke-width": 1
  2712. }
  2713. }
  2714. },
  2715. "324": {
  2716. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2717. "position": {
  2718. "type": "list<double>",
  2719. "value": [
  2720. 21,
  2721. 39
  2722. ]
  2723. },
  2724. "orientation": {
  2725. "type": "double",
  2726. "value": 0
  2727. },
  2728. "scale": {
  2729. "type": "list<double>",
  2730. "value": [
  2731. 1,
  2732. 1
  2733. ]
  2734. },
  2735. "link-style": {
  2736. "type": "map<string,string>",
  2737. "value": {
  2738. "stroke": "#00ffff",
  2739. "stroke-dasharray": "",
  2740. "stroke-opacity": 0.1,
  2741. "stroke-width": 1
  2742. }
  2743. }
  2744. },
  2745. "325": {
  2746. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2747. "position": {
  2748. "type": "list<double>",
  2749. "value": [
  2750. 23.5,
  2751. 39
  2752. ]
  2753. },
  2754. "orientation": {
  2755. "type": "double",
  2756. "value": 0
  2757. },
  2758. "scale": {
  2759. "type": "list<double>",
  2760. "value": [
  2761. 1,
  2762. 1
  2763. ]
  2764. },
  2765. "link-style": {
  2766. "type": "map<string,string>",
  2767. "value": {
  2768. "stroke": "#00ffff",
  2769. "stroke-dasharray": "",
  2770. "stroke-opacity": 0.1,
  2771. "stroke-width": 1
  2772. }
  2773. }
  2774. },
  2775. "326": {
  2776. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2777. "position": {
  2778. "type": "list<double>",
  2779. "value": [
  2780. 33.596315647178926,
  2781. 39.11684193264324
  2782. ]
  2783. },
  2784. "orientation": {
  2785. "type": "double",
  2786. "value": 0
  2787. },
  2788. "scale": {
  2789. "type": "list<double>",
  2790. "value": [
  2791. 1,
  2792. 1
  2793. ]
  2794. },
  2795. "link-style": {
  2796. "type": "map<string,string>",
  2797. "value": {
  2798. "stroke": "#00ffff",
  2799. "stroke-dasharray": "",
  2800. "stroke-opacity": 0.1,
  2801. "stroke-width": 1
  2802. }
  2803. }
  2804. },
  2805. "327": {
  2806. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2807. "position": {
  2808. "type": "list<double>",
  2809. "value": [
  2810. 25.578488230596065,
  2811. 39.129069534757946
  2812. ]
  2813. },
  2814. "orientation": {
  2815. "type": "double",
  2816. "value": 0
  2817. },
  2818. "scale": {
  2819. "type": "list<double>",
  2820. "value": [
  2821. 1,
  2822. 1
  2823. ]
  2824. },
  2825. "link-style": {
  2826. "type": "map<string,string>",
  2827. "value": {
  2828. "stroke": "#00ffff",
  2829. "stroke-dasharray": "",
  2830. "stroke-opacity": 0.1,
  2831. "stroke-width": 1
  2832. }
  2833. }
  2834. },
  2835. "328": {
  2836. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2837. "position": {
  2838. "type": "list<double>",
  2839. "value": [
  2840. 28.08426952107112,
  2841. 39.124718891185296
  2842. ]
  2843. },
  2844. "orientation": {
  2845. "type": "double",
  2846. "value": 0
  2847. },
  2848. "scale": {
  2849. "type": "list<double>",
  2850. "value": [
  2851. 1,
  2852. 1
  2853. ]
  2854. },
  2855. "link-style": {
  2856. "type": "map<string,string>",
  2857. "value": {
  2858. "stroke": "#00ffff",
  2859. "stroke-dasharray": "",
  2860. "stroke-opacity": 0.1,
  2861. "stroke-width": 1
  2862. }
  2863. }
  2864. },
  2865. "329": {
  2866. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2867. "position": {
  2868. "type": "list<double>",
  2869. "value": [
  2870. 25.578488230596065,
  2871. 39.129069534757946
  2872. ]
  2873. },
  2874. "orientation": {
  2875. "type": "double",
  2876. "value": 0
  2877. },
  2878. "scale": {
  2879. "type": "list<double>",
  2880. "value": [
  2881. 1,
  2882. 1
  2883. ]
  2884. },
  2885. "link-style": {
  2886. "type": "map<string,string>",
  2887. "value": {
  2888. "stroke": "#00ffff",
  2889. "stroke-dasharray": "",
  2890. "stroke-opacity": 0.1,
  2891. "stroke-width": 1
  2892. }
  2893. }
  2894. },
  2895. "330": {
  2896. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain",
  2897. "position": {
  2898. "type": "list<double>",
  2899. "value": [
  2900. 28.08426952107112,
  2901. 39.124718891185296
  2902. ]
  2903. },
  2904. "orientation": {
  2905. "type": "double",
  2906. "value": 0
  2907. },
  2908. "scale": {
  2909. "type": "list<double>",
  2910. "value": [
  2911. 1,
  2912. 1
  2913. ]
  2914. },
  2915. "link-style": {
  2916. "type": "map<string,string>",
  2917. "value": {
  2918. "stroke": "#00ffff",
  2919. "stroke-dasharray": "",
  2920. "stroke-opacity": 0.1,
  2921. "stroke-width": 1
  2922. }
  2923. }
  2924. }
  2925. },
  2926. "edges": [
  2927. {
  2928. "src": "92",
  2929. "dest": "122"
  2930. },
  2931. {
  2932. "src": "122",
  2933. "dest": "100"
  2934. },
  2935. {
  2936. "src": "100",
  2937. "dest": "195"
  2938. },
  2939. {
  2940. "src": "195",
  2941. "dest": "162"
  2942. },
  2943. {
  2944. "src": "100",
  2945. "dest": "299"
  2946. },
  2947. {
  2948. "src": "299",
  2949. "dest": "267"
  2950. },
  2951. {
  2952. "src": "100",
  2953. "dest": "300"
  2954. },
  2955. {
  2956. "src": "300",
  2957. "dest": "268"
  2958. },
  2959. {
  2960. "src": "100",
  2961. "dest": "301"
  2962. },
  2963. {
  2964. "src": "301",
  2965. "dest": "269"
  2966. },
  2967. {
  2968. "src": "100",
  2969. "dest": "302"
  2970. },
  2971. {
  2972. "src": "302",
  2973. "dest": "270"
  2974. },
  2975. {
  2976. "src": "100",
  2977. "dest": "303"
  2978. },
  2979. {
  2980. "src": "303",
  2981. "dest": "271"
  2982. },
  2983. {
  2984. "src": "100",
  2985. "dest": "304"
  2986. },
  2987. {
  2988. "src": "304",
  2989. "dest": "272"
  2990. },
  2991. {
  2992. "src": "100",
  2993. "dest": "305"
  2994. },
  2995. {
  2996. "src": "305",
  2997. "dest": "273"
  2998. },
  2999. {
  3000. "src": "100",
  3001. "dest": "306"
  3002. },
  3003. {
  3004. "src": "306",
  3005. "dest": "274"
  3006. },
  3007. {
  3008. "src": "100",
  3009. "dest": "307"
  3010. },
  3011. {
  3012. "src": "307",
  3013. "dest": "275"
  3014. },
  3015. {
  3016. "src": "100",
  3017. "dest": "308"
  3018. },
  3019. {
  3020. "src": "308",
  3021. "dest": "276"
  3022. },
  3023. {
  3024. "src": "100",
  3025. "dest": "309"
  3026. },
  3027. {
  3028. "src": "309",
  3029. "dest": "277"
  3030. },
  3031. {
  3032. "src": "100",
  3033. "dest": "310"
  3034. },
  3035. {
  3036. "src": "310",
  3037. "dest": "278"
  3038. },
  3039. {
  3040. "src": "100",
  3041. "dest": "311"
  3042. },
  3043. {
  3044. "src": "311",
  3045. "dest": "279"
  3046. },
  3047. {
  3048. "src": "100",
  3049. "dest": "312"
  3050. },
  3051. {
  3052. "src": "312",
  3053. "dest": "280"
  3054. },
  3055. {
  3056. "src": "100",
  3057. "dest": "313"
  3058. },
  3059. {
  3060. "src": "313",
  3061. "dest": "281"
  3062. },
  3063. {
  3064. "src": "100",
  3065. "dest": "314"
  3066. },
  3067. {
  3068. "src": "314",
  3069. "dest": "282"
  3070. },
  3071. {
  3072. "src": "100",
  3073. "dest": "315"
  3074. },
  3075. {
  3076. "src": "315",
  3077. "dest": "283"
  3078. },
  3079. {
  3080. "src": "100",
  3081. "dest": "316"
  3082. },
  3083. {
  3084. "src": "316",
  3085. "dest": "284"
  3086. },
  3087. {
  3088. "src": "100",
  3089. "dest": "317"
  3090. },
  3091. {
  3092. "src": "317",
  3093. "dest": "285"
  3094. },
  3095. {
  3096. "src": "100",
  3097. "dest": "318"
  3098. },
  3099. {
  3100. "src": "318",
  3101. "dest": "286"
  3102. },
  3103. {
  3104. "src": "100",
  3105. "dest": "319"
  3106. },
  3107. {
  3108. "src": "319",
  3109. "dest": "287"
  3110. },
  3111. {
  3112. "src": "100",
  3113. "dest": "320"
  3114. },
  3115. {
  3116. "src": "320",
  3117. "dest": "288"
  3118. },
  3119. {
  3120. "src": "100",
  3121. "dest": "321"
  3122. },
  3123. {
  3124. "src": "321",
  3125. "dest": "289"
  3126. },
  3127. {
  3128. "src": "100",
  3129. "dest": "322"
  3130. },
  3131. {
  3132. "src": "322",
  3133. "dest": "290"
  3134. },
  3135. {
  3136. "src": "100",
  3137. "dest": "323"
  3138. },
  3139. {
  3140. "src": "323",
  3141. "dest": "291"
  3142. },
  3143. {
  3144. "src": "100",
  3145. "dest": "324"
  3146. },
  3147. {
  3148. "src": "324",
  3149. "dest": "292"
  3150. },
  3151. {
  3152. "src": "100",
  3153. "dest": "325"
  3154. },
  3155. {
  3156. "src": "325",
  3157. "dest": "293"
  3158. },
  3159. {
  3160. "src": "100",
  3161. "dest": "326"
  3162. },
  3163. {
  3164. "src": "326",
  3165. "dest": "294"
  3166. },
  3167. {
  3168. "src": "100",
  3169. "dest": "327"
  3170. },
  3171. {
  3172. "src": "327",
  3173. "dest": "295"
  3174. },
  3175. {
  3176. "src": "100",
  3177. "dest": "328"
  3178. },
  3179. {
  3180. "src": "328",
  3181. "dest": "296"
  3182. },
  3183. {
  3184. "src": "100",
  3185. "dest": "329"
  3186. },
  3187. {
  3188. "src": "329",
  3189. "dest": "297"
  3190. },
  3191. {
  3192. "src": "100",
  3193. "dest": "330"
  3194. },
  3195. {
  3196. "src": "330",
  3197. "dest": "298"
  3198. }
  3199. ]
  3200. }
  3201. },
  3202. "$asuri": {
  3203. "type": "string",
  3204. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Link/88.instance"
  3205. },
  3206. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/LinkIcon"
  3207. },
  3208. "89": {
  3209. "typename": {
  3210. "type": "string",
  3211. "value": "CircleIcon"
  3212. },
  3213. "position": {
  3214. "type": "list<double>",
  3215. "value": [
  3216. 404,
  3217. 129
  3218. ]
  3219. },
  3220. "orientation": {
  3221. "type": "double",
  3222. "value": 0
  3223. },
  3224. "scale": {
  3225. "type": "list<double>",
  3226. "value": [
  3227. 1,
  3228. 1
  3229. ]
  3230. },
  3231. "mapper": {
  3232. "type": "code",
  3233. "value": ""
  3234. },
  3235. "parser": {
  3236. "type": "code",
  3237. "value": ""
  3238. },
  3239. "$contents": {
  3240. "type": "map<string,*>",
  3241. "value": {
  3242. "nodes": {
  3243. "31": {
  3244. "r": {
  3245. "type": "double",
  3246. "value": 15
  3247. },
  3248. "style": {
  3249. "type": "map<string,string>",
  3250. "value": {
  3251. "stroke": "#ffffff",
  3252. "stroke-dasharray": "",
  3253. "fill": "red",
  3254. "fill-opacity": 1,
  3255. "font-size": "20px",
  3256. "stroke-width": 1,
  3257. "arrow-start": "none",
  3258. "arrow-end": "none"
  3259. }
  3260. },
  3261. "mapper": {
  3262. "type": "code",
  3263. "value": "({\"r\":getAttr(\"r\"), \"style\":getAttr(\"style\")})"
  3264. },
  3265. "parser": {
  3266. "type": "code",
  3267. "value": ""
  3268. },
  3269. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle",
  3270. "position": {
  3271. "type": "list<double>",
  3272. "value": [
  3273. 0,
  3274. 0
  3275. ]
  3276. },
  3277. "orientation": {
  3278. "type": "double",
  3279. "value": 0
  3280. },
  3281. "scale": {
  3282. "type": "list<double>",
  3283. "value": [
  3284. 1,
  3285. 1
  3286. ]
  3287. }
  3288. }
  3289. },
  3290. "edges": []
  3291. }
  3292. },
  3293. "$asuri": {
  3294. "type": "string",
  3295. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle/89.instance"
  3296. },
  3297. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/CircleIcon"
  3298. },
  3299. "90": {
  3300. "link-style": {
  3301. "type": "map<string,string>",
  3302. "value": {
  3303. "stroke": "#ff00ff",
  3304. "stroke-dasharray": "",
  3305. "stroke-opacity": 0.1,
  3306. "stroke-width": 1
  3307. }
  3308. },
  3309. "arrowHead": {
  3310. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3311. "value": "custom"
  3312. },
  3313. "arrowTail": {
  3314. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3315. "value": "arrow-black"
  3316. },
  3317. "typename": {
  3318. "type": "string",
  3319. "value": "IconContentsLink"
  3320. },
  3321. "position": {
  3322. "type": "list<double>",
  3323. "value": [
  3324. 409.60961322257623,
  3325. 134.60961322257623
  3326. ]
  3327. },
  3328. "orientation": {
  3329. "type": "double",
  3330. "value": 0
  3331. },
  3332. "scale": {
  3333. "type": "list<double>",
  3334. "value": [
  3335. 1,
  3336. 1
  3337. ]
  3338. },
  3339. "mapper": {
  3340. "type": "code",
  3341. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  3342. },
  3343. "parser": {
  3344. "type": "code",
  3345. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3346. },
  3347. "$contents": {
  3348. "type": "map<string,*>",
  3349. "value": {
  3350. "nodes": {},
  3351. "edges": []
  3352. }
  3353. },
  3354. "$asuri": {
  3355. "type": "string",
  3356. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/IconContents/90.instance"
  3357. },
  3358. "$segments": {
  3359. "type": "map<string,list<string>>",
  3360. "value": {
  3361. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconIcon/87.instance--/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconContentsLink/90.instance": "M400,125L409.60961322257623,134.60961322257623",
  3362. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconContentsLink/90.instance--/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/CircleIcon/89.instance": "M409.60961322257623,134.60961322257623L419,144"
  3363. }
  3364. },
  3365. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconContentsLink"
  3366. },
  3367. "91": {
  3368. "typename": {
  3369. "type": "string",
  3370. "value": "RectangleIcon"
  3371. },
  3372. "position": {
  3373. "type": "list<double>",
  3374. "value": [
  3375. 155,
  3376. 128
  3377. ]
  3378. },
  3379. "orientation": {
  3380. "type": "double",
  3381. "value": 0
  3382. },
  3383. "scale": {
  3384. "type": "list<double>",
  3385. "value": [
  3386. 1,
  3387. 1
  3388. ]
  3389. },
  3390. "mapper": {
  3391. "type": "code",
  3392. "value": ""
  3393. },
  3394. "parser": {
  3395. "type": "code",
  3396. "value": ""
  3397. },
  3398. "$contents": {
  3399. "type": "map<string,*>",
  3400. "value": {
  3401. "nodes": {
  3402. "17": {
  3403. "width": {
  3404. "type": "double",
  3405. "value": 150
  3406. },
  3407. "height": {
  3408. "type": "double",
  3409. "value": 50
  3410. },
  3411. "cornerRadius": {
  3412. "type": "double",
  3413. "value": 25
  3414. },
  3415. "style": {
  3416. "type": "map<string,string>",
  3417. "value": {
  3418. "stroke": "#ffffff",
  3419. "stroke-dasharray": "",
  3420. "fill": "red",
  3421. "fill-opacity": 1,
  3422. "font-size": "20px",
  3423. "stroke-width": 1,
  3424. "arrow-start": "none",
  3425. "arrow-end": "none"
  3426. }
  3427. },
  3428. "mapper": {
  3429. "type": "code",
  3430. "value": "({\"width\":getAttr(\"width\"), \"height\":getAttr(\"height\"), \"cornerRadius\":getAttr(\"cornerRadius\"), \"style\":getAttr(\"style\")})"
  3431. },
  3432. "parser": {
  3433. "type": "code",
  3434. "value": ""
  3435. },
  3436. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle",
  3437. "position": {
  3438. "type": "list<double>",
  3439. "value": [
  3440. 0,
  3441. 1
  3442. ]
  3443. },
  3444. "orientation": {
  3445. "type": "double",
  3446. "value": 0
  3447. },
  3448. "scale": {
  3449. "type": "list<double>",
  3450. "value": [
  3451. 1,
  3452. 1
  3453. ]
  3454. }
  3455. }
  3456. },
  3457. "edges": []
  3458. }
  3459. },
  3460. "$asuri": {
  3461. "type": "string",
  3462. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle/91.instance"
  3463. },
  3464. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/RectangleIcon"
  3465. },
  3466. "92": {
  3467. "typename": {
  3468. "type": "string",
  3469. "value": "TextIcon"
  3470. },
  3471. "position": {
  3472. "type": "list<double>",
  3473. "value": [
  3474. 166,
  3475. 136
  3476. ]
  3477. },
  3478. "orientation": {
  3479. "type": "double",
  3480. "value": 0
  3481. },
  3482. "scale": {
  3483. "type": "list<double>",
  3484. "value": [
  3485. 1,
  3486. 1
  3487. ]
  3488. },
  3489. "mapper": {
  3490. "type": "code",
  3491. "value": ""
  3492. },
  3493. "parser": {
  3494. "type": "code",
  3495. "value": ""
  3496. },
  3497. "$contents": {
  3498. "type": "map<string,*>",
  3499. "value": {
  3500. "nodes": {
  3501. "21": {
  3502. "textContent": {
  3503. "type": "string",
  3504. "value": "<coded>"
  3505. },
  3506. "style": {
  3507. "type": "map<string,string>",
  3508. "value": {
  3509. "stroke": "#ffffff",
  3510. "stroke-dasharray": "",
  3511. "fill": "#000000",
  3512. "fill-opacity": 1,
  3513. "font-size": "12px",
  3514. "stroke-width": 0,
  3515. "arrow-start": "none",
  3516. "arrow-end": "none"
  3517. }
  3518. },
  3519. "mapper": {
  3520. "type": "code",
  3521. "value": "({\"textContent\":getAttr(\"textContent\"), \"style\":getAttr(\"style\")})"
  3522. },
  3523. "parser": {
  3524. "type": "code",
  3525. "value": "({\"textContent\":getAttr(\"textContent\")})"
  3526. },
  3527. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
  3528. "position": {
  3529. "type": "list<double>",
  3530. "value": [
  3531. 0,
  3532. 0
  3533. ]
  3534. },
  3535. "orientation": {
  3536. "type": "double",
  3537. "value": 0
  3538. },
  3539. "scale": {
  3540. "type": "list<double>",
  3541. "value": [
  3542. 1,
  3543. 1
  3544. ]
  3545. }
  3546. }
  3547. },
  3548. "edges": []
  3549. }
  3550. },
  3551. "$asuri": {
  3552. "type": "string",
  3553. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text/92.instance"
  3554. },
  3555. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/TextIcon"
  3556. },
  3557. "93": {
  3558. "link-style": {
  3559. "type": "map<string,string>",
  3560. "value": {
  3561. "stroke": "#00ffff",
  3562. "stroke-dasharray": "",
  3563. "stroke-opacity": 0.1,
  3564. "stroke-width": 1
  3565. }
  3566. },
  3567. "arrowHead": {
  3568. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3569. "value": "custom"
  3570. },
  3571. "arrowTail": {
  3572. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3573. "value": "arrow-black"
  3574. },
  3575. "typename": {
  3576. "type": "string",
  3577. "value": "ContainLink"
  3578. },
  3579. "position": {
  3580. "type": "list<double>",
  3581. "value": [
  3582. 173.31953002410694,
  3583. 136.55769180195216
  3584. ]
  3585. },
  3586. "orientation": {
  3587. "type": "double",
  3588. "value": 0
  3589. },
  3590. "scale": {
  3591. "type": "list<double>",
  3592. "value": [
  3593. 1,
  3594. 1
  3595. ]
  3596. },
  3597. "mapper": {
  3598. "type": "code",
  3599. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  3600. },
  3601. "parser": {
  3602. "type": "code",
  3603. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3604. },
  3605. "$contents": {
  3606. "type": "map<string,*>",
  3607. "value": {
  3608. "nodes": {},
  3609. "edges": []
  3610. }
  3611. },
  3612. "$asuri": {
  3613. "type": "string",
  3614. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain/93.instance"
  3615. },
  3616. "$segments": {
  3617. "type": "map<string,list<string>>",
  3618. "value": {
  3619. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/RectangleIcon/91.instance--/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/ContainLink/93.instance": "M155,129L173.31953002410694,136.55769180195216",
  3620. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/ContainLink/93.instance--/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/TextIcon/92.instance": "M173.24925065039076,136.52869816260215L189.35865908030405,142.99970464775194"
  3621. }
  3622. },
  3623. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/ContainLink"
  3624. },
  3625. "94": {
  3626. "link-style": {
  3627. "type": "map<string,string>",
  3628. "value": {
  3629. "stroke": "#ff00ff",
  3630. "stroke-dasharray": "",
  3631. "stroke-opacity": 0.1,
  3632. "stroke-width": 1
  3633. }
  3634. },
  3635. "arrowHead": {
  3636. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3637. "value": "custom"
  3638. },
  3639. "arrowTail": {
  3640. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3641. "value": "arrow-black"
  3642. },
  3643. "typename": {
  3644. "type": "string",
  3645. "value": "IconContentsLink"
  3646. },
  3647. "position": {
  3648. "type": "list<double>",
  3649. "value": [
  3650. 190.14285687290788,
  3651. 139.04999990551775
  3652. ]
  3653. },
  3654. "orientation": {
  3655. "type": "double",
  3656. "value": 0
  3657. },
  3658. "scale": {
  3659. "type": "list<double>",
  3660. "value": [
  3661. 1,
  3662. 1
  3663. ]
  3664. },
  3665. "mapper": {
  3666. "type": "code",
  3667. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  3668. },
  3669. "parser": {
  3670. "type": "code",
  3671. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3672. },
  3673. "$contents": {
  3674. "type": "map<string,*>",
  3675. "value": {
  3676. "nodes": {},
  3677. "edges": []
  3678. }
  3679. },
  3680. "$asuri": {
  3681. "type": "string",
  3682. "value": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/IconContents/94.instance"
  3683. },
  3684. "$segments": {
  3685. "type": "map<string,list<string>>",
  3686. "value": {
  3687. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconIcon/86.instance--/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconContentsLink/94.instance": "M150,125L190.14285687290788,139.04999990551775",
  3688. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconContentsLink/94.instance--/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/RectangleIcon/91.instance": "M190.07125846989814,139.02494046446435L229.99966013389482,152.9998810468632"
  3689. }
  3690. },
  3691. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons/IconContentsLink"
  3692. }
  3693. },
  3694. "edges": [],
  3695. "metamodels": [
  3696. "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram.umlIcons",
  3697. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax.defaultIcons"
  3698. ]
  3699. },
  3700. "asm": {
  3701. "nodes": {
  3702. "86": {
  3703. "typename": {
  3704. "type": "string",
  3705. "value": "GlobalBreakpointIcon"
  3706. },
  3707. "position": {
  3708. "type": "list<double>",
  3709. "value": [
  3710. 150,
  3711. 125
  3712. ]
  3713. },
  3714. "orientation": {
  3715. "type": "double",
  3716. "value": 0
  3717. },
  3718. "scale": {
  3719. "type": "list<double>",
  3720. "value": [
  3721. 1,
  3722. 1
  3723. ]
  3724. },
  3725. "mapper": {
  3726. "type": "code",
  3727. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  3728. },
  3729. "parser": {
  3730. "type": "code",
  3731. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3732. },
  3733. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Icon"
  3734. },
  3735. "87": {
  3736. "typename": {
  3737. "type": "string",
  3738. "value": "BreakpointIcon"
  3739. },
  3740. "position": {
  3741. "type": "list<double>",
  3742. "value": [
  3743. 400,
  3744. 125
  3745. ]
  3746. },
  3747. "orientation": {
  3748. "type": "double",
  3749. "value": 0
  3750. },
  3751. "scale": {
  3752. "type": "list<double>",
  3753. "value": [
  3754. 1,
  3755. 1
  3756. ]
  3757. },
  3758. "mapper": {
  3759. "type": "code",
  3760. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  3761. },
  3762. "parser": {
  3763. "type": "code",
  3764. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3765. },
  3766. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Icon"
  3767. },
  3768. "88": {
  3769. "link-style": {
  3770. "type": "map<string,string>",
  3771. "value": {
  3772. "stroke": "red",
  3773. "stroke-dasharray": ". ",
  3774. "stroke-opacity": 1,
  3775. "stroke-width": 2
  3776. }
  3777. },
  3778. "arrowHead": {
  3779. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3780. "value": "custom"
  3781. },
  3782. "arrowTail": {
  3783. "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
  3784. "value": "arrow-black"
  3785. },
  3786. "typename": {
  3787. "type": "string",
  3788. "value": "targetLink"
  3789. },
  3790. "position": {
  3791. "type": "list<double>",
  3792. "value": [
  3793. 647,
  3794. 123
  3795. ]
  3796. },
  3797. "orientation": {
  3798. "type": "double",
  3799. "value": 0
  3800. },
  3801. "scale": {
  3802. "type": "list<double>",
  3803. "value": [
  3804. 1,
  3805. 1
  3806. ]
  3807. },
  3808. "mapper": {
  3809. "type": "code",
  3810. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
  3811. },
  3812. "parser": {
  3813. "type": "code",
  3814. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3815. },
  3816. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Link"
  3817. },
  3818. "89": {
  3819. "r": {
  3820. "type": "double",
  3821. "value": 15
  3822. },
  3823. "style": {
  3824. "type": "map<string,string>",
  3825. "value": {
  3826. "stroke": "#ffffff",
  3827. "stroke-dasharray": "",
  3828. "fill": "red",
  3829. "fill-opacity": 1,
  3830. "font-size": "20px",
  3831. "stroke-width": 1,
  3832. "arrow-start": "none",
  3833. "arrow-end": "none"
  3834. }
  3835. },
  3836. "mapper": {
  3837. "type": "code",
  3838. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */\nvar style = {\n \"stroke\": \"#ffffff\",\n \"stroke-dasharray\": \"\",\n \"fill\": \"red\",\n \"fill-opacity\": 1,\n \"font-size\": \"20px\",\n \"stroke-width\": 1,\n \"arrow-start\": \"none\",\n \"arrow-end\": \"none\"\n};\nif (!getAttr(\"enabled\")) {\n style[\"fill\"] = \"grey\";\n}\n({\"style\": style})"
  3839. },
  3840. "parser": {
  3841. "type": "code",
  3842. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3843. },
  3844. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Circle"
  3845. },
  3846. "90": {
  3847. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/IconContents"
  3848. },
  3849. "91": {
  3850. "width": {
  3851. "type": "double",
  3852. "value": 150
  3853. },
  3854. "height": {
  3855. "type": "double",
  3856. "value": 50
  3857. },
  3858. "cornerRadius": {
  3859. "type": "double",
  3860. "value": 25
  3861. },
  3862. "style": {
  3863. "type": "map<string,string>",
  3864. "value": {
  3865. "stroke": "#ffffff",
  3866. "stroke-dasharray": "",
  3867. "fill": "red",
  3868. "fill-opacity": 1,
  3869. "font-size": "20px",
  3870. "stroke-width": 1,
  3871. "arrow-start": "none",
  3872. "arrow-end": "none"
  3873. }
  3874. },
  3875. "mapper": {
  3876. "type": "code",
  3877. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */\nvar style = {\n \"stroke\": \"#ffffff\",\n \"stroke-dasharray\": \"\",\n \"fill\": \"red\",\n \"fill-opacity\": 1,\n \"font-size\": \"20px\",\n \"stroke-width\": 1,\n \"arrow-start\": \"none\",\n \"arrow-end\": \"none\"\n};\nif (!getAttr(\"enabled\")) {\n style[\"fill\"] = \"grey\";\n}\n({\"style\": style})"
  3878. },
  3879. "parser": {
  3880. "type": "code",
  3881. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3882. },
  3883. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Rectangle"
  3884. },
  3885. "92": {
  3886. "textContent": {
  3887. "type": "string",
  3888. "value": "<coded>"
  3889. },
  3890. "style": {
  3891. "type": "map<string,string>",
  3892. "value": {
  3893. "stroke": "#ffffff",
  3894. "stroke-dasharray": "",
  3895. "fill": "#000000",
  3896. "fill-opacity": 1,
  3897. "font-size": "12px",
  3898. "stroke-width": 0,
  3899. "arrow-start": "none",
  3900. "arrow-end": "none"
  3901. }
  3902. },
  3903. "mapper": {
  3904. "type": "code",
  3905. "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */\n/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */\nvar splitted = getAttr('condition').split('\\n'),\n textContent = \"\";\nif (splitted.length > 1) {\n textContent = \"...\\n\" + splitted[splitted.length - 1];\n} else if (splitted.length == 1) {\n textContent = splitted[0];\n}\n({'textContent': textContent})"
  3906. },
  3907. "parser": {
  3908. "type": "code",
  3909. "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
  3910. },
  3911. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
  3912. },
  3913. "93": {
  3914. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Contain"
  3915. },
  3916. "94": {
  3917. "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/IconContents"
  3918. }
  3919. },
  3920. "edges": [
  3921. {
  3922. "src": "87",
  3923. "dest": "90"
  3924. },
  3925. {
  3926. "src": "90",
  3927. "dest": "89"
  3928. },
  3929. {
  3930. "src": "91",
  3931. "dest": "93"
  3932. },
  3933. {
  3934. "src": "93",
  3935. "dest": "92"
  3936. },
  3937. {
  3938. "src": "86",
  3939. "dest": "94"
  3940. },
  3941. {
  3942. "src": "94",
  3943. "dest": "91"
  3944. }
  3945. ],
  3946. "metamodels": [
  3947. "/Formalisms/__LanguageSyntax__/SimpleClassDiagram/SimpleClassDiagram",
  3948. "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax"
  3949. ]
  3950. }
  3951. }