Node visitor interface. Provide an implementing class to NodeTraversor to iterate through nodes. This interface provides two methods, head and tail. The head method is called when the node is first seen, and the tail method when all of the node's children have been visit
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected