| Interface | osid.voting.PollsNode | ||
|---|---|---|---|
| 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 | getPolls | ||
| Description |
Gets the | ||
| Return | osid.voting.Polls | the polls represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentPollsNodes | ||
| Description |
Gets the parents of this polls. | ||
| Return | osid.voting.PollsNodeList | the parents of the id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildPollsNodes | ||
| Description |
Gets the children of this polls. | ||
| Return | osid.voting.PollsNodeList | the children of this polls | |
| Compliance | mandatory | This method must be implemented. | |