public class SimpleCycleDetector<T extends Comparable<? super T>> extends Object
| Constructor and Description |
|---|
SimpleCycleDetector(DirectedGraph<T> graph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCycle()
Checks if the diagram contains a cycle.
|
public SimpleCycleDetector(DirectedGraph<T> graph)
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.