Interface EdgeModifier<VID>

    • Method Detail

      • setProperty

        EdgeModifier<VID> setProperty​(java.lang.String key,
                                      java.lang.Object value)
        Description copied from interface: EdgeBuilder
        Sets the property value of this edge with the given key to the given value. The first time this method is called, the type of value defines the type of the property.
        Specified by:
        setProperty in interface EdgeBuilder<VID>
        Parameters:
        key - the property key
        value - the value of the vertex property
        Returns:
        this vertex builder
      • setLabel

        EdgeModifier<VID> setLabel​(java.lang.String label)
        Description copied from interface: EdgeBuilder
        Sets the new value of the label
        Specified by:
        setLabel in interface EdgeBuilder<VID>
        Parameters:
        label - the new value of the label
        Returns:
        this edge builder