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

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

There is a newer version: 4.10.0
Show newest version
package org.vertexium.mutation;

import org.vertexium.Direction;
import org.vertexium.Edge;

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

    String getNewEdgeLabel();

    long getAlterEdgeLabelTimestamp();

    String getVertexId(Direction direction);

    String getEdgeLabel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy