The connect methods connect two edges. I'll need additional methods for convenience to e.g. connect edges by line numbers or name. Because I can connect edges with edges and an edge with a graph, it might be prudent to put the type checking in a decorator.
The connect methods connect two edges. I'll need additional methods for convenience to e.g. connect edges by line numbers or name. Because I can connect edges with edges and an edge with a graph, it might be prudent to put the type checking in a decorator.