CBIIT / bento-meta

Bento Metamodel
8 stars 2 forks source link

Don't unset src, dst in edge itself; just remove from the model #5

Open majensen opened 4 years ago

majensen commented 4 years ago

Consistent with handling properties in rm_node (props are removed from model, but not from the node itself), want to leave src and dst nodes connect to an edge when de-registering the edge from the model.

https://github.com/CBIIT/bento-meta/blob/172e3ed4b2512712c93c7f67d7a3be8184802137/perl/lib/Bento/Meta/Model.pm#L403