123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "types": {
- "$*": [],
- "AttributedGenericLink": [
- {
- "name": "name",
- "type": "string",
- "default": "GL_"
- },
- {
- "name": "data",
- "type": "map<string,string>",
- "default": {}
- }
- ]
- },
- "constraints": [],
- "actions": [],
- "cardinalities": {
- "$*": [
- {
- "dir": "out",
- "type": "AttributedGenericLink",
- "min": "0",
- "max": "Infinity"
- },
- {
- "dir": "in",
- "type": "AttributedGenericLink",
- "min": "0",
- "max": "Infinity"
- }
- ],
- "AttributedGenericLink": [
- {
- "dir": "in",
- "type": "$*",
- "min": "0",
- "max": "1"
- },
- {
- "dir": "out",
- "type": "$*",
- "min": "0",
- "max": "1"
- }
- ]
- },
- "legalConnections": {
- "$*": {
- "$*": [
- "AttributedGenericLink"
- ]
- }
- },
- "connectorTypes": {
- "AttributedGenericLink": "visual"
- },
- "types2parentTypes": {
- "$*": [],
- "AttributedGenericLink": []
- }
- }
|