Interface BinNode

All Superinterfaces:
Containable, Identifiable, OsidNode

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 .

  • Method Details

    • getBin

      Bin getBin()
      Gets the Bin at this node.
      Returns:
      the bin represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentBinNodes

      BinNodeList getParentBinNodes()
      Gets the parents of this bin.
      Returns:
      the parents of the id
      Compliance:
      mandatory - This method must be implemented.
    • getChildBinNodes

      BinNodeList getChildBinNodes()
      Gets the children of this bin.
      Returns:
      the children of this bin
      Compliance:
      mandatory - This method must be implemented.