Interface Groups
public interface Groups
-
Method Summary
Modifier and TypeMethodDescriptionAllows to return the list of groups with false positivesAllows to return the list of groups that needs to be mergedAllows to return the list of groups with suspectscom.onwbp.adaptation.AdaptationTable
getTable()
Allows to return an EBX table
-
Method Details
-
getTable
com.onwbp.adaptation.AdaptationTable getTable()Allows to return an EBX table
- Returns:
- an EBX table
-
getGroupsWithMergeRequired
Allows to return the list of groups that needs to be merged
- Returns:
- a list of Group
-
getGroupsWithSuspects
Allows to return the list of groups with suspects
- Returns:
- a list of Group
-
getGroupsWithFalsePositives
Allows to return the list of groups with false positives
- Returns:
- a list of Group
-