Interface Groups
-
public interface Groups
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Group>getGroupsWithFalsePositives()Allows to return the list of groups with false positivesjava.util.List<Group>getGroupsWithMergeRequired()Allows to return the list of groups that needs to be mergedjava.util.List<Group>getGroupsWithSuspects()Allows to return the list of groups with suspectscom.onwbp.adaptation.AdaptationTablegetTable()Allows to return an EBX table
-
-
-
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
-
-