IterativeGraphWalker
class IterativeGraphWalker
Functions
Link copied to clipboard
Registers a Callback.
Link copied to clipboard
Sometimes during walking the graph, we are replacing the current node. This causes problems, that the walker still assumes the old node. Calling this function will ensure that the walker knows about the new node.