Class FilterTransformer

java.lang.Object
org.biojava.bio.seq.filter.FilterTransformer
All Implemented Interfaces:
Visitor

public class FilterTransformer extends Object implements Visitor
Base-class for visitors that re-write a filter tree.

This filter transformer will just duplicate a tree, using the same leaf instances, and re-creating all logical filters, like And and ByDescendant.

Author:
Matthew Pocock