30 lines
906 B
JSON
30 lines
906 B
JSON
{
|
|
"nodesFile": "/app/assets/html/bzGraflow/nodesTest1.html",
|
|
"flow": {
|
|
"nodes":[
|
|
{ "nodeType": "inc",
|
|
"id": "aze",
|
|
"coords": { "x": 20, "y": 10}
|
|
},
|
|
{ "nodeType": "factor",
|
|
"id": "qsd",
|
|
"coords": { "x": 270, "y": 50}
|
|
},
|
|
{ "nodeType": "inc",
|
|
"id": "wcx",
|
|
"coords": { "x": 520, "y": 50}
|
|
},
|
|
{ "nodeType": "inc",
|
|
"id": "ert",
|
|
"coords": { "x": 150, "y": 350}
|
|
}
|
|
],
|
|
"links": [
|
|
{ "from": ["aze", "out1"], "to": ["qsd", "inp1"] },
|
|
{ "from": ["qsd", "out1"], "to": ["wcx", "inp1"] },
|
|
{ "from": ["qsd", "out1"], "to": ["ert", "inp2"] },
|
|
{ "from": ["ert", "out1"], "to": ["aze", "inp2"] }
|
|
|
|
]
|
|
}
|
|
} |