Interface PollsNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface PollsNode 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 PollsHierarchySession .

  • Method Details

    • getPolls

      Polls getPolls()
      Gets the Polls at this node.
      Returns:
      the polls represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentPollsNodes

      PollsNodeList getParentPollsNodes()
      Gets the parents of this polls.
      Returns:
      the parents of the id
      Compliance:
      mandatory - This method must be implemented.
    • getChildPollsNodes

      PollsNodeList getChildPollsNodes()
      Gets the children of this polls.
      Returns:
      the children of this polls
      Compliance:
      mandatory - This method must be implemented.