Package de.obqo.decycle.slicer
Class PatternMatchingEdgeFilter
- java.lang.Object
-
- de.obqo.decycle.slicer.PatternMatchingEdgeFilter
-
- All Implemented Interfaces:
EdgeFilter,BiPredicate<Node,Node>
public class PatternMatchingEdgeFilter extends Object implements EdgeFilter
-
-
Field Summary
-
Fields inherited from interface de.obqo.decycle.model.EdgeFilter
ALL, NONE
-
-
Constructor Summary
Constructors Constructor Description PatternMatchingEdgeFilter(String fromPattern, String toPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(Node node1, Node node2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Methods inherited from interface de.obqo.decycle.model.EdgeFilter
test
-
-