public class Undirected.Vertex extends Graph.Vertex
Directed.Vertex
.v
Constructor and Description |
---|
Vertex(int v) |
Modifier and Type | Method and Description |
---|---|
Undirected |
parent()
Return the parent Graph of which 'this' is a Child.
|
label, labelled, toString
public Undirected parent()
Child
parent
in interface Child
parent
in class Graph.Vertex