public interface Child
parent
Graph
from which it is Derived or to which it is otherwise related.
Note that a Child need not be a Graph, it can be a Vertex or an Edge or
anything else at all. It just has a special relation to the Graph.
Also see Graph.SubGraph
.Modifier and Type | Method and Description |
---|---|
Graph |
parent()
Return the parent Graph of which 'this' is a Child.
|
Graph parent()