Uses of Package
org.apache.tinkerpop.gremlin.process.traversal
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.driver Class Description GremlinLang This class helps to build a gremlin-lang compatible string representation based on aTraversalSource
and then aTraversal
.Path -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer Class Description Traversal Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.clustering.connected Class Description Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure Class Description Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank Class Description Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.search.path Class Description Path Traversal -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal Class Description Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal Class Description AnonymousTraversalSource Provides a unified way to construct aTraversalSource
from the perspective of the traversal.Compare Compare
is aBiPredicate
that determines whether the first argument is==
,!=
,>
,>=
,<
,<=
to the second argument.Contains Contains
is aBiPredicate
that evaluates whether the first object is contained within (or not within) the second collection object.DT Tokens that are used to denote different periods of time.GraphOp AGraphOp
or "graph operation" is a staticGremlinLang
form that does not translate to a traversal but instead refers to a specific function to perform on a graph instance.GremlinLang This class helps to build a gremlin-lang compatible string representation based on aTraversalSource
and then aTraversal
.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Operator A set ofBinaryOperator
instances that handle common operations for traversal steps.Order ProvidesComparator
instances for ordering traversers.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path PBiPredicate Marker interface for predefinedBiPredicate
predicates that can be used inPredicate
}.Pick A token used withoption()
.Pop APath
may have multiple values associated with a single label.SackFunctions.Barrier Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.Script General representation of scriptStep Text Text
is aBiPredicate
that determines whether the first string starts with, starts not with, ends with, ends not with, contains or does not contain the second string argument.TextP PredefinedPredicate
values that can be used asString
filters.Traversal Traversal.Admin TraversalSideEffects ATraversal
can maintain global sideEffects.TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies} object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.DecorationStrategy Implemented by strategies that adds "application logic" to the traversal (e.g.TraversalStrategy.FinalizationStrategy Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g.TraversalStrategy.OptimizationStrategy Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g.TraversalStrategy.ProviderOptimizationStrategy Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics.TraversalStrategy.VerificationStrategy Implemented by strategies where there is no more behavioral tweaking of the traversal required.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations.TraverserGenerator 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.graph Class Description DT Tokens that are used to denote different periods of time.GremlinLang This class helps to build a gremlin-lang compatible string representation based on aTraversalSource
and then aTraversal
.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Order ProvidesComparator
instances for ordering traversers.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path Pop APath
may have multiple values associated with a single label.Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.Step Traversal Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies} object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.Traverser ATraverser
represents the current state of an object flowing through aTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure Class Description TraversalSource ATraversalSource
is used to createTraversal
instances.