example.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. [
  2. {
  3. "type": "config",
  4. "id": "0",
  5. "pos": [
  6. 250,
  7. 15
  8. ],
  9. "size": [
  10. 1300,
  11. 750
  12. ]
  13. },
  14. {
  15. "type": "type_useActor",
  16. "label": "Оператор",
  17. "id": "IUser",
  18. "coord": [
  19. 110,
  20. 210
  21. ],
  22. "offset": [
  23. -30,
  24. 70
  25. ],
  26. "links": [
  27. "linkUserPageIndex"
  28. ]
  29. },
  30. {
  31. "type": "type_useCase",
  32. "id": "PageIndex",
  33. "label": "Главная страница проекта",
  34. "coord": [
  35. 310,
  36. 130
  37. ],
  38. "size": [
  39. 120,
  40. 30
  41. ],
  42. "offset": [
  43. -30,
  44. 0
  45. ],
  46. "text_x": -30,
  47. "links": [
  48. "linkUserPageIndex"
  49. ]
  50. },
  51. {
  52. "type": "type_useLink",
  53. "id": "linkUserPageIndex",
  54. "label": "показать",
  55. "coord": [
  56. 120,
  57. 220
  58. ],
  59. "coord1": [
  60. 225,
  61. 130
  62. ],
  63. "offset": [
  64. 55,
  65. -25
  66. ],
  67. "src": "IUser",
  68. "dst": "PageIndex",
  69. "type_link": "http"
  70. },
  71. {
  72. "type": "type_useGroup",
  73. "id": "System",
  74. "label": "System",
  75. "coord": [
  76. 250,
  77. 85
  78. ],
  79. "offset": [
  80. 10,
  81. 0
  82. ],
  83. "size": [
  84. 500,
  85. 300
  86. ],
  87. "hight": 200
  88. }
  89. ]