Interface ObjectiveBankNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface ObjectiveBankNode 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 ObjectiveBankHierarchySession .

  • Method Details

    • getObjectiveBank

      ObjectiveBank getObjectiveBank()
      Gets the ObjectiveBank at this node.
      Returns:
      the objective bank represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentObjectiveBankNodes

      ObjectiveBankNodeList getParentObjectiveBankNodes()
      Gets the parents of this objective bank.
      Returns:
      the parents of the id
      Compliance:
      mandatory - This method must be implemented.
    • getChildObjectiveBankNodes

      ObjectiveBankNodeList getChildObjectiveBankNodes()
      Gets the children of this objective bank.
      Returns:
      the children of this objective bank
      Compliance:
      mandatory - This method must be implemented.