Interface EndpointNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface EndpointNode 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 EndpointHierarchySession.

  • Method Details

    • getEndpoint

      Endpoint getEndpoint()
      Gets the Endpoint at this node.
      Returns:
      the endpoint represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentEndpointNodes

      EndpointNodeList getParentEndpointNodes()
      Gets the parents of this endpoint.
      Returns:
      the parents of the id
      Compliance:
      mandatory - This method must be implemented.
    • getChildEndpointNodes

      EndpointNodeList getChildEndpointNodes()
      Gets the children of this endpoint.
      Returns:
      the children of this endpoint
      Compliance:
      mandatory - This method must be implemented.