public class DirectedCycleDetector extends CycleDetector
DirectedBreadthFirstTopologicalIterator
Constructor and Description |
---|
DirectedCycleDetector(Graph graph) |
Modifier and Type | Method and Description |
---|---|
protected GraphIterator |
createIterator()
Creates the iterator to be used in the cycle detection.
|
containsCycle, finish, visit
public DirectedCycleDetector(Graph graph)
protected GraphIterator createIterator()
CycleDetector
createIterator
in class CycleDetector
Copyright © 1996–2023 Geotools. All rights reserved.