| AbstractAddEdgeStepPlaceholder |
|
| AbstractAddElementStepPlaceholder |
|
| AbstractAddVertexStepPlaceholder |
|
| AbstractMergeElementStepPlaceholder |
|
| AddEdgeStartStep |
|
| AddEdgeStep |
|
| AddEdgeStepContract |
|
| AddElementStepContract |
|
| AddVertexStartStep |
|
| AddVertexStep |
|
| AddVertexStepContract |
|
| AsNumberStep |
Reference implementation for number parsing step.
|
| CallStep |
|
| CallStepContract |
|
| CallStepPlaceholder |
|
| CoalesceStep |
|
| CombineStep |
A map step that returns the combination of the traverser and the provided arguments.
|
| ConcatStep |
Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more
String values together to the incoming String traverser.
|
| ConjoinStep |
A map step that returns the result of joining every element in the traverser using the delimiter argument.
|
| DateAddStep |
Reference implementation for date concatenation step.
|
| DateDiffStep |
Reference implementation for date difference step.
|
| DifferenceStep |
A map step that returns the difference of the traverser and the provided arguments without duplicates.
|
| DisjunctStep |
A map step that returns the disjunction of the traverser and the provided arguments without duplicates.
|
| FlatMapStep |
|
| FormatStep |
Reference implementation for String format step, a mid-traversal step which will handle result formatting
to string values.
|
| GraphStep |
|
| GraphStepContract |
|
| GraphStepPlaceholder |
|
| GroupCountStep |
|
| GroupCountStep.GroupCountBiOperator |
|
| GroupStep |
|
| IndexStep.IndexerType |
|
| IndexStep.ListIndexFunction |
|
| IndexStep.MapIndexFunction |
|
| IntersectStep |
A map step that returns the intersection of the traverser and the provided arguments.
|
| MapStep |
A marker base class that designates an extending Step as a "Map" step which will transform the object of one
Traverser into another.
|
| MatchStep |
|
| MatchStep.CountMatchAlgorithm.Bundle |
|
| MatchStep.MatchAlgorithm |
|
| MatchStep.TraversalType |
|
| MatchTest |
|
| MatchTest.Traversals |
|
| MathStep |
|
| MeanGlobalStep.MeanNumber |
|
| MergeEdgeStep |
Implementation for the mergeE() step covering both the start step version and the one used mid-traversal.
|
| MergeElementStep |
Abstract base class for the mergeV/E() implementations.
|
| MergeStep |
A map step that returns the merger of the traverser and the provided arguments without duplicates.
|
| MergeStepContract |
|
| MergeVertexStep |
Implementation for the mergeV() step covering both the start step version and the one used mid-traversal.
|
| NoOpBarrierStep |
|
| OrderGlobalStep |
|
| OrderLocalStep |
|
| PathStep |
|
| ProductStep |
A map step that returns the cartesian product of the traverser and the provided arguments.
|
| ProfileTest |
|
| ProgramTest |
|
| ProgramTest.TestProgram |
|
| ProjectStep |
|
| PropertyMapStep |
|
| RangeLocalStep |
|
| RangeLocalStepContract |
Defines the contract for range related steps.
|
| RangeLocalStepPlaceholder |
|
| ScalarMapStep |
A type of MapStep class which will transform the object of one Traverser into another.
|
| SelectOneStep |
|
| SelectStep |
|
| TailLocalStep |
|
| TailLocalStepContract |
|
| TailLocalStepPlaceholder |
|
| TraversalFlatMapStep |
|
| TraversalMapStep |
|
| TraversalSelectStep |
|
| TreeStep |
|
| TreeStep.TreeBiOperator |
|
| VertexStep |
Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,
out, in, both, outE, inE, and bothE.
|
| VertexStepContract |
|
| VertexStepPlaceholder |
Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,
out, in, both, outE, inE, and bothE.
|