public interface Groups
  • Method Details

    • getTable

      com.onwbp.adaptation.AdaptationTable getTable()

      Allows to return an EBX table

      Returns:
      an EBX table
    • getGroupsWithMergeRequired

      List<Group> getGroupsWithMergeRequired()

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

      Returns:
      a list of Group
    • getGroupsWithSuspects

      List<Group> getGroupsWithSuspects()

      Allows to return the list of groups with suspects

      Returns:
      a list of Group
    • getGroupsWithFalsePositives

      List<Group> getGroupsWithFalsePositives()

      Allows to return the list of groups with false positives

      Returns:
      a list of Group