Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.Parameterizing
Packages that use Parameterizing
Package
Description
-
Uses of Parameterizing in org.apache.tinkerpop.gremlin.gql
Classes in org.apache.tinkerpop.gremlin.gql that implement ParameterizingModifier and TypeClassDescriptionfinal classGqlMatchStep<S>Concrete executable replacement for the genericDeclarativeMatchStepthat runs TinkerGQL patterns via aGqlPlannerandGqlExecutor. -
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 ParameterizingModifier and TypeClassDescriptionfinal classfinal classfinal classfinal class -
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step
Subinterfaces of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.stepModifier and TypeInterfaceDescriptioninterfaceIdentifies aStepas one that can accept configurations via theGraphTraversal.with(String, Object)step modulator.interface -
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.filter that implement ParameterizingModifier and TypeClassDescriptionclassfinal class -
Uses of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subinterfaces of Parameterizing in org.apache.tinkerpop.gremlin.process.traversal.step.mapModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceCallStepContract<S,E> interfaceGraphStepContract<S,E extends Element> interfaceVertexStepContract<E extends Element>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement ParameterizingModifier and TypeClassDescriptionclassclassAbstractAddElementStepPlaceholder<S,E extends Element, X extends Event> classclassclassclassAddEdgeStep<S>classclassclassclassclassfinal classCallStep<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.final classCallStepPlaceholder<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.classA placeholder step that represents a declarative pattern-matching query.classclassclassclassGraphStepPlaceholder<S,E extends Element> classIndexStep<S,E> classclassPropertyMapStep<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.classVertexStepPlaceholder<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.sideEffectClasses in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement ParameterizingModifier and TypeClassDescriptionclassAddPropertyStep<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