edu.umd.cs.findbugs.graph
Interface GraphVertex<ActualVertexType>

All Superinterfaces:
java.lang.Comparable<ActualVertexType>
All Known Implementing Classes:
AbstractVertex, ArrayType, BasicBlock, CallGraphNode, ClassType, DetectorNode, ObjectType

public interface GraphVertex<ActualVertexType>
extends java.lang.Comparable<ActualVertexType>

GraphVertex interface; represents a vertex in a graph.


Method Summary
 int getLabel()
          Get the numeric label for this vertex.
 void setLabel(int label)
          Set the numeric label for this vertex.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLabel

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


setLabel

void setLabel(int label)
Set the numeric label for this vertex.