edu.umd.cs.findbugs.graph

Interface GraphVertex<ActualVertexType>

public interface GraphVertex<ActualVertexType> extends Comparable<ActualVertexType>

GraphVertex interface; represents a vertex in a graph.
Method Summary
intgetLabel()
Get the numeric label for this vertex.
voidsetLabel(int label)
Set the numeric label for this vertex.

Method Detail

getLabel

public int getLabel()
Get the numeric label for this vertex.

setLabel

public void setLabel(int label)
Set the numeric label for this vertex.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.