getEdge abstract method

Edge getEdge(
  1. Vertex a,
  2. Vertex b
)

Returns an Edge in a graph with Vertex a and b

Implementation

Edge getEdge(Vertex a, Vertex b);