Interface Groups


  • public interface Groups
    • Method Detail

      • getTable

        com.onwbp.adaptation.AdaptationTable getTable()

        Allows to return an EBX table

        Returns:
        an EBX table
      • getGroupsWithMergeRequired

        java.util.List<Group> getGroupsWithMergeRequired()

        Allows to return the list of groups that needs to be merged

        Returns:
        a list of Group
      • getGroupsWithSuspects

        java.util.List<Group> getGroupsWithSuspects()

        Allows to return the list of groups with suspects

        Returns:
        a list of Group
      • getGroupsWithFalsePositives

        java.util.List<Group> getGroupsWithFalsePositives()

        Allows to return the list of groups with false positives

        Returns:
        a list of Group