Uses of Class
org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionMessage
-
Packages that use RingsDetectionMessage Package Description org.apache.hugegraph.computer.algorithm.path.rings.filter -
-
Uses of RingsDetectionMessage in org.apache.hugegraph.computer.algorithm.path.rings.filter
Methods in org.apache.hugegraph.computer.algorithm.path.rings.filter with parameters of type RingsDetectionMessage Modifier and Type Method Description booleanSpreadFilter. filter(org.apache.hugegraph.computer.core.graph.edge.Edge edge, RingsDetectionMessage message)Method parameters in org.apache.hugegraph.computer.algorithm.path.rings.filter with type arguments of type RingsDetectionMessage Modifier and Type Method Description voidRingsDetectionWithFilter. compute(org.apache.hugegraph.computer.core.worker.ComputationContext context, org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex, java.util.Iterator<RingsDetectionMessage> messages)
-