Interface RealmNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface RealmNode 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 RealmHierarchySession .

  • Method Details

    • getRealm

      Realm getRealm()
      Gets the Realm at this node.
      Returns:
      the realm represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentRealmNodes

      RealmNodeList getParentRealmNodes()
      Gets the parents of this realm.
      Returns:
      the parents of this realm
      Compliance:
      mandatory - This method must be implemented.
    • getChildRealmNodes

      RealmNodeList getChildRealmNodes()
      Gets the children of this realm.
      Returns:
      the children of this realm
      Compliance:
      mandatory - This method must be implemented.