Class SpreadFilter


  • public class SpreadFilter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SpreadFilter​(java.lang.String describe)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(org.apache.hugegraph.computer.core.graph.edge.Edge edge)  
      boolean filter​(org.apache.hugegraph.computer.core.graph.edge.Edge edge, RingsDetectionMessage message)  
      boolean filter​(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpreadFilter

        public SpreadFilter​(java.lang.String describe)
    • Method Detail

      • filter

        public boolean filter​(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)
      • filter

        public boolean filter​(org.apache.hugegraph.computer.core.graph.edge.Edge edge)
      • filter

        public boolean filter​(org.apache.hugegraph.computer.core.graph.edge.Edge edge,
                              RingsDetectionMessage message)