Interface HierarchyEntitySelection

All Superinterfaces:
DatasetEntitySelection, DataspaceEntitySelection, EntitySelection, TableEntitySelection

public interface HierarchyEntitySelection extends TableEntitySelection
Provides information on the currently selected hierarchy.
Since:
5.8.0
  • Method Details

    • getSelectedHierarchyNodes

      Iterator<HierarchyNode> getSelectedHierarchyNodes()
      Returns a new iterator on the selected hierarchy nodes if any, an empty iterator otherwise. The Iterator.remove() removal method is not supported. Never returns null.