T
- the actual implementation type of this graph nodepublic interface GraphNode<T extends GraphNode<T>>
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getChildren()
Returns the sub nodes of this node.
|
java.util.List<T> getChildren()