Static
deconstructDeconstruct a path id into the two tokens it represents
The path id to deconstruct
A tuple of the two tokens in the path id. Returns undefined if the provided pathId is invalid.
Static
getGet a search path id from two tokens. The id can be used to identify a path between the two tokens in PathSearchEntries.
The first token in the path
The second token in the path
A path id that can be used to identify a path between the two tokens in PathSearchEntries.
A utility class for working with pool graphs