Package de.obqo.decycle.slicer
Class MultiCategorizer
- java.lang.Object
-
- de.obqo.decycle.slicer.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.
-
-
Field Summary
-
Fields inherited from interface de.obqo.decycle.slicer.Categorizer
EMPTY, NONE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Node>apply(Node node)static Categorizercombine(Categorizer... categorizers)
-
-
-
Method Detail
-
combine
public static Categorizer combine(Categorizer... categorizers)
-
-