Uses of Package
org.apache.tinkerpop.gremlin.process.traversal.step.map
Packages that use org.apache.tinkerpop.gremlin.process.traversal.step.map
Package
Description
-
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map used by org.apache.tinkerpop.gremlin.gqlClassDescriptionA placeholder step that represents a declarative pattern-matching query.
-
-
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map used by org.apache.tinkerpop.gremlin.process.traversal.step.mapClassDescriptionReference implementation for number parsing step.Reference implementation for service calls via the
ServiceRegistryandServiceAPIs.Reference implementation for service calls via theServiceRegistryandServiceAPIs.A map step that returns the combination of the traverser and the provided arguments.Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more String values together to the incoming String traverser.A map step that returns the result of joining every element in the traverser using the delimiter argument.Reference implementation for date concatenation step.Reference implementation for date difference step.A map step that returns the difference of the traverser and the provided arguments without duplicates.A map step that returns the disjunction of the traverser and the provided arguments without duplicates.Reference implementation for String format step, a mid-traversal step which substitutes%{variable_name}and%{_}references in a format string with property values, scope values, orby()modulator results from the incoming traverser.Type of the index as it corresponds to the associatedWithOptions.listandWithOptions.map.A map step that returns the intersection of the traverser and the provided arguments.Deprecated.Deprecated.Deprecated.Implementation for themergeE()step covering both the start step version and the one used mid-traversal.Abstract base class for themergeV/E()implementations.A map step that returns the merger of the traverser and the provided arguments without duplicates.Implementation for themergeV()step covering both the start step version and the one used mid-traversal.A map step that returns the cartesian product of the traverser and the provided arguments.Defines the contract forrangerelated steps.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.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. -
-
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map used by org.apache.tinkerpop.gremlin.process.traversal.strategy.finalizationClassDescriptionDeprecated.
-
-
DeclarativeMatchStepfor declarative pattern matching.