|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.ARRSNode
edu.unh.sdb.datasource.ARRSInternalNode
edu.unh.sdb.datasource.NTreeNode
public class NTreeNode
Field Summary | |
---|---|
protected int |
maxChildren
|
Fields inherited from class edu.unh.sdb.datasource.ARRSInternalNode |
---|
firstChildId, lastChildId, numChildren |
Fields inherited from class edu.unh.sdb.datasource.ARRSNode |
---|
baseBounds, cellSource, nodeId, path, siblingId |
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
ARRSNode |
copy()
copy method creates references to all components, not copies. |
int |
maxChildren()
return # allowed children |
Methods inherited from class edu.unh.sdb.datasource.ARRSInternalNode |
---|
addChild, addNode, getChild, getChildID, getChildren, getFirstChildID, getLastChildID, getNumChildren, setFirstChildID, setLastChildID |
Methods inherited from class edu.unh.sdb.datasource.ARRSNode |
---|
getBaseBounds, getCellIndexable, getID, getPath, getSibling, getSiblingID, setBaseBounds, setCellIndexable, setID, setNodePath, setSibling |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int maxChildren
Constructor Detail |
---|
public NTreeNode(ISBounds bounds)
public NTreeNode(ISBounds bounds, CellIndexable cellSource)
public NTreeNode(NTreeNode src)
Method Detail |
---|
public int maxChildren()
maxChildren
in class ARRSInternalNode
public ARRSNode copy()
copy
in class ARRSNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |