|
@@ -92,6 +92,52 @@
|
|
|
1
|
|
|
]
|
|
|
}
|
|
|
+ },
|
|
|
+ "13": {
|
|
|
+ "textContent": {
|
|
|
+ "type": "string",
|
|
|
+ "value": "<coded>"
|
|
|
+ },
|
|
|
+ "style": {
|
|
|
+ "type": "map<string,string>",
|
|
|
+ "value": {
|
|
|
+ "stroke": "#000000",
|
|
|
+ "stroke-dasharray": "",
|
|
|
+ "fill": "#000000",
|
|
|
+ "fill-opacity": 1,
|
|
|
+ "font-size": "20px",
|
|
|
+ "stroke-width": 1,
|
|
|
+ "arrow-start": "none",
|
|
|
+ "arrow-end": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "mapper": {
|
|
|
+ "type": "code",
|
|
|
+ "value": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */\n({'textContent': getAttr('name')})"
|
|
|
+ },
|
|
|
+ "parser": {
|
|
|
+ "type": "code",
|
|
|
+ "value": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
|
|
|
+ },
|
|
|
+ "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text",
|
|
|
+ "position": {
|
|
|
+ "type": "list<double>",
|
|
|
+ "value": [
|
|
|
+ 4,
|
|
|
+ 503
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "orientation": {
|
|
|
+ "type": "double",
|
|
|
+ "value": 0
|
|
|
+ },
|
|
|
+ "scale": {
|
|
|
+ "type": "list<double>",
|
|
|
+ "value": [
|
|
|
+ 1,
|
|
|
+ 1
|
|
|
+ ]
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"edges": []
|
|
@@ -297,74 +343,6 @@
|
|
|
"default": "-1"
|
|
|
}
|
|
|
],
|
|
|
- "PatternContentsLink": [
|
|
|
- {
|
|
|
- "name": "link-style",
|
|
|
- "type": "map<string,string>",
|
|
|
- "default": {
|
|
|
- "stroke": "#00ff00",
|
|
|
- "stroke-dasharray": "",
|
|
|
- "stroke-opacity": 0.2,
|
|
|
- "stroke-width": 1,
|
|
|
- "arrow-start": "none",
|
|
|
- "arrow-end": "classic-wide-long"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typename",
|
|
|
- "type": "string",
|
|
|
- "default": "PatternContentsLink"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "position",
|
|
|
- "type": "list<double>",
|
|
|
- "default": [
|
|
|
- 1602,
|
|
|
- 100
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orientation",
|
|
|
- "type": "double",
|
|
|
- "default": 0
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "scale",
|
|
|
- "type": "list<double>",
|
|
|
- "default": [
|
|
|
- 1,
|
|
|
- 1
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mapper",
|
|
|
- "type": "code",
|
|
|
- "default": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parser",
|
|
|
- "type": "code",
|
|
|
- "default": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "$contents",
|
|
|
- "type": "map<string,*>",
|
|
|
- "default": {
|
|
|
- "nodes": {},
|
|
|
- "edges": []
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "$asuri",
|
|
|
- "type": "string",
|
|
|
- "default": "-1"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "$segments",
|
|
|
- "type": "map<string,list<string>>",
|
|
|
- "default": {}
|
|
|
- }
|
|
|
- ],
|
|
|
"RHSImportIcon": [
|
|
|
{
|
|
|
"name": "typename",
|
|
@@ -461,6 +439,82 @@
|
|
|
"type": "string",
|
|
|
"default": "-1"
|
|
|
}
|
|
|
+ ],
|
|
|
+ "PatternContentsLink": [
|
|
|
+ {
|
|
|
+ "name": "link-style",
|
|
|
+ "type": "map<string,string>",
|
|
|
+ "default": {
|
|
|
+ "stroke": "#000000",
|
|
|
+ "stroke-dasharray": "",
|
|
|
+ "stroke-opacity": 0,
|
|
|
+ "stroke-width": 0
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "arrowHead",
|
|
|
+ "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
|
|
|
+ "default": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "arrowTail",
|
|
|
+ "type": "ENUM(circle-black,circle-black-large,circle-white,circle-white-large,diamond-black,diamond-black-large,diamond-white,diamond-white-large,triangle-black,triangle-black-large,triangle-white,triangle-white-large,arrow-black,arrow-black-large,arrow-empty,arrow-empty-large,custom)",
|
|
|
+ "default": "arrow-black"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "typename",
|
|
|
+ "type": "string",
|
|
|
+ "default": "PatternContentsLink"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "position",
|
|
|
+ "type": "list<double>",
|
|
|
+ "default": [
|
|
|
+ 1572,
|
|
|
+ 173
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "orientation",
|
|
|
+ "type": "double",
|
|
|
+ "default": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "scale",
|
|
|
+ "type": "list<double>",
|
|
|
+ "default": [
|
|
|
+ 1,
|
|
|
+ 1
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mapper",
|
|
|
+ "type": "code",
|
|
|
+ "default": "/* specify code that evaluates to an associative array of the form {...,csattr:val,...} */"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "parser",
|
|
|
+ "type": "code",
|
|
|
+ "default": "/* specify code that evaluates to an associative array of the form {...,attr:val,...} */"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "$contents",
|
|
|
+ "type": "map<string,*>",
|
|
|
+ "default": {
|
|
|
+ "nodes": {},
|
|
|
+ "edges": []
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "$asuri",
|
|
|
+ "type": "string",
|
|
|
+ "default": "-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "$segments",
|
|
|
+ "type": "map<string,list<string>>",
|
|
|
+ "default": {}
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
"constraints": [],
|
|
@@ -469,8 +523,8 @@
|
|
|
"NACIcon": [],
|
|
|
"LHSIcon": [],
|
|
|
"RHSIcon": [],
|
|
|
- "PatternContentsLink": [],
|
|
|
- "RHSImportIcon": []
|
|
|
+ "RHSImportIcon": [],
|
|
|
+ "PatternContentsLink": []
|
|
|
},
|
|
|
"legalConnections": {},
|
|
|
"connectorTypes": {},
|
|
@@ -478,7 +532,7 @@
|
|
|
"NACIcon": [],
|
|
|
"LHSIcon": [],
|
|
|
"RHSIcon": [],
|
|
|
- "PatternContentsLink": [],
|
|
|
- "RHSImportIcon": []
|
|
|
+ "RHSImportIcon": [],
|
|
|
+ "PatternContentsLink": []
|
|
|
}
|
|
|
}
|