All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.securegraph.mutation.EdgeMutation Maven / Gradle / Ivy

The newest version!
package org.securegraph.mutation;

import org.securegraph.Edge;

public interface EdgeMutation extends ElementMutation {
    EdgeMutation alterEdgeLabel(String newEdgeLabel);

    String getNewEdgeLabel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy