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 aTraversalSourceand 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 ATraversalSourceis used to createTraversalinstances. -
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 aTraversalSourcefrom the perspective of the traversal.Compare Compareis aBiPredicatethat determines whether the first argument is==,!=,>,>=,<,<=to the second argument.Contains Containsis aBiPredicatethat 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 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.GremlinLang This class helps to build a gremlin-lang compatible string representation based on aTraversalSourceand then aTraversal.Merge Merge options relevant to upsert-like stepsmergeV()andmergeE()that are applied to the relevantoption()modulator.Operator A set ofBinaryOperatorinstances that handle common operations for traversal steps.Order ProvidesComparatorinstances for ordering traversers.P PredefinedPredicatevalues that can be used to define filters tohas()andwhere().Path PBiPredicate Marker interface for predefinedBiPredicatepredicates that can be used inPredicate}.Pick A token used withoption().Pop APathmay have multiple values associated with a single label.SackFunctions.Barrier Scope ManyStepinstance 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 Textis 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.TextP PredefinedPredicatevalues that can be used asStringfilters.Traversal Traversal.Admin TraversalSideEffects ATraversalcan maintain global sideEffects.TraversalSource ATraversalSourceis used to createTraversalinstances.TraversalStrategies ATraversalmaintains a set ofTraversalStrategyinstances within a TraversalStrategies} object.TraversalStrategy ATraversalStrategydefines a particular atomic operation for mutating aTraversalprior 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 ATraverserrepresents 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 aTraversalSourceand then aTraversal.Merge Merge options relevant to upsert-like stepsmergeV()andmergeE()that are applied to the relevantoption()modulator.Order ProvidesComparatorinstances for ordering traversers.P PredefinedPredicatevalues that can be used to define filters tohas()andwhere().Path Pop APathmay have multiple values associated with a single label.Scope ManyStepinstance 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 ATraversalSourceis used to createTraversalinstances.TraversalStrategies ATraversalmaintains a set ofTraversalStrategyinstances within a TraversalStrategies} object.TraversalStrategy ATraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Traverser ATraverserrepresents 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 ATraversalSourceis used to createTraversalinstances.