Package de.obqo.decycle.slicer
Class ParallelCategorizer
- java.lang.Object
-
- de.obqo.decycle.slicer.ParallelCategorizer
-
- All Implemented Interfaces:
Categorizer,java.util.function.Function<Node,java.util.Set<Node>>
public class ParallelCategorizer extends java.lang.Object implements Categorizer
Combines multiple categorizers by applying all of them and returns the union of all categories.
-
-
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 ParallelCategorizerparallel(Categorizer... categorizers)
-
-
-
Method Detail
-
parallel
public static ParallelCategorizer parallel(Categorizer... categorizers)
-
-