org.sonar.squid.graph
Class CycleDetector

java.lang.Object
  extended by org.sonar.squid.graph.CycleDetector

public class CycleDetector
extends Object


Constructor Summary
CycleDetector(Collection<? extends Node> resourcesToAnalyze)
           
CycleDetector(Node... resources)
           
 
Method Summary
 boolean contains(Cycle cycle)
           
 List<Cycle> getCycles()
           
 Cycle getCycles(int cycleNumber)
           
 int getCyclesNumber()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CycleDetector

public CycleDetector(Collection<? extends Node> resourcesToAnalyze)

CycleDetector

public CycleDetector(Node... resources)
Method Detail

getCycles

public List<Cycle> getCycles()

getCycles

public Cycle getCycles(int cycleNumber)

getCyclesNumber

public int getCyclesNumber()

toString

public String toString()
Overrides:
toString in class Object

contains

public boolean contains(Cycle cycle)


Copyright © 2009 SonarSource SA. All Rights Reserved.