Search
PathFinder Methods
 


 Public Methods

  Name Description

findAllCycles

Finds all cycles in the underlying diagram.

findAllPaths

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

findCycle

Detects whether the specified DiagramNode participates in a cycle.

findLongestPath

Finds the longest path between the specified DiagramNode objects.

findShortestPath

Finds the shortest path between two DiagramNode elements, optionally considering the Weight of nodes and / or links.

 See Also