T
- the actual implementation type of this graph nodepublic interface GraphNode<T extends GraphNode<T>>
Modifier and Type | Method and Description |
---|---|
List<T> |
getChildren()
Returns the sub nodes of this node.
|
Copyright © 2024. All rights reserved.