Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLabel()
Get the numeric label for this vertex.void
setLabel(int label)
Set the numeric label for this vertex.
-