Search
PathFinder Members
Constructors Methods
 


Initializes a new instance of the PathFinder class.

The following tables list the members exposed by the PathFinder type.

 Public Constructors

  Name Description

PathFinder

Initializes a new instance of the PathFinder class.

 Public Methods

  Name Description

findAllPaths

Finds and returns all paths starting from node 'from' andending at node 'to'. Returns empty collection if nopath exists.

 See Also