dk.brics.servletvalidator.graph
Class InliningGraphCycleFinder

java.lang.Object
  extended by 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.


Constructor Summary
InliningGraphCycleFinder(InliningGraph<?,?> d)
           
 
Method Summary
 Set<ArrayList<InliningVertex>> getCycles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InliningGraphCycleFinder

public InliningGraphCycleFinder(InliningGraph<?,?> d)
Method Detail

getCycles

public Set<ArrayList<InliningVertex>> getCycles()


Copyright © 2008 Mathias Schwarz.