telepath / com.github.giedomak.telepath.datamodels.stores / PathIdentifierStore / getEdgeSet

getEdgeSet

fun getEdgeSet(pathIdentifier: Long): List<Edge> (source)

Return a list of Edges for a given path identifier.

Parameters

pathIdentifier - The path identifier for which to gather the list of containing Edges.

Return
A list of Edges belonging to a certain path identifier.