Class MultiCategorizer

  • All Implemented Interfaces:
    Categorizer, java.util.function.Function<Node,​java.util.Set<Node>>

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

      • apply

        public java.util.Set<Node> apply​(Node node)
        Specified by:
        apply in interface java.util.function.Function<Node,​java.util.Set<Node>>