dk.brics.servletvalidator.graph
Class InliningGraphCycleFinder
java.lang.Object
dk.brics.servletvalidator.graph.InliningGraphCycleFinder
public class InliningGraphCycleFinder
- extends Object
Finds in a DGraph all cycles in the graph provided that these cycles are disjoint.
If they are not, then the cycle finder should be run again to search for more cycles.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InliningGraphCycleFinder
public InliningGraphCycleFinder(InliningGraph<?,?> d)
getCycles
public Set<ArrayList<InliningVertex>> getCycles()
Copyright © 2008 Mathias Schwarz.