com.opensymphony.xwork2.config.providers
Class CycleDetector<T>

java.lang.Object
  extended by com.opensymphony.xwork2.config.providers.CycleDetector<T>

public class CycleDetector<T>
extends Object


Constructor Summary
CycleDetector(DirectedGraph<T> graph)
           
 
Method Summary
 boolean containsCycle()
           
 List<T> getVerticesInCycles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CycleDetector

public CycleDetector(DirectedGraph<T> graph)
Method Detail

containsCycle

public boolean containsCycle()

getVerticesInCycles

public List<T> getVerticesInCycles()


Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.