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 classConnectedComponentVertexProgramStepclassPageRankVertexProgramStepclassPeerPressureVertexProgramStepclassShortestPathVertexProgramStep -
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 interfaceConfiguringIdentifies aStepas one that can accept configurations via theGraphTraversal.with(String, Object)step modulator.interfaceReadWriting -
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 classHasStep<S extends Element>classTraversalFilterStep<S> -
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subinterfaces of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Interface Description interfaceAddEdgeStepContract<S>interfaceAddElementStepContract<S,E>interfaceAddVertexStepContract<S>interfaceCallStepContract<S,E>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement Parameterizing Modifier and Type Class Description classAbstractAddEdgeStepPlaceholder<S>classAbstractAddElementStepPlaceholder<S,E extends Element,X extends Event>classAbstractAddVertexStepPlaceholder<S>classAddEdgeStartStepclassAddEdgeStartStepPlaceholderclassAddEdgeStep<S>classAddEdgeStepPlaceholder<S>classAddVertexStartStepclassAddVertexStartStepPlaceholderclassAddVertexStep<S>classAddVertexStepPlaceholder<S>classCallStep<S,E>Reference implementation for service calls via theServiceRegistryandServiceAPIs.classCallStepPlaceholder<S,E>Reference implementation for service calls via theServiceRegistryandServiceAPIs.classEdgeOtherVertexStepclassEdgeVertexStepclassGraphStep<S,E extends Element>classIndexStep<S,E>classPropertiesStep<E>classPropertyMapStep<K,E>classVertexStep<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE. -
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Subinterfaces of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect Modifier and Type Interface Description interfaceAddPropertyStepContract<S>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement Parameterizing Modifier and Type Class Description classAddPropertyStep<S extends Element>classAddPropertyStepPlaceholder<S extends Element>classIoStep<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 classTinkerGraphStep<S,E extends Element>
-