FindBugs™ 1.3.9

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

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

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.


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.