Function TraversalProvider.CanTraverse

CanTraverse (Path path, GraphNode from, GraphNode to)

True if the path can traverse a link between from and to and if to can be traversed itself.

Public
CanTraverse (Path path, GraphNode node)

True if node should be able to be traversed by the path.

Public