Interface OublietteNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface OublietteNode 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 OublietteHierarchySession .

  • Method Details

    • getOubliette

      Oubliette getOubliette()
      Gets the Oubliette at this node.
      Returns:
      the oubliette represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentOublietteNodes

      OublietteNodeList getParentOublietteNodes()
      Gets the parents of this oubliette.
      Returns:
      the parents of this oubliette
      Compliance:
      mandatory - This method must be implemented.
    • getChildOublietteNodes

      OublietteNodeList getChildOublietteNodes()
      Gets the children of this oubliette.
      Returns:
      the children of this oubliette
      Compliance:
      mandatory - This method must be implemented.