Uses of Interface
edu.umd.cs.findbugs.graph.VertexChooser
Packages that use VertexChooser
-
Uses of VertexChooser in edu.umd.cs.findbugs.graph
Fields in edu.umd.cs.findbugs.graph declared as VertexChooserModifier and TypeFieldDescriptionprivate VertexChooser
<VertexType> StronglyConnectedComponents.m_vertexChooser
private VertexChooser
<VertexType> AbstractDepthFirstSearch.vertexChooser
Methods in edu.umd.cs.findbugs.graph with parameters of type VertexChooserModifier and TypeMethodDescriptionvoid
AbstractDepthFirstSearch.setVertexChooser
(VertexChooser<VertexType> vertexChooser) Specify a VertexChooser object to be used to selected which vertices are visited by the search.void
StronglyConnectedComponents.setVertexChooser
(VertexChooser<VertexType> vertexChooser) Specify a VertexChooser object to restrict which vertices are considered.