org.vertexium.mutation.EdgeMutation Maven / Gradle / Ivy
package org.vertexium.mutation;
import org.vertexium.Edge;
public interface EdgeMutation extends ElementMutation {
EdgeMutation alterEdgeLabel(String newEdgeLabel);
String getNewEdgeLabel();
long getAlterEdgeLabelTimestamp();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy