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 SummaryAll 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.Configuringconfigure
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.ParameterizinggetParameters
 
- 
 
- 
- 
- 
Method Detail- 
getMutatingCallbackRegistryCallbackRegistry<E> getMutatingCallbackRegistry() Gets the callback registry for events that the step raises.
 
- 
 
-