Class RingsDetectionMessage

  • All Implemented Interfaces:
    java.lang.Comparable<org.apache.hugegraph.computer.core.graph.value.Value>, org.apache.hugegraph.computer.core.graph.value.Value, org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<java.util.List<java.lang.Object>>, org.apache.hugegraph.computer.core.graph.value.Value.Tvalue<java.util.List<java.lang.Object>>, org.apache.hugegraph.computer.core.io.Readable, org.apache.hugegraph.computer.core.io.Writable

    public class RingsDetectionMessage
    extends java.lang.Object
    implements org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<java.util.List<java.lang.Object>>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.hugegraph.computer.core.graph.value.Value

        org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue<T extends java.lang.Object>, org.apache.hugegraph.computer.core.graph.value.Value.Tvalue<T extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPath​(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)  
      org.apache.hugegraph.computer.core.graph.value.IdList path()  
      void read​(org.apache.hugegraph.computer.core.io.RandomAccessInput in)  
      java.util.List<java.lang.Object> value()  
      org.apache.hugegraph.computer.core.graph.properties.Properties walkEdgeProp()  
      void walkEdgeProp​(org.apache.hugegraph.computer.core.graph.properties.Properties properties)  
      void write​(org.apache.hugegraph.computer.core.io.RandomAccessOutput out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.hugegraph.computer.core.graph.value.Value

        checkAssign, isNumber, string
      • Methods inherited from interface org.apache.hugegraph.computer.core.graph.value.Value.CustomizeValue

        assign, compareTo, copy, valueType
    • Constructor Detail

      • RingsDetectionMessage

        public RingsDetectionMessage()
    • Method Detail

      • read

        public void read​(org.apache.hugegraph.computer.core.io.RandomAccessInput in)
                  throws java.io.IOException
        Specified by:
        read in interface org.apache.hugegraph.computer.core.io.Readable
        Throws:
        java.io.IOException
      • write

        public void write​(org.apache.hugegraph.computer.core.io.RandomAccessOutput out)
                   throws java.io.IOException
        Specified by:
        write in interface org.apache.hugegraph.computer.core.io.Writable
        Throws:
        java.io.IOException
      • path

        public org.apache.hugegraph.computer.core.graph.value.IdList path()
      • addPath

        public void addPath​(org.apache.hugegraph.computer.core.graph.vertex.Vertex vertex)
      • walkEdgeProp

        public org.apache.hugegraph.computer.core.graph.properties.Properties walkEdgeProp()
      • walkEdgeProp

        public void walkEdgeProp​(org.apache.hugegraph.computer.core.graph.properties.Properties properties)
      • value

        public java.util.List<java.lang.Object> value()
        Specified by:
        value in interface org.apache.hugegraph.computer.core.graph.value.Value
        Specified by:
        value in interface org.apache.hugegraph.computer.core.graph.value.Value.Tvalue<java.util.List<java.lang.Object>>