public interface BinNode extends OsidNode
This interface is a container for a partial hierarchy retrieval. The
number of hierarchy levels traversable through this interface depend on
the number of levels requested in the BinHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Bin |
getBin()
Gets the
Bin at this node. |
BinNodeList |
getChildBinNodes()
Gets the children of this bin.
|
BinNodeList |
getParentBinNodes()
Gets the parents of this bin.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredBin getBin()
Bin at this node.mandatory - This method must be implemented. BinNodeList getParentBinNodes()
id mandatory - This method must be implemented. BinNodeList getChildBinNodes()
mandatory - This method must be implemented.