Interface AcademyNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface AcademyNode 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 AcademyHierarchySession .

  • Method Details

    • getAcademy

      Academy getAcademy()
      Gets the Academy at this node.
      Returns:
      the academy represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentAcademyNodes

      AcademyNodeList getParentAcademyNodes()
      Gets the parents of this academy.
      Returns:
      the parents of this academy
      Compliance:
      mandatory - This method must be implemented.
    • getChildAcademyNodes

      AcademyNodeList getChildAcademyNodes()
      Gets the children of this academy.
      Returns:
      the children of this academy
      Compliance:
      mandatory - This method must be implemented.