Package de.obqo.decycle.slicer
Class PatternMatchingEdgeFilter
- java.lang.Object
-
- de.obqo.decycle.slicer.PatternMatchingEdgeFilter
-
- All Implemented Interfaces:
EdgeFilter,java.util.function.BiPredicate<Node,Node>
public class PatternMatchingEdgeFilter extends java.lang.Object implements EdgeFilter
-
-
Field Summary
-
Fields inherited from interface de.obqo.decycle.model.EdgeFilter
ALL, NONE
-
-
Constructor Summary
Constructors Constructor Description PatternMatchingEdgeFilter(java.lang.String fromPattern, java.lang.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 de.obqo.decycle.model.EdgeFilter
test
-
-