org.vertexium.mutation.EdgeMutation Maven / Gradle / Ivy
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