open fun addEdge(@NonNull node: @NonNull T, @NonNull incomingEdge: @NonNull T)(source) Add an edge to the graph.
Both the given nodes should already have been added to the graph through addNode.
Parameters
the node which has is an incoming edge to node