Uses of Class
com.aoapps.hodgepodge.graph.CycleException
Packages that use CycleException
-
Uses of CycleException in com.aoapps.hodgepodge.graph
Methods in com.aoapps.hodgepodge.graph that throw CycleExceptionModifier and TypeMethodDescriptionvoid
SymmetricAcyclicGraphChecker.checkGraph()
Test the graph for cycles and makes sure that all connections are consistent with back connections.TopologicalSorter.sortGraph()