Uses of Class
adams.flow.transformer.mapfilter.AbstractMapFilter
-
Packages that use AbstractMapFilter Package Description adams.flow.transformer adams.flow.transformer.mapfilter -
-
Uses of AbstractMapFilter in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractMapFilter Modifier and Type Field Description protected AbstractMapFilter
FilterMap. m_Filter
the map filter to apply.Methods in adams.flow.transformer that return AbstractMapFilter Modifier and Type Method Description AbstractMapFilter
FilterMap. getFilter()
Returns the filter to apply.Methods in adams.flow.transformer with parameters of type AbstractMapFilter Modifier and Type Method Description void
FilterMap. setFilter(AbstractMapFilter value)
Sets the filter to apply. -
Uses of AbstractMapFilter in adams.flow.transformer.mapfilter
Subclasses of AbstractMapFilter in adams.flow.transformer.mapfilter Modifier and Type Class Description class
PassThrough
Dummy, performs no filtering.class
RemoveByName
Filters the map by removing values which keys match the regular expression.
-