summaryrefslogtreecommitdiffstats
path: root/examples/links.json
blob: 19959d6274e2aee8504690605a9d47d1b65e1860 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "kls": "Edoors::Spin",
  "timestamp": "2012-06-28 14:43:36 +0200",
  "name": "dom0",
  "hibernation": false,
  "inner_room": {
    "iotas": {
      "input": {
        "kls": "FileReader",
        "name": "input",
        "filepath": "./examples/data.json"
      },
      "age_filter": {
        "kls": "Filter",
        "name": "age_filter"
      },
      "output_f": {
        "kls": "OutputDoor",
        "name": "output_f",
        "title": "woman"
      },
      "output_m": {
        "kls": "OutputDoor",
        "name": "output_m",
        "title": "man"
      },
      "output_child": {
        "kls": "OutputDoor",
        "name": "output_child",
        "title": "child"
      },
      "output_parent": {
        "kls": "OutputDoor",
        "name": "output_parent",
        "title": "parent"
      }
    },
    "links": {
      "input": [
        {
          "kls": "Edoors::Link",
          "src": "input",
          "dsts": "age_filter",
          "keys": null,
          "value": null
        }
      ],
      "age_filter": [
        {
          "kls": "Edoors::Link",
          "src": "age_filter",
          "dsts": "output_f",
          "keys": null,
          "value": {
            "sex": "f"
          }
        },
        {
          "kls": "Edoors::Link",
          "src": "age_filter",
          "dsts": "output_m",
          "keys": null,
          "value": {
            "sex": "m"
          }
        },
        {
          "kls": "Edoors::Link",
          "src": "age_filter",
          "dsts": "output_child",
          "keys": null,
          "value": {
            "old": false
          }
        },
        {
          "kls": "Edoors::Link",
          "src": "age_filter",
          "dsts": "output_parent",
          "keys": null,
          "value": {
            "old": true
          }
        }
      ]
    }
  },
  "sys_fifo": [

  ],
  "app_fifo": [

  ],
  "debug_garbage": false,
  "debug_routing": false
}