summaryrefslogtreecommitdiff
path: root/NT/src/testgraph.json
blob: 6d48284af523d5063c0c228421731bbc8864179d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
   {
      "id" : "5dadaf18-8194-11e3-93c7-0b0ba07b492b",
      "type" : "time",
      "type_id" : "4bdaaa7a-8194-11e3-8a4f-2ff6852ae2c7",
   }
   {
      "id" : "d6d94d3e-8194-11e3-aa9c-4302e420eaaf",
      "type" : "time",
      "type_id" : "4bdaaa7a-8194-11e3-8a4f-2ff6852ae2c7",
   }
   {
      "id" : "6aaa4820-8194-11e3-8b35-a7fa04a44d58",
      "type" : "multiply",
      "type_id" : "11c67850-7ce4-11e3-abf6-930ef8613c46",
      "ui_type" : "none",
      "vars" : [
         {
            "connectable" : "yes",
            "input" : [
                 "5dadaf18-8194-11e3-93c7-0b0ba07b492b",
                 "d6d94d3e-8194-11e3-aa9c-4302e420eaaf"
            ],
            "name" : "factors",
            "type" : "number"
         }
      ]
   },
   {
      "id" : "8d1d5348-8194-11e3-a483-b3ff8d9340ef",
      "type" : "print",
      "type_id" : "9b9232b8-8194-11e3-a5a2-07659a1b53c3",
      "vars" : [
         {
            "input" : "6aaa4820-8194-11e3-8b35-a7fa04a44d58",
            "name" : "inlet",
            "type" : "number"
         }
      ]
   }
}