Interface EdgeBuilder<VID>

    • Method Detail

      • setProperty

        EdgeBuilder<VID> setProperty​(java.lang.String key,
                                     java.lang.Object value)
        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.
        Parameters:
        key - the property key
        value - the value of the vertex property
        Returns:
        this vertex builder
      • setLabel

        EdgeBuilder<VID> setLabel​(java.lang.String label)
        Sets the new value of the label
        Parameters:
        label - the new value of the label
        Returns:
        this edge builder
      • getId

        long getId()
        Gets the id of the element (vertex or edge) this builder belongs to
        Returns:
        the id of the element
      • isIgnored

        boolean isIgnored()
        Whether this edge builder ignores method calls true or if it performs calls as usual false. Some issues, such as incompatible changes in a ChangeSet, can be configured to be ignored. In that case, additional method calls on the returned edge builder object will be ignored.
        Returns:
        whether method calls are ignored
        Since:
        20.2.0