Interface Deleting<E extends Event>
-
- All Superinterfaces:
Configuring
,Mutating<E>
,Parameterizing
- All Known Implementing Classes:
AddPropertyStep
,DropStep
,MergeEdgeStep
,MergeStep
,MergeVertexStep
public interface Deleting<E extends Event> extends Mutating<E>
A marker interface for steps that deletes the graph data.- Author:
- Phanindhra (https://github.com/phanindhra876)
-
-
Method Summary
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
configure
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Mutating
getMutatingCallbackRegistry
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Parameterizing
getParameters
-
-