edu.umd.cs.findbugs.graph

Interface VertexChooser<VertexType>

public interface VertexChooser<VertexType extends GraphVertex<VertexType>>

VertexChooser specifies an interface for objects that determine whether or not a vertex is chosen for some purpose. For example, in the DepthFirstSearch algorithm a VertexChooser may be specified to select which vertices should be considered by the search.
Method Summary
booleanisChosen(VertexType v)
Determine whether the given GraphVertex should be chosen.

Method Detail

isChosen

public boolean isChosen(VertexType v)
Determine whether the given GraphVertex should be chosen.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.