Generic Function Iterate-Children (2 methods)

( iterate-children < vertex > < fn > )

Part of:

package metabang.cl-containers

Calls fn on every vertex that is either connected to vertex by an undirected edge or is at the target end of a directed edge.

Method Summary

iterate-children < cl-graph:graph-container-vertex > < t > 
iterate-children < many-child-node > < t >