AddEdgeStartStep |
|
AddEdgeStep |
|
AddEdgeTest |
|
AddVertexStartStep |
|
AddVertexStep |
|
AddVertexTest |
|
CallStep |
|
CoalesceStep |
|
CoalesceTest |
|
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.
|
ConnectedComponentTest |
|
ConstantTest |
|
CountTest |
|
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.
|
EdgeTest |
|
ElementMapTest |
|
FlatMapStep |
|
FlatMapTest |
|
FoldTest |
|
FormatStep |
Reference implementation for String format step, a mid-traversal step which will handle result formatting
to string values.
|
GraphStep |
|
GraphTest |
|
GroupCountStep |
|
GroupCountStep.GroupCountBiOperator |
|
GroupStep |
|
IndexStep.IndexerType |
|
IndexTest |
|
IntersectStep |
A map step that returns the intersection of the traverser and the provided arguments.
|
LoopsTest |
|
MapStep |
A marker base class that designates an extending Step as a "Map" step which will transform the object of one
Traverser into another.
|
MapTest |
|
MatchStep |
|
MatchStep.CountMatchAlgorithm.Bundle |
|
MatchStep.MatchAlgorithm |
|
MatchStep.TraversalType |
|
MatchTest |
|
MatchTest.Traversals |
|
MathStep |
|
MathTest |
|
MaxTest |
|
MeanGlobalStep.MeanNumber |
|
MeanTest |
|
MergeEdgeStep |
Implementation for the mergeE() step covering both the start step version and the one used mid-traversal.
|
MergeEdgeTest |
|
MergeStep |
Abstract base class for the mergeV/E() implementations.
|
MergeVertexStep |
Implementation for the mergeV() step covering both the start step version and the one used mid-traversal.
|
MergeVertexTest |
|
MinTest |
|
NoOpBarrierStep |
|
OrderGlobalStep |
|
OrderLocalStep |
|
OrderTest |
|
PageRankTest |
|
PathStep |
|
PathTest |
|
PeerPressureTest |
|
ProductStep |
A map step that returns the cartesian product of the traverser and the provided arguments.
|
ProfileTest |
|
ProgramTest |
|
ProgramTest.TestProgram |
|
ProjectStep |
|
ProjectTest |
|
PropertiesTest |
|
PropertyMapStep |
|
ReadTest |
|
ScalarMapStep |
A type of MapStep class which will transform the object of one Traverser into another.
|
SelectOneStep |
|
SelectStep |
|
SelectTest |
|
ShortestPathTest |
|
SumTest |
|
TraversalFlatMapStep |
|
TraversalMapStep |
|
TraversalMergeStep |
A map step that returns the merger of the traverser and the provided arguments without duplicates.
|
TraversalSelectStep |
|
TreeStep |
|
TreeStep.TreeBiOperator |
|
UnfoldTest |
|
ValueMapTest |
|
VertexTest |
|
WriteTest |
|