AttributedGenericGraph.defaultIcons.metamodel 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "types": {
  3. "AttributedGenericLinkLink": [
  4. {
  5. "name": "link-style",
  6. "type": "map<string,string>",
  7. "default": {
  8. "stroke": "#a000ff",
  9. "stroke-dasharray": ". ",
  10. "stroke-opacity": 1,
  11. "stroke-width": 1,
  12. "arrow-start": "none",
  13. "arrow-end": "classic-wide-long"
  14. }
  15. },
  16. {
  17. "name": "typename",
  18. "type": "string",
  19. "default": "AttributedGenericLinkLink"
  20. },
  21. {
  22. "name": "position",
  23. "type": "list<double>",
  24. "default": [
  25. 224,
  26. 150
  27. ]
  28. },
  29. {
  30. "name": "orientation",
  31. "type": "double",
  32. "default": 0
  33. },
  34. {
  35. "name": "scale",
  36. "type": "list<double>",
  37. "default": [
  38. 1,
  39. 1
  40. ]
  41. },
  42. {
  43. "name": "mapper",
  44. "type": "code",
  45. "default": ""
  46. },
  47. {
  48. "name": "parser",
  49. "type": "code",
  50. "default": ""
  51. },
  52. {
  53. "name": "$contents",
  54. "type": "map<string,*>",
  55. "default": {
  56. "nodes": {},
  57. "edges": []
  58. }
  59. },
  60. {
  61. "name": "$asuri",
  62. "type": "string",
  63. "default": "-1"
  64. },
  65. {
  66. "name": "$segments",
  67. "type": "map<string,list<string>>",
  68. "default": {}
  69. }
  70. ]
  71. },
  72. "constraints": [],
  73. "actions": [],
  74. "cardinalities": {
  75. "AttributedGenericLinkLink": []
  76. },
  77. "legalConnections": {},
  78. "connectorTypes": {},
  79. "types2parentTypes": {
  80. "AttributedGenericLinkLink": []
  81. }
  82. }