OSID Logo
OSID Specifications
relationship package
Version 3.1.0
Interfaceosid.relationship.FamilyNode
Implementsosid.OsidNode
Used Byosid.relationship.FamilyHierarchySession
osid.relationship.FamilyNodeList
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.Family the family represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentFamilyNodes
Description

Gets the parents of this family.

Returnosid.relationship.FamilyNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildFamilyNodes
Description

Gets the children of this family.

Returnosid.relationship.FamilyNodeList the children of this family
Compliancemandatory This method must be implemented.