Interface FoundryNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface FoundryNode 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 FoundryHierarchySession .

  • Method Details

    • getFoundry

      Foundry getFoundry()
      Gets the Foundry at this node.
      Returns:
      the foundry represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentFoundryNodes

      FoundryNodeList getParentFoundryNodes()
      Gets the parents of this foundry.
      Returns:
      the parents of this foundry
      Compliance:
      mandatory - This method must be implemented.
    • getChildFoundryNodes

      FoundryNodeList getChildFoundryNodes()
      Gets the children of this foundry.
      Returns:
      the children of this foundry
      Compliance:
      mandatory - This method must be implemented.