Interface | osid.relationship.FamilyNode | ||
---|---|---|---|
Implements | osid.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
| ||
Method | getFamily | ||
Description |
Gets the | ||
Return | osid.relationship.Family | the family represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentFamilyNodes | ||
Description |
Gets the parents of this family. | ||
Return | osid.relationship.FamilyNodeList | the parents of the id | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildFamilyNodes | ||
Description |
Gets the children of this family. | ||
Return | osid.relationship.FamilyNodeList | the children of this family | |
Compliance | mandatory | This method must be implemented. |