public class NTreeNode extends ARRSInternalNode
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxChildren |
firstChildId, lastChildId, numChildrenbaseBounds, cellSource, nodeId, path, siblingId| Constructor and Description |
|---|
NTreeNode(ISBounds bounds)
Constructor takes a single ISbounds
|
NTreeNode(ISBounds bounds,
CellIndexable cellSource)
Constructor takes a ISbounds and a CellIndexable
|
NTreeNode(NTreeNode src)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
ARRSNode |
copy()
copy method creates references to all components, not copies.
|
int |
maxChildren()
return # allowed children
|
addChild, addNode, getChild, getChildID, getChildren, getFirstChildID, getLastChildID, getNumChildren, setFirstChildID, setLastChildIDgetBaseBounds, getCellIndexable, getID, getPath, getSibling, getSiblingID, setBaseBounds, setCellIndexable, setID, setNodePath, setSiblingpublic NTreeNode(ISBounds bounds)
public NTreeNode(ISBounds bounds, CellIndexable cellSource)
public NTreeNode(NTreeNode src)
public int maxChildren()
maxChildren in class ARRSInternalNode