concreteFilter-class {flowCore} | R Documentation |
The concreteFilter
serves as a base class for all filters that actually
implement a filtering process. At the moment this includes all filters except
filterReference
, the only non-concrete filter at present.
Objects of this class should never be created directly. It serves only as a point of inheritance.
filterId
:
Class "filter"
, directly.
B. Ellis