Interface | osid.logging.LogNode | ||
---|---|---|---|
Implements | osid.OsidNode | ||
Description |
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
| ||
Method | getLog | ||
Description |
Gets the | ||
Return | osid.logging.Log | the log represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentLogNodes | ||
Description |
Gets the parents of this log. | ||
Return | osid.logging.LogNodeList | the parents of this log | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildLogNodes | ||
Description |
Gets the children of this log. | ||
Return | osid.logging.LogNodeList | the children of this log | |
Compliance | mandatory | This method must be implemented. |