Package de.obqo.decycle.slicer
Class PatternMatchingNodeFilter
- java.lang.Object
-
- de.obqo.decycle.slicer.PatternMatchingNodeFilter
-
- All Implemented Interfaces:
NodeFilter,Predicate<Node>
public class PatternMatchingNodeFilter extends Object implements NodeFilter
NodeFilterthat filters aNodebased on its name.A
Nodepasses this filter it its name matches a given pattern.- See Also:
PatternMatcher
-
-
Field Summary
-
Fields inherited from interface de.obqo.decycle.model.NodeFilter
ALL
-
-
Constructor Summary
Constructors Constructor Description PatternMatchingNodeFilter(String pattern)
-