Interface SubFilterTransformer<C,E>

Type Parameters:
C - The context type of the elements this SubFilterTransformer operates on.
E - The element type this SubFilterTransformer operates on.
All Superinterfaces:
Transformer<C,E>

public interface SubFilterTransformer<C,E> extends Transformer<C,E>
A Transformer that contains a CompositeFilter that it uses to filter its output.

This interface is typically added to an ElementTransformer or HolisticTransformer to indicate that it contains sub-filters.