com.twitter.summingbird.graph
Given Dag and a List of immutable nodes, and a function to get dependencies, compute the dependants (reverse the graph)
The max of zero and 1 + depth of all parents if the node is the graph
Return all dependendants of a given node.
Return all dependendants of a given node. Does not include itself
Given Dag and a List of immutable nodes, and a function to get dependencies, compute the dependants (reverse the graph)