getEdgeByString abstract method

Edge getEdgeByString(
  1. String a,
  2. String b
)

Searches graph and finds and returns an edge with the same name as the specified a and b string.

Implementation

Edge getEdgeByString(String a, String b);