Class Group

    • Constructor Detail

      • Group

        public Group​(GroupId groupId,
                     Relevance rel)
        Creates a new instance of this class.
        Parameters:
        groupId - the id to assign to this group
        rel - the relevance of this group
    • Method Detail

      • getGroupId

        public GroupId getGroupId()
        Returns the id of this group. This is a model of the otherwise flattened hit id.
      • getHitList

        public HitList getHitList​(String label)
        Returns the HitList with the given label. The label is the one given to the EachOperation that generated the list. This method returns null if no such list was found.
        Parameters:
        label - the label of the list to return
        Returns:
        the requested list, or null
      • getGroupList

        public GroupList getGroupList​(String label)
        Returns the GroupList with the given label. The label is the one given to the EachOperation that generated the list. This method returns null if no such list was found.
        Parameters:
        label - the label of the list to return
        Returns:
        the requested list, or null