public interface GraphVertex<ActualVertexType> extends Comparable<ActualVertexType>
| Modifier and Type | Method and Description |
|---|---|
int |
getLabel()
Get the numeric label for this vertex.
|
void |
setLabel(int label)
Set the numeric label for this vertex.
|
compareToCopyright © 2003–2015. All rights reserved.