You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: