GenericGraph.metamodel 674 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "types": {
  3. "$*": [],
  4. "GenericLink": []
  5. },
  6. "constraints": [],
  7. "actions": [],
  8. "cardinalities": {
  9. "$*": [
  10. {
  11. "dir": "out",
  12. "type": "GenericLink",
  13. "min": "0",
  14. "max": "Infinity"
  15. },
  16. {
  17. "dir": "in",
  18. "type": "GenericLink",
  19. "min": "0",
  20. "max": "Infinity"
  21. }
  22. ],
  23. "GenericLink": [
  24. {
  25. "dir": "in",
  26. "type": "$*",
  27. "min": "0",
  28. "max": "1"
  29. },
  30. {
  31. "dir": "out",
  32. "type": "$*",
  33. "min": "0",
  34. "max": "1"
  35. }
  36. ]
  37. },
  38. "legalConnections": {
  39. "$*": {
  40. "$*": [
  41. "GenericLink"
  42. ]
  43. }
  44. },
  45. "connectorTypes": {
  46. "GenericLink": "visual"
  47. },
  48. "types2parentTypes": {
  49. "$*": [],
  50. "GenericLink": []
  51. }
  52. }