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 intgetLabel()Get the numeric label for this vertex.voidsetLabel(int label)Set the numeric label for this vertex.
-