Search
PathFinder.findLongestPath Method ()
See Also
 

Finds the longest path in the graph.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Path findLongestPath ()

 Return Value

A Path object representing the found path, or null if there aren't any linked nodes in the graph.

 See Also