public interface Node
| Modifier and Type | Method and Description | 
|---|---|
| int | getCardinality()Get the node's number of children. | 
| Node | getChild(int i)Get i'th child | 
int getCardinality()
Node getChild(int i)
Copyright © 2018. All rights reserved.