public class Graph.Vertex extends java.lang.Object implements Child
Graph.Edge
.Modifier and Type | Field and Description |
---|---|
int |
v
The number of this Vertex (not its
label , if any). |
Constructor and Description |
---|
Vertex(int v) |
Modifier and Type | Method and Description |
---|---|
Value |
label() |
boolean |
labelled() |
Graph |
parent()
Return the parent Graph of which 'this' is a Child.
|
java.lang.String |
toString() |
public final int v
label
, if any).