Detects whether there is a cycle in the diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Path findCycle () |
A Path object representing the first cycle found in the graph, or null if the graph does not contain any cycles.
See Also