OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.AcademyNode
Implementsosid.OsidNode
Used Byosid.recognition.AcademyHierarchySession
osid.recognition.AcademyNodeList
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 AcademyHierarchySession.

MethodgetAcademy
Description

Gets the Academy at this node.

Returnosid.recognition.Academy the academy represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentAcademyNodes
Description

Gets the parents of this academy.

Returnosid.recognition.AcademyNodeList the parents of this academy
Compliancemandatory This method must be implemented.
MethodgetChildAcademyNodes
Description

Gets the children of this academy.

Returnosid.recognition.AcademyNodeList the children of this academy
Compliancemandatory This method must be implemented.