new Edge(tail, head)
Constructor for edge of a Graph
Parameters:
Name | Type | Description |
---|---|---|
tail |
Graph.Vertex | The tail vertex |
head |
Graph.Vertex | The head vertex |
- Source: