Search
PathFinder.findLongestPath Method (Graph)
See Also
 

Finds the longest path in a graph. Returns null if path is not found.

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

 Syntax

Java  Copy Code

public static Path findLongestPath (
    Graph graph
)

 Parameters

graph

 Return Value

 See Also