12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "types": {
- "__p$*": [
- {
- "name": "__pLabel",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pMatchSubtypes",
- "type": "boolean",
- "default": false
- }
- ],
- "__pAttributedGenericLink": [
- {
- "name": "__pLabel",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pMatchSubtypes",
- "type": "boolean",
- "default": false
- },
- {
- "name": "name",
- "type": "code",
- "default": "getAttr()"
- },
- {
- "name": "data",
- "type": "code",
- "default": "getAttr()"
- }
- ]
- },
- "constraints": [],
- "actions": [
- {
- "name": "distinctPLabels",
- "event": "post-create",
- "code": "if( getAttr(\"__pLabel\") == \"\" )\n{\n\tvar pLabels = getAllNodes().\n\t\t\t\t\t\t\tfilter( function(n) {return hasAttr(\"__pLabel\",n);} ).\n\t\t\t\t\t\t\t\tmap( function(n) {return getAttr(\"__pLabel\",n);} ),\n\t\t i\t\t\t= \"0\";\n\n\twhile( _utils.contains(pLabels,i) )\n\t\ti = String(parseInt(i)+1);\n\tsetAttr(\"__pLabel\",i);\n}",
- "targetType": "*"
- }
- ],
- "cardinalities": {
- "__p$*": [
- {
- "dir": "out",
- "type": "__pAttributedGenericLink",
- "min": 0,
- "max": "Infinity"
- },
- {
- "dir": "in",
- "type": "__pAttributedGenericLink",
- "min": 0,
- "max": "Infinity"
- }
- ],
- "__pAttributedGenericLink": [
- {
- "dir": "in",
- "type": "__p$*",
- "min": 0,
- "max": "1"
- },
- {
- "dir": "out",
- "type": "__p$*",
- "min": 0,
- "max": "1"
- }
- ]
- },
- "legalConnections": {
- "__p$*": {
- "__p$*": [
- "__pAttributedGenericLink"
- ]
- }
- },
- "connectorTypes": {
- "__pAttributedGenericLink": "visual"
- },
- "types2parentTypes": {
- "__p$*": [],
- "__pAttributedGenericLink": []
- }
- }
|