Uses of Interface
adams.data.idextraction.IDExtractor
-
Packages that use IDExtractor Package Description adams.data.idextraction adams.flow.transformer adams.gui.visualization.container.datacontainerpanel.containerlistpopup -
-
Uses of IDExtractor in adams.data.idextraction
Classes in adams.data.idextraction that implement IDExtractor Modifier and Type Class Description classAbstractIDExtractorAncestor for schemes that extract the ID from objects.classManualJust returns the supplied ID.classNullDoes nothing.classReportFieldReturns the value of the specified field.classReportFieldRegExpReturns the value of the specified field after passing it through the find/replace pair.classSpreadSheetCellReturns the cell value of the spreadsheet row. -
Uses of IDExtractor in adams.flow.transformer
Fields in adams.flow.transformer declared as IDExtractor Modifier and Type Field Description protected IDExtractorExtractID. m_Extractorthe group extractor to use.Methods in adams.flow.transformer that return IDExtractor Modifier and Type Method Description IDExtractorExtractID. getExtractor()Returns the ID extractor to use.Methods in adams.flow.transformer with parameters of type IDExtractor Modifier and Type Method Description voidExtractID. setExtractor(IDExtractor value)Sets the ID extractor to use. -
Uses of IDExtractor in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Fields in adams.gui.visualization.container.datacontainerpanel.containerlistpopup declared as IDExtractor Modifier and Type Field Description protected IDExtractorUpdateID. m_LastExtractorthe last extraction used.
-