Interface GraphVertex<ActualVertexType>
- All Superinterfaces:
Comparable<ActualVertexType>
- All Known Implementing Classes:
AbstractVertex, BasicBlock, CallGraphNode, ClassVertex, DetectorNode, InterproceduralCallGraphVertex
GraphVertex interface; represents a vertex in a graph.
-
Method Summary
Methods inherited from interface Comparable
compareTo
-
Method Details
-
getLabel
int getLabel()Get the numeric label for this vertex. -
setLabel
void setLabel(int label) Set the numeric label for this vertex.
-