Uses of Class
org.jgrapht.graph.DirectedAcyclicGraph.CycleFoundException
-
Packages that use DirectedAcyclicGraph.CycleFoundException Package Description org.jgrapht.graph Implementations of various graphs. -
-
Uses of DirectedAcyclicGraph.CycleFoundException in org.jgrapht.graph
Methods in org.jgrapht.graph that throw DirectedAcyclicGraph.CycleFoundException Modifier and Type Method Description private void
DirectedAcyclicGraph. dfsF(V initialVertex, java.util.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
DirectedAcyclicGraph. updateDag(V sourceVertex, V targetVertex)
Update as if a new edge is added.
-