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.gremlinClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation. -
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.driver.exceptionClassDescriptionRepresents a failure raised by the
GraphTraversal.fail()step which forces a traversal to immediately stop in an error state.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.driver.remoteClassDescriptionThis class helps to build a gremlin-lang compatible string representation based on a
TraversalSourceand then aTraversal.ATraversalSourceis used to createTraversalinstances.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.gqlClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialClassDescriptionTokens that are used to denote different periods of time.Enumeration of Gremlin data types used for type checking and filtering operations.Merge options relevant to upsert-like steps
mergeV()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.groovy.loadersClassDescriptionA
Traverserrepresents the current state of an object flowing through aTraversal. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.language.grammarClassDescriptionEnumeration of Gremlin data types used for type checking and filtering operations.Predefined
Predicatevalues that can be used to define filters tohas()andwhere().ATraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process
-
-
-
-
-
-
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.computer.traversal.lambdaClassDescriptionThe methods in System.Traverser are useful to underlying Step and Traversal implementations.
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.step.mapClassDescriptionThe methods in System.Traverser are useful to underlying Step and Traversal implementations.
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decorationClassDescriptionA
TraversalSourceis 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. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalizationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimizationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verificationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies where there is no more behavioral tweaking of the traversal required. -
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.remoteClassDescriptionThis 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.remote.traversalClassDescriptionThis class helps to build a gremlin-lang compatible string representation based on a
TraversalSourceand then aTraversal.TheGValueManagerclass is responsible for managing the state ofGValueinstances and their associations with `Step` objects in a traversal.ATraversalcan maintain global sideEffects.ATraversalmaintains a set ofTraversalStrategyinstances within a TraversalStrategies} object.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.remote.traversal.step.mapClassDescriptionThe methods in System.Traverser are useful to underlying Step and Traversal implementations.
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decorationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that adds "application logic" to the traversal (e.g. -
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.process.traversal.lambdaClassDescriptionThis class helps to build a gremlin-lang compatible string representation based on a
TraversalSourceand then aTraversal.TheGValueManagerclass is responsible for managing the state ofGValueinstances and their associations with `Step` objects in a traversal.ATraversalcan maintain global sideEffects.ATraversalmaintains a set ofTraversalStrategyinstances within a TraversalStrategies} object.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.stepClassDescriptionProvides
Comparatorinstances for ordering traversers.PredefinedPredicatevalues that can be used to define filters tohas()andwhere().APathmay have multiple values associated with a single label.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.branchClassDescriptionA token used with
option().The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.filterClassDescriptionPredefined
Predicatevalues that can be used to define filters tohas()andwhere().ATraverserrepresents the current state of an object flowing through aTraversal.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.mapClassDescriptionTokens that are used to denote different periods of time.Enumeration of Gremlin data types used for type checking and filtering operations.Merge options relevant to upsert-like steps
mergeV()andmergeE()that are applied to the relevantoption()modulator.APathmay have multiple values associated with a single label.ATraverserrepresents the current state of an object flowing through aTraversal.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.sideEffectClassDescriptionRepresents a failure raised by the
GraphTraversal.fail()step which forces a traversal to immediately stop in an error state.ATraverserrepresents the current state of an object flowing through aTraversal.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.utilClassDescriptionPredefined
Predicatevalues that can be used to define filters tohas()andwhere().APathmay have multiple values associated with a single label.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategyClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.decorationClassDescriptionA
Traversalmaintains 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.ATraverserrepresents the current state of an object flowing through aTraversal.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.finalizationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.optimizationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.providerClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics. -
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.verificationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies where there is no more behavioral tweaking of the traversal required. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.traverserClassDescriptionA
Traversalcan maintain global sideEffects.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.traverser.utilClassDescriptionA
Traversalcan maintain global sideEffects.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.utilClassDescriptionThis class helps to build a gremlin-lang compatible string representation based on a
TraversalSourceand then aTraversal.TheGValueManagerclass is responsible for managing the state ofGValueinstances and their associations with `Step` objects in a traversal.PredefinedPredicatevalues that can be used to define filters tohas()andwhere().ManyStepinstance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.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.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.server.utilClassDescriptionRepresents a failure raised by the
GraphTraversal.fail()step which forces a traversal to immediately stop in an error state.ATraversalSourceis used to createTraversalinstances. -
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.io.binary.typesClassDescriptionMerge options relevant to upsert-like steps
mergeV()andmergeE()that are applied to the relevantoption()modulator.PredefinedPredicatevalues that can be used to define filters tohas()andwhere(). -
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.serviceClassDescriptionA
Traverserrepresents the current state of an object flowing through aTraversal.The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.utilClassDescriptionA
Traversalcan 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. -
-
-
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.mapClassDescriptionThe methods in System.Traverser are useful to underlying Step and Traversal implementations.
-
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimizationClassDescriptionA
TraversalStrategydefines a particular atomic operation for mutating aTraversalprior to its evaluation.Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.servicesClassDescriptionThe methods in System.Traverser are useful to underlying Step and Traversal implementations.
-
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.
-