V - the vertex type.E - the edge type.public interface DirectedSimpleCycles<V,E>
| Modifier and Type | Method and Description |
|---|---|
List<List<V>> |
findSimpleCycles()
Find the simple cycles of the graph.
|
Graph<V,E> |
getGraph()
Deprecated.
Since not really needed on the interface.
|
void |
setGraph(Graph<V,E> graph)
Deprecated.
Since not really needed on the interface.
|
@Deprecated Graph<V,E> getGraph()
@Deprecated void setGraph(Graph<V,E> graph)
graph - the graph.IllegalArgumentException - if the argument is null.Copyright © 2018. All rights reserved.