OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.TermNode
Implementsosid.OsidNode
Used Byosid.course.TermHierarchySession
osid.course.TermNodeList
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.Term the term represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentTermNodes
Description

Gets the parents of this term.

Returnosid.course.TermNodeList the parents of this term
Compliancemandatory This method must be implemented.
MethodgetChildTermNodes
Description

Gets the children of this term.

Returnosid.course.TermNodeList the children of this term
Compliancemandatory This method must be implemented.