Package de.obqo.decycle.model
Interface NodeFilter
-
- All Known Implementing Classes:
IncludeExcludeFilter,PatternMatchingNodeFilter
public interface NodeFilter extends Predicate<Node>
-
-
Field Detail
-
ALL
static final NodeFilter ALL
A filter that matches all nodes
-
-