In a directed graph, returns true if vertex has any
edges that point from vertex to some other
vertex (cf. iterate-target-edges). In an undirected graph,
has-children-p
is testing only whether or not the vertex has any
edges.
has-children-p < graph-container-vertex > |