getVertexByString abstract method

Vertex getVertexByString(
  1. String source
)

Searches graph and finds and returns a vertex with the same name as the specified source string.

Implementation

Vertex getVertexByString(String source);