123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "types": {
- "__pAttributedGenericLinkLink": [
- {
- "name": "link-style",
- "type": "map<string,string>",
- "default": {
- "stroke": "#a000ff",
- "stroke-dasharray": ". ",
- "stroke-opacity": 1,
- "stroke-width": 1,
- "arrow-start": "none",
- "arrow-end": "classic-wide-long"
- }
- },
- {
- "name": "typename",
- "type": "string",
- "default": "AttributedGenericLinkLink"
- },
- {
- "name": "position",
- "type": "list<double>",
- "default": [
- 224,
- 150
- ]
- },
- {
- "name": "orientation",
- "type": "double",
- "default": 0
- },
- {
- "name": "scale",
- "type": "list<double>",
- "default": [
- 1,
- 1
- ]
- },
- {
- "name": "mapper",
- "type": "code",
- "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
- },
- {
- "name": "parser",
- "type": "code",
- "default": "/* mapping and parsing code is disabled by default because pattern attribute values are code */"
- },
- {
- "name": "$contents",
- "type": "map<string,*>",
- "default": {
- "nodes": {
- "__pLabelText": {
- "position": {
- "type": "list<double>",
- "value": [
- 0,
- 0
- ]
- },
- "orientation": {
- "type": "double",
- "value": 0
- },
- "scale": {
- "type": "list<double>",
- "value": [
- 1,
- 1
- ]
- },
- "textContent": {
- "type": "string",
- "value": "#"
- },
- "style": {
- "type": "map<string,string>",
- "value": {
- "stroke": "#6000ff",
- "fill": "#6000ff",
- "font-size": "15px",
- "opacity": "1"
- }
- },
- "mapper": {
- "type": "code",
- "value": "({'textContent':getAttr('__pLabel')})"
- },
- "parser": {
- "type": "code",
- "value": "({'__pLabel':getAttr('textContent')})"
- },
- "$type": "/Formalisms/__LanguageSyntax__/ConcreteSyntax/ConcreteSyntax/Text"
- }
- },
- "edges": []
- }
- },
- {
- "name": "$asuri",
- "type": "string",
- "default": "-1"
- },
- {
- "name": "$segments",
- "type": "map<string,list<string>>",
- "default": {}
- }
- ]
- },
- "constraints": [],
- "actions": [],
- "cardinalities": {
- "__pAttributedGenericLinkLink": []
- },
- "legalConnections": {},
- "connectorTypes": {},
- "types2parentTypes": {
- "__pAttributedGenericLinkLink": []
- }
- }
|