Uses of Package
org.apache.tinkerpop.gremlin.process.traversal
Packages that use org.apache.tinkerpop.gremlin.process.traversal
Package
Description
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.driverClassDescriptionThis class helps to build a gremlin-lang compatible string representation based on a
TraversalSourceand then aTraversal. -
-
-
-
-
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversalClassDescriptionProvides a unified way to construct a
TraversalSourcefrom the perspective of the traversal.Compareis aBiPredicatethat determines whether the first argument is==,!=,>,>=,<,<=to the second argument.CompareTypeis aBiPredicatethat determines whether the first argument is a type of the second argument.Containsis aBiPredicatethat evaluates whether the first object is contained within (or not within) the second collection object.Tokens that are used to denote different periods of time.AGraphOpor "graph operation" is a staticGremlinLangform that does not translate to a traversal but instead refers to a specific function to perform on a graph instance.This class helps to build a gremlin-lang compatible string representation based on aTraversalSourceand then aTraversal.Enumeration of Gremlin data types used for type checking and filtering operations.TheGValueManagerclass is responsible for managing the state ofGValueinstances and their associations with `Step` objects in a traversal.Merge options relevant to upsert-like stepsmergeV()andmergeE()that are applied to the relevantoption()modulator.A set ofBinaryOperatorinstances that handle common operations for traversal steps.ProvidesComparatorinstances for ordering traversers.PredefinedPredicatevalues that can be used to define filters tohas()andwhere().Marker interface for predefinedBiPredicatepredicates that can be used inPredicate}.A token used withoption().APathmay have multiple values associated with a single label.ManyStepinstance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.General representation of scriptTextis aBiPredicatethat determines whether the first string starts with, starts not with, ends with, ends not with, contains or does not contain the second string argument.PredefinedPredicatevalues that can be used asStringfilters.ATraversalcan maintain global sideEffects.ATraversalSourceis used to createTraversalinstances.ATraversalmaintains a set ofTraversalStrategyinstances within a TraversalStrategies} object.ATraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that adds "application logic" to the traversal (e.g.Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g.Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g.Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics.Implemented by strategies where there is no more behavioral tweaking of the traversal required.ATraverserrepresents the current state of an object flowing through aTraversal.The methods in System.Traverser are useful to underlying Step and Traversal implementations.A TraverserGenerator will generate traversers for a particularTraversal. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.dsl.graphClassDescriptionTokens that are used to denote different periods of time.This class helps to build a gremlin-lang compatible string representation based on a
TraversalSourceand then aTraversal.Enumeration of Gremlin data types used for type checking and filtering operations.Merge options relevant to upsert-like stepsmergeV()andmergeE()that are applied to the relevantoption()modulator.ProvidesComparatorinstances for ordering traversers.PredefinedPredicatevalues that can be used to define filters tohas()andwhere().APathmay have multiple values associated with a single label.ManyStepinstance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.ATraversalSourceis used to createTraversalinstances.ATraversalmaintains a set ofTraversalStrategyinstances within a TraversalStrategies} object.ATraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.ATraverserrepresents the current state of an object flowing through aTraversal. -
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.utilClassDescriptionEnumeration of Gremlin data types used for type checking and filtering operations.