| Package | Description |
|---|---|
| org.sonar.graph |
| Modifier and Type | Method and Description |
|---|---|
Cycle |
FeedbackCycle.getCycle() |
| Modifier and Type | Method and Description |
|---|---|
Set<Cycle> |
CycleDetector.detectCycles() |
Set<Cycle> |
CycleDetector.detectCyclesWithMaxSearchDepth(int maxSearchDepth) |
Set<Cycle> |
CycleDetector.detectCyclesWithUpperLimit(int maxCyclesToFound) |
Set<Cycle> |
IncrementalCyclesAndFESSolver.getCycles() |
Set<Cycle> |
CycleDetector.getCycles() |
| Modifier and Type | Method and Description |
|---|---|
static List<FeedbackCycle> |
FeedbackCycle.buildFeedbackCycles(Set<Cycle> cycles) |
| Constructor and Description |
|---|
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.