CIDARLAB / knox

Full stack application for creating, combining, and storing combinatorial genetic design spaces.
BSD 3-Clause "New" or "Revised" License
11 stars 10 forks source link

Missing edge when getting all Node edges #21

Open vidyaap opened 5 years ago

vidyaap commented 5 years ago

The method getEdges() from the Node class returns a set of edges, so it removes duplicate edges that are important. For example, the "option" case (dotted line) uses two edges with the same source and destination to represent it, but only one is returned in the edge set.