Interface CampusNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface CampusNode 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 CampusHierarchySession .

  • Method Details

    • getCampus

      Campus getCampus()
      Gets the Campus at this node.
      Returns:
      the campus represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentCampusNodes

      CampusNodeList getParentCampusNodes()
      Gets the parents of this campus.
      Returns:
      the parents of this campus
      Compliance:
      mandatory - This method must be implemented.
    • getChildCampusNodes

      CampusNodeList getChildCampusNodes()
      Gets the children of this campus.
      Returns:
      the children of this campus
      Compliance:
      mandatory - This method must be implemented.