Class ParallelCategorizer

  • All Implemented Interfaces:
    Categorizer, Function<Node,​Set<Node>>

    public class ParallelCategorizer
    extends Object
    implements Categorizer
    Combines multiple categorizers by applying all of them and returns the union of all categories.