HLR / DomiKnowS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdgeSensor Backward

hfaghihi15 opened this issue · comments

There is a problem with the new definition of EdgeSensor when using a backward mode.
We were using indexes of 0,1 before to indicate the relationships with a backward edge and sometimes we are moving properties this way.
I think as a backward edge should be considered generating, we need a way to communicate with the data node to be able to do many to one transformation as well as one to many. I think now with the new interface, it only works for one to many side, still, the properties are transferable using this edge but the links are not.

Refer to #213