fun getEdgeSet(pathIdentifier: Long): List<Edge>
(source)
Return a list of Edges for a given path identifier.
pathIdentifier
- The path identifier for which to gather the list of containing Edges.
Return
A list of Edges belonging to a certain path identifier.