Uses of Class
org.sonar.graph.Cycle

Packages that use Cycle
org.sonar.graph   
 

Uses of Cycle in org.sonar.graph
 

Methods in org.sonar.graph that return Cycle
 Cycle FeedbackCycle.getCycle()
           
 

Methods in org.sonar.graph that return types with arguments of type Cycle
 Set<Cycle> CycleDetector.detectCycles()
           
 Set<Cycle> CycleDetector.detectCyclesWithMaxSearchDepth(int maxSearchDepth)
           
 Set<Cycle> CycleDetector.detectCyclesWithUpperLimit(int maxCyclesToFound)
           
 Set<Cycle> IncrementalCyclesAndFESSolver.getCycles()
           
 Set<Cycle> CycleDetector.getCycles()
           
 

Method parameters in org.sonar.graph with type arguments of type Cycle
static List<FeedbackCycle> FeedbackCycle.buildFeedbackCycles(Set<Cycle> cycles)
           
 

Constructor parameters in org.sonar.graph with type arguments of type Cycle
MinimumFeedbackEdgeSetSolver(Set<Cycle> cycles)
           
MinimumFeedbackEdgeSetSolver(Set<Cycle> cycles, int maxCycles)
           
MinimumFeedbackEdgeSetSolver(Set<Cycle> cycles, int maximumNumberOfLoops, int maxNumberCyclesForSearchingMinimumFeedback)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.