OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.TermNode
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 TermHierarchySession.

MethodgetTerm
Description

Gets the Term at this node.

Returnosid.course.Termthe term represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentTermNodes
Description

Gets the parents of this term.

Returnosid.course.TermNodeListthe parents of this term
CompliancemandatoryThis method must be implemented.
MethodgetChildTermNodes
Description

Gets the children of this term.

Returnosid.course.TermNodeListthe children of this term
CompliancemandatoryThis method must be implemented.