iterate_sorted


Description:

public Iterator? iterate_sorted ()

Gets an iterator for the elements in this bin in topologically sorted order.

This means that the elements are returned from the most downstream elements (sinks) to the sources.

This function is used internally to perform the state changes of the bin elements and for clock selection.

Parameters:

this

a Bin

Returns:

a Iterator of Element