| Package | Description |
|---|---|
| edu.umd.cs.findbugs.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
StronglyConnectedComponents.setVertexChooser(VertexChooser<VertexType> vertexChooser)
Specify a VertexChooser object to restrict which vertices are considered.
|
void |
AbstractDepthFirstSearch.setVertexChooser(VertexChooser<VertexType> vertexChooser)
Specify a VertexChooser object to be used to selected which vertices are
visited by the search.
|
Copyright © 2003–2015. All rights reserved.