Interface PressNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface PressNode 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 PressHierarchySession .

  • Method Details

    • getPress

      Press getPress()
      Gets the Press at this node.
      Returns:
      the press represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentPressNodes

      PressNodeList getParentPressNodes()
      Gets the parents of this press.
      Returns:
      the parents of this press
      Compliance:
      mandatory - This method must be implemented.
    • getChildPressNodes

      PressNodeList getChildPressNodes()
      Gets the children of this press.
      Returns:
      the children of this press
      Compliance:
      mandatory - This method must be implemented.