Package de.obqo.decycle.slicer
Class NamedPatternMatchingCategorizer
- java.lang.Object
-
- de.obqo.decycle.slicer.NamedPatternMatchingCategorizer
-
- All Implemented Interfaces:
Categorizer,Function<Node,Set<Node>>
public class NamedPatternMatchingCategorizer extends Object implements Categorizer
Categorizes class nodes by matching them against named patterns.The category of a matched node is defined by
name.Example:
de.*.test=foomatchesde.some.testand creates a slice node with the namefoo- See Also:
PatternMatcher
-
-
Field Summary
-
Fields inherited from interface de.obqo.decycle.slicer.Categorizer
EMPTY, NONE
-
-
Constructor Summary
Constructors Constructor Description NamedPatternMatchingCategorizer(String sliceType, String pattern, String name)
-