Uses of Class
org.jgrapht.graph.DirectedAcyclicGraph.CycleFoundException
Packages that use DirectedAcyclicGraph.CycleFoundException
-
Uses of DirectedAcyclicGraph.CycleFoundException in org.jgrapht.graph
Methods in org.jgrapht.graph that throw DirectedAcyclicGraph.CycleFoundExceptionModifier and TypeMethodDescriptionprivate void
DirectedAcyclicGraph.dfsF
(V initialVertex, Set<V> df, DirectedAcyclicGraph.VisitedStrategy visited, DirectedAcyclicGraph.Region affectedRegion) Depth first search forward, building up the set (df) of forward-connected vertices in the Affected Regionprivate void
Update as if a new edge is added.