Interface | osid.commenting.BookNode | ||
---|---|---|---|
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 | getBook | ||
Description |
Gets the | ||
Return | osid.commenting.Book | the book represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentBookNodes | ||
Description |
Gets the parents of this book. | ||
Return | osid.commenting.BookNodeList | the parents of this book | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildBookNodes | ||
Description |
Gets the children of this book. | ||
Return | osid.commenting.BookNodeList | the children of this book | |
Compliance | mandatory | This method must be implemented. |