Finds out the outgoing edges of a given node in the digraph.
Given the digraph node <code>x</code>, call <code>transitionWalker(x,y)</code> for each edge <code>(x,y)</code> in the digraph.
See Implementation
Finds out the outgoing edges of a given node in the digraph.