Interface Mutating<E extends Event>
-
- All Superinterfaces:
Configuring
,Parameterizing
- All Known Implementing Classes:
AddEdgeStartStep
,AddEdgeStep
,AddPropertyStep
,AddVertexStartStep
,AddVertexStep
,DropStep
,MergeEdgeStep
,MergeStep
,MergeVertexStep
public interface Mutating<E extends Event> extends Configuring
A marker interface for steps that modify the graph.- Author:
- Stephen Mallette (http://stephen.genoprime.com), Matt Frantz (http://github.com/mhfrantz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallbackRegistry<E>
getMutatingCallbackRegistry()
Gets the callback registry for events that the step raises.-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
configure
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Parameterizing
getParameters
-
-
-
-
Method Detail
-
getMutatingCallbackRegistry
CallbackRegistry<E> getMutatingCallbackRegistry()
Gets the callback registry for events that the step raises.
-
-