T
- the graph node type.public class TransitiveClosureSolver<T> extends Object
Constructor and Description |
---|
TransitiveClosureSolver() |
Modifier and Type | Method and Description |
---|---|
void |
addConnection(T node,
T childNode) |
Set<T> |
getReachableNodes(T node) |
Copyright © 2018. All rights reserved.