|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the actual implementation type of this graph nodepublic interface GraphNode<T extends GraphNode<T>>
A node in a directed graph (that may have cycles). The children list must not contain null entries.
| Method Summary | |
|---|---|
java.util.List<T> |
getChildren()
Returns the sub nodes of this node. |
| Method Detail |
|---|
java.util.List<T> getChildren()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||