getOutgoingEdgesByString abstract method

List<Edge> getOutgoingEdgesByString(
  1. String source
)

Gets all neighboring edges of a source that gets searched by string in graph

Implementation

List<Edge> getOutgoingEdgesByString(String source);