OSID Logo
OSID Specifications
assessment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.BankNode
Implementsosid.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 BankHierarchySession.

MethodgetBank
Description

Gets the Bank at this node.

Returnosid.assessment.Bankthe bank represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentBankNodes
Description

Gets the parents of this bank.

Returnosid.assessment.BankNodeListthe parents of this node
CompliancemandatoryThis method must be implemented.
MethodgetChildBankNodes
Description

Gets the children of this bank.

Returnosid.assessment.BankNodeListthe children of this node
CompliancemandatoryThis method must be implemented.