T - graph nodes typepublic interface TopologicalGraphProvider<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getChildren(T parent)
Returns child nodes for the specified parent.
|
List<T> |
getRoots()
Returns graph root nodes.
|
Copyright © 2020. All rights reserved.