Class RemoveCycles<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles<V,E>
-
- Type Parameters:
V-E-
public class RemoveCycles<V,E> extends Object
Early implementation that ignores cycles by removing them from the graph
-
-
Constructor Summary
Constructors Constructor Description RemoveCycles(org.jgrapht.Graph<V,E> graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<E>getFeedbackEdges()org.jgrapht.Graph<V,E>removeCycles()
-