OSID Logo
OSID Specifications
relationship package
Version 3.0.0
Release Candidate Preview
Interfaceosid.relationship.FamilyNode
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 FamilyHierarchySession.

MethodgetFamily
Description

Gets the Family at this node.

Returnosid.relationship.Familythe family represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentFamilyNodes
Description

Gets the parents of this family.

Returnosid.relationship.FamilyNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildFamilyNodes
Description

Gets the children of this family.

Returnosid.relationship.FamilyNodeListthe children of this family
CompliancemandatoryThis method must be implemented.