123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "types": {
- "__p$*": [
- {
- "name": "__pLabel",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pPivotIn",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pPivotOut",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pMatchSubtypes",
- "type": "boolean",
- "default": false
- }
- ],
- "__pGenericLink": [
- {
- "name": "__pLabel",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pPivotIn",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pPivotOut",
- "type": "string",
- "default": ""
- },
- {
- "name": "__pMatchSubtypes",
- "type": "boolean",
- "default": false
- }
- ]
- },
- "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": "__pGenericLink",
- "min": 0,
- "max": "Infinity"
- },
- {
- "dir": "in",
- "type": "__pGenericLink",
- "min": 0,
- "max": "Infinity"
- }
- ],
- "__pGenericLink": [
- {
- "dir": "in",
- "type": "__p$*",
- "min": 0,
- "max": "1"
- },
- {
- "dir": "out",
- "type": "__p$*",
- "min": 0,
- "max": "1"
- }
- ]
- },
- "legalConnections": {
- "__p$*": {
- "__p$*": [
- "__pGenericLink"
- ]
- }
- },
- "connectorTypes": {
- "__pGenericLink": "visual"
- },
- "types2parentTypes": {
- "__p$*": [],
- "__pGenericLink": []
- }
- }
|