|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.graph.DirectedCycleFinder
public class DirectedCycleFinder
| Constructor Summary | |
|---|---|
DirectedCycleFinder(Digraph G)
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
hasCycle()
Checks if there are cycles in the graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectedCycleFinder(Digraph G)
G - A digraph.| Method Detail |
|---|
public boolean hasCycle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||