V - Vertex typeE - Edge typepublic class CycleDetector<V,E extends DefaultEdge> extends Object
| Modifier and Type | Field and Description |
|---|---|
private DirectedGraph<V,E> |
graph |
| Constructor and Description |
|---|
CycleDetector(DirectedGraph<V,E> graph) |
private final DirectedGraph<V,E extends DefaultEdge> graph
public CycleDetector(DirectedGraph<V,E> graph)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.