Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.Parameterizing
-
-
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that implement Parameterizing Modifier and Type Class Description class
ConnectedComponentVertexProgramStep
class
PageRankVertexProgramStep
class
PeerPressureVertexProgramStep
class
ShortestPathVertexProgramStep
-
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step
Subinterfaces of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step Modifier and Type Interface Description interface
Configuring
Identifies aStep
as one that can accept configurations via theGraphTraversal.with(String, Object)
step modulator.interface
Deleting<E extends Event>
A marker interface for steps that deletes the graph data.interface
Mutating<E extends Event>
A marker interface for steps that modify the graph.interface
ReadWriting
interface
Writing<E extends Event>
A marker interface for steps that writes the graph data. -
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.filter that implement Parameterizing Modifier and Type Class Description class
DropStep<S>
class
HasStep<S extends Element>
class
TraversalFilterStep<S>
-
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement Parameterizing Modifier and Type Class Description class
AddEdgeStartStep
class
AddEdgeStep<S>
class
AddVertexStartStep
class
AddVertexStep<S>
class
CallStep<S,E>
Reference implementation for service calls via theServiceRegistry
andService
APIs.class
EdgeOtherVertexStep
class
EdgeVertexStep
class
GraphStep<S,E extends Element>
class
IndexStep<S,E>
class
MergeEdgeStep<S>
Implementation for themergeE()
step covering both the start step version and the one used mid-traversal.class
MergeStep<S,E,C>
Abstract base class for themergeV/E()
implementations.class
MergeVertexStep<S>
Implementation for themergeV()
step covering both the start step version and the one used mid-traversal.class
PropertiesStep<E>
class
PropertyMapStep<K,E>
class
VertexStep<E extends Element>
-
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement Parameterizing Modifier and Type Class Description class
AddPropertyStep<S extends Element>
class
IoStep<S>
Handles read and write operations into theGraph
. -
Uses of Parameterizing in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
Classes in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect that implement Parameterizing Modifier and Type Class Description class
TinkerGraphStep<S,E extends Element>
-