Search
PathFinder Methods
 


 Public Methods

  Name Description

EnumAllCycles

Enumerates all cycles in the underlying diagram.

FindAllCycles

Finds all cycles in the underlying diagram.

FindAllPaths

Overloaded. Finds and returns all paths that exist between two DiagramNode objects.

FindCycle

Overloaded. Finds a cycle in the Diagram.

FindLongestPath

Overloaded. Finds the longest path in the graph.

FindShortestPath

Overloaded. Finds and returns the shortest Path between two nodes.

 See Also