OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.AcademyNode
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 AcademyHierarchySession.

MethodgetAcademy
Description

Gets the Academy at this node.

Returnosid.recognition.Academythe academy represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentAcademyNodes
Description

Gets the parents of this academy.

Returnosid.recognition.AcademyNodeListthe parents of this academy
CompliancemandatoryThis method must be implemented.
MethodgetChildAcademyNodes
Description

Gets the children of this academy.

Returnosid.recognition.AcademyNodeListthe children of this academy
CompliancemandatoryThis method must be implemented.