Class MultiCategorizer

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

    public class MultiCategorizer
    extends Object
    implements Categorizer
    Combines multiple Categorizers to a single one by applying one after the other until one succeeds to categorize the node.