Uses of Interface
adams.data.groupextraction.GroupExtractor
-
Packages that use GroupExtractor Package Description adams.data.groupextraction adams.flow.transformer -
-
Uses of GroupExtractor in adams.data.groupextraction
Subinterfaces of GroupExtractor in adams.data.groupextraction Modifier and Type Interface Description interfaceSpreadSheetRowGroupExtractorIndicator interface for extractors that work on spreadsheet rows.interfaceSpreadSheetRowGroupExtractorWithColumnExtractors that work on spreadsheet rows.Classes in adams.data.groupextraction that implement GroupExtractor Modifier and Type Class Description classAbstractGroupExtractorAncestor for schemes that extract the group from objects.classManualJust returns the supplied group.classNullDummy, extracts nothing.classReportFieldReturns the value of the specified field.classReportFieldRegExpReturns the value of the regexp group applied to the specified report field.classSpreadSheetCellReturns the cell value of the spreadsheet row.classSpreadSheetCellRegExpApplies regular expression to the cell value of the spreadsheet row and returns the specified expression group.classSpreadSheetCellWithLookUpReturns the cell value of the spreadsheet row. -
Uses of GroupExtractor in adams.flow.transformer
Fields in adams.flow.transformer declared as GroupExtractor Modifier and Type Field Description protected GroupExtractorExtractGroup. m_Extractorthe group extractor to use.Methods in adams.flow.transformer that return GroupExtractor Modifier and Type Method Description GroupExtractorExtractGroup. getExtractor()Returns the group extractor to use.Methods in adams.flow.transformer with parameters of type GroupExtractor Modifier and Type Method Description voidExtractGroup. setExtractor(GroupExtractor value)Sets the group extractor to use.
-