Class PatternMatchingEdgeFilter

  • All Implemented Interfaces:
    EdgeFilter, java.util.function.BiPredicate<Node,​Node>

    public class PatternMatchingEdgeFilter
    extends java.lang.Object
    implements EdgeFilter
    • 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
      boolean test​(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
    • Constructor Detail

      • PatternMatchingEdgeFilter

        public PatternMatchingEdgeFilter​(java.lang.String fromPattern,
                                         java.lang.String toPattern)
    • Method Detail

      • test

        public boolean test​(Node node1,
                            Node node2)
        Specified by:
        test in interface java.util.function.BiPredicate<Node,​Node>