Interface TermNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface TermNode 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 TermHierarchySession .

  • Method Details

    • getTerm

      Term getTerm()
      Gets the Term at this node.
      Returns:
      the term represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentTermNodes

      TermNodeList getParentTermNodes()
      Gets the parents of this term.
      Returns:
      the parents of this term
      Compliance:
      mandatory - This method must be implemented.
    • getChildTermNodes

      TermNodeList getChildTermNodes()
      Gets the children of this term.
      Returns:
      the children of this term
      Compliance:
      mandatory - This method must be implemented.