Class | Description |
---|---|
TransitiveClosureSolver<T> |
A transitive closure solver that lazily calculates reachability for a requested node by
recursively walking the tree and then performing a fixup pass on nodes that were seen to be
participating in cycles.
|
Copyright © 2018. All rights reserved.