dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

Nodes have empty incidence set #19

Closed pmdoll closed 8 years ago

pmdoll commented 8 years ago

Generated TPN's have empty incidence set. See tpn below.


{ "node-85": { "tpn-type": "state", "uid": "node-85", "constraints": [], "activities": [ "act-84" ], "incidence-set": [] }, "net-74": { "tpn-type": "network", "uid": "net-74", "begin-node": "node-85", "end-node": "node-72" }, "network-id": "net-74", "act-100": { "tpn-type": "activity", "uid": "act-100", "constraints": [], "end-node": "node-72", "controllable": false, "plant": "this", "command": "flip", "args": [], "argsmap": {} }, "node-93": { "tpn-type": "state", "uid": "node-93", "constraints": [], "activities": [ "act-92" ], "incidence-set": [] }, "act-92": { "tpn-type": "activity", "uid": "act-92", "constraints": [], "end-node": "node-101", "controllable": false, "plant": "this", "command": "flip", "args": [], "argsmap": {} }, "act-84": { "tpn-type": "activity", "uid": "act-84", "constraints": [], "end-node": "node-93", "controllable": false, "plant": "this", "command": "flip", "args": [], "argsmap": {} }, "node-72": { "tpn-type": "state", "uid": "node-72", "constraints": [], "activities": [], "incidence-set": [] }, "node-101": { "tpn-type": "state", "uid": "node-101", "constraints": [], "activities": [ "act-100" ], "incidence-set": [] } }