Uses of Interface
adams.data.groupextraction.GroupExtractor
-
Packages that use GroupExtractor Package Description adams.data.groupextraction -
-
Uses of GroupExtractor in adams.data.groupextraction
Subinterfaces of GroupExtractor in adams.data.groupextraction Modifier and Type Interface Description interface
SpreadSheetRowGroupExtractor
Indicator interface for extractors that work on spreadsheet rows.interface
SpreadSheetRowGroupExtractorWithColumn
Extractors that work on spreadsheet rows.Classes in adams.data.groupextraction that implement GroupExtractor Modifier and Type Class Description class
AbstractGroupExtractor
Ancestor for schemes that extract the group from objects.class
Manual
Just returns the supplied group.class
Null
Dummy, extracts nothing.class
ReportField
Returns the value of the specified field.class
ReportFieldRegExp
Returns the value of the regexp group applied to the specified report field.class
SpreadSheetCell
Returns the cell value of the spreadsheet row.class
SpreadSheetCellRegExp
Applies regular expression to the cell value of the spreadsheet row and returns the specified expression group.class
SpreadSheetCellWithLookUp
Returns the cell value of the spreadsheet row.
-