OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.sequencing.AntimatroidNode
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 AntimatroidHierarchySession.

MethodgetAntimatroid
Description

Gets the Antimatroid at this node.

Returnosid.sequencing.Antimatroidthe antimatroid represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentAntimatroidNodes
Description

Gets the parents of this antimatroid.

Returnosid.sequencing.AntimatroidNodeListthe parents of this antimatroid
CompliancemandatoryThis method must be implemented.
MethodgetChildAntimatroidNodes
Description

Gets the children of this antimatroid.

Returnosid.sequencing.AntimatroidNodeListthe children of this antimatroid
CompliancemandatoryThis method must be implemented.