Class and Description |
---|
Bytecode
When a
TraversalSource is manipulated and then a Traversal is spawned and mutated, a language
agnostic representation of those mutations is recorded in a bytecode instance. |
Path |
Traversal |
Class and Description |
---|
Bytecode
When a
TraversalSource is manipulated and then a Traversal is spawned and mutated, a language
agnostic representation of those mutations is recorded in a bytecode instance. |
Translator
A Translator will translate
Bytecode into another representation. |
Translator.StepTranslator |
Traversal.Admin |
TraversalSource
A
TraversalSource is used to create Traversal instances. |
Class and Description |
---|
Traversal |
Traversal.Admin |
Class and Description |
---|
Traversal.Admin |
TraversalSource
A
TraversalSource is used to create Traversal instances. |
Class and Description |
---|
Traversal.Admin |
TraversalSource
A
TraversalSource is used to create Traversal instances. |
Class and Description |
---|
Traversal.Admin |
TraversalSource
A
TraversalSource is used to create Traversal instances. |
Class and Description |
---|
Bindings
Bindings are used to associate a variable with a value.
|
Bytecode
When a
TraversalSource is manipulated and then a Traversal is spawned and mutated, a language
agnostic representation of those mutations is recorded in a bytecode instance. |
Bytecode.Instruction |
Compare
Compare is a BiPredicate that determines whether the first argument is == , != ,
> , >= , < , <= to the second argument. |
Contains
Contains is a BiPredicate that evaluates whether the first object is contained within (or not
within) the second collection object. |
Operator |
Order |
P |
Path |
Pop |
SackFunctions.Barrier |
Scope
Many
Step instance can have a variable scope. |
Step |
Translator
A Translator will translate
Bytecode into another representation. |
Traversal |
Traversal.Admin |
TraversalEngine
Deprecated.
As of release 3.2.0, replaced by
Computer . |
TraversalEngine.Builder
Deprecated.
|
TraversalEngine.Type
Deprecated.
|
TraversalSideEffects
A
Traversal can maintain global sideEffects. |
TraversalSource
A
TraversalSource is used to create Traversal instances. |
TraversalSource.Builder
Deprecated.
As of release 3.2.0. Please use
Graph.traversal(Class) . |
TraversalStrategies
A
Traversal maintains a set of TraversalStrategy instances within a TraversalStrategies object. |
TraversalStrategy
A
TraversalStrategy defines a particular atomic operation for mutating a Traversal 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
A
Traverser represents the current state of an object flowing through a Traversal . |
Traverser.Admin
The methods in System.Traverser are useful to underlying Step and Traversal implementations.
|
TraverserGenerator
A TraverserGenerator will generate traversers for a particular
Traversal . |
Class and Description |
---|
Bindings
Bindings are used to associate a variable with a value.
|
Bytecode
When a
TraversalSource is manipulated and then a Traversal is spawned and mutated, a language
agnostic representation of those mutations is recorded in a bytecode instance. |
Order |
P |
Path |
Pop |
Scope
Many
Step instance can have a variable scope. |
Step |
Traversal |
Traversal.Admin |
TraversalEngine.Builder
Deprecated.
|
TraversalSource
A
TraversalSource is used to create Traversal instances. |
TraversalSource.Builder
Deprecated.
As of release 3.2.0. Please use
Graph.traversal(Class) . |
TraversalStrategies
A
Traversal maintains a set of TraversalStrategy instances within a TraversalStrategies object. |
TraversalStrategy
A
TraversalStrategy defines a particular atomic operation for mutating a Traversal prior to its evaluation. |
Traverser
A
Traverser represents the current state of an object flowing through a Traversal . |
Class and Description |
---|
TraversalEngine
Deprecated.
As of release 3.2.0, replaced by
Computer . |
TraversalSource
A
TraversalSource is used to create Traversal instances. |
TraversalSource.Builder
Deprecated.
As of release 3.2.0. Please use
Graph.traversal(Class) . |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.