public interface GraphDataProvider<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getChildren(T data)
Returns child data for the specified data.
|
java.util.List<T> |
getRoots()
Returns data for graph root nodes.
|
java.util.List<T> getRoots()