SCCSetComputation.TransitionEnumerator

Finds out the outgoing edges of a given node in the digraph.

class SCCSetComputation
interface TransitionEnumerator {}

Members

Functions

visitNeighborsOf
void visitNeighborsOf(Indexed x, TransitionWalker transitionWalker)

Given the digraph node <code>x</code>, call <code>transitionWalker(x,y)</code> for each edge <code>(x,y)</code> in the digraph.

Meta