Class FilterChain

  • All Implemented Interfaces:
    GraphFilter, GraphConsumer, GraphProducer

    public class FilterChain
    extends Object
    implements GraphFilter
    A metafilter made by chaining together several filters. The behaviour of an empty chain is to behave like an identity filter.
    Author:
    Christophe Labouisse
    • Constructor Detail

      • FilterChain

        public FilterChain()
        Creates an anonymous filter chain.
      • FilterChain

        public FilterChain​(String name)
        Creates a named filter chain.
        Parameters:
        name - String