Finds all cycles in the underlying diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public PathList findAllCycles () |
A PathList containing the found cycles; if no cycles are detected, the list is empty.
See Also