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

getPathIdByEdgeLabel

fun getPathIdByEdgeLabel(edgeLabel: String): Long (source)

Get or generate a pathId when given a single edge label.

fun getPathIdByEdgeLabel(edgeLabels: List<String>): Long (source)

Get or generate a pathId for a given list of edge labels.

Parameters

edgeLabels - List of edge labels for which we lookup the pathId.

Return
The pathId we've found or generated for the given edge labels.