Interface AntimatroidNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface AntimatroidNode extends OsidNode

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 .

  • Method Details

    • getAntimatroid

      Antimatroid getAntimatroid()
      Gets the Antimatroid at this node.
      Returns:
      the antimatroid represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentAntimatroidNodes

      AntimatroidNodeList getParentAntimatroidNodes()
      Gets the parents of this antimatroid.
      Returns:
      the parents of this antimatroid
      Compliance:
      mandatory - This method must be implemented.
    • getChildAntimatroidNodes

      AntimatroidNodeList getChildAntimatroidNodes()
      Gets the children of this antimatroid.
      Returns:
      the children of this antimatroid
      Compliance:
      mandatory - This method must be implemented.