Interface LogNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface LogNode 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 LogHierarchySession .

  • Method Details

    • getLog

      Log getLog()
      Gets the Log at this node.
      Returns:
      the log represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentLogNodes

      LogNodeList getParentLogNodes()
      Gets the parents of this log.
      Returns:
      the parents of this log
      Compliance:
      mandatory - This method must be implemented.
    • getChildLogNodes

      LogNodeList getChildLogNodes()
      Gets the children of this log.
      Returns:
      the children of this log
      Compliance:
      mandatory - This method must be implemented.