Uses of Interface
edu.umd.cs.findbugs.graph.VertexChooser
-
Packages that use VertexChooser Package Description edu.umd.cs.findbugs.graph -
-
Uses of VertexChooser in edu.umd.cs.findbugs.graph
Fields in edu.umd.cs.findbugs.graph declared as VertexChooser Modifier and Type Field Description private VertexChooser<VertexType>StronglyConnectedComponents. m_vertexChooserprivate VertexChooser<VertexType>AbstractDepthFirstSearch. vertexChooserMethods in edu.umd.cs.findbugs.graph with parameters of type VertexChooser Modifier and Type Method Description voidAbstractDepthFirstSearch. setVertexChooser(VertexChooser<VertexType> vertexChooser)Specify a VertexChooser object to be used to selected which vertices are visited by the search.voidStronglyConnectedComponents. setVertexChooser(VertexChooser<VertexType> vertexChooser)Specify a VertexChooser object to restrict which vertices are considered.
-