Search
PathFinder.findCycle Method ()
See Also
 

Detects whether there is a cycle in the diagram.

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

 Syntax

Java  Copy Code

public Path findCycle ()

 Return Value

A Path object representing the first cycle found in the graph, or null if the graph does not contain any cycles.

 See Also