Interface InquestNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface InquestNode 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 InquestHierarchySession .

  • Method Details

    • getInquest

      Inquest getInquest()
      Gets the Inquest at this node.
      Returns:
      the inquest represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentInquestNodes

      InquestNodeList getParentInquestNodes()
      Gets the parents of this inquest.
      Returns:
      the parents of this inquest
      Compliance:
      mandatory - This method must be implemented.
    • getChildInquestNodes

      InquestNodeList getChildInquestNodes()
      Gets the children of this inquest.
      Returns:
      the children of this inquest
      Compliance:
      mandatory - This method must be implemented.