AddEdgeStartStep |
|
AddEdgeStep<S> |
|
AddEdgeTest |
|
AddEdgeTest.Traversals |
|
AddVertexStartStep |
|
AddVertexStep<S> |
|
AddVertexTest |
|
AddVertexTest.Traversals |
|
AsDateStep<S> |
Reference implementation for date parsing step.
|
AsStringGlobalStep<S,E> |
Reference implementation for asString() step, a mid-traversal step which returns the incoming traverser value
as a string.
|
AsStringLocalStep<S,E> |
Reference implementation for asString() step, a mid-traversal step which returns the incoming traverser value
as a string.
|
CallStep<S,E> |
|
CoalesceStep<S,E> |
|
CoalesceTest |
|
CoalesceTest.Traversals |
|
CombineStep<S,E> |
A map step that returns the combination of the traverser and the provided arguments.
|
ConcatStep<S> |
Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more
String values together to the incoming String traverser.
|
ConjoinStep<S> |
A map step that returns the result of joining every element in the traverser using the delimiter argument.
|
ConnectedComponentTest |
|
ConnectedComponentTest.Traversals |
|
ConstantStep<S,E> |
|
ConstantTest |
|
ConstantTest.Traversals |
|
CountGlobalStep<S> |
|
CountLocalStep<S> |
|
CountTest |
|
CountTest.Traversals |
|
DateAddStep<S> |
Reference implementation for date concatenation step.
|
DateDiffStep<S> |
Reference implementation for date difference step.
|
DedupLocalStep<E,S extends Iterable<E>> |
|
DifferenceStep<S,E> |
A map step that returns the difference of the traverser and the provided arguments without duplicates.
|
DisjunctStep<S,E> |
A map step that returns the disjunction of the traverser and the provided arguments without duplicates.
|
EdgeOtherVertexStep |
|
EdgeTest |
|
EdgeTest.Traversals |
|
EdgeVertexStep |
|
ElementMapStep<K,E> |
|
ElementMapTest |
|
ElementMapTest.Traversals |
|
ElementStep<P extends Property,E extends Element> |
|
FlatMapStep<S,E> |
|
FlatMapTest |
|
FlatMapTest.Traversals |
|
FoldStep<S,E> |
|
FoldStep.FoldBiOperator<E> |
|
FoldTest |
|
FoldTest.Traversals |
|
FormatStep<S> |
Reference implementation for String format step, a mid-traversal step which will handle result formatting
to string values.
|
GraphStep<S,E extends Element> |
|
GraphTest |
|
GraphTest.Traversals |
|
GroupCountStep<S,E> |
|
GroupCountStep.GroupCountBiOperator<E> |
|
GroupStep<S,K,V> |
|
GroupStep.GroupBiOperator<K,V> |
|
HasNextStep<S> |
|
IdStep<S extends Element> |
|
IndexStep<S,E> |
|
IndexTest |
|
IndexTest.Traversals |
|
IntersectStep<S,E> |
A map step that returns the intersection of the traverser and the provided arguments.
|
LabelStep<S extends Element> |
|
LambdaCollectingBarrierStep<S> |
|
LambdaFlatMapStep<S,E> |
|
LambdaMapStep<S,E> |
|
LengthGlobalStep<S,E> |
Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string
traverser.
|
LengthLocalStep<S,E> |
Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string
traverser.
|
LoopsStep<S> |
|
LoopsTest |
|
LoopsTest.Traversals |
|
LTrimGlobalStep<S,E> |
Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading
whitespace removed.
|
LTrimLocalStep<S,E> |
Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading
whitespace removed.
|
MapStep<S,E> |
A marker base class that designates an extending Step as a "Map" step which will transform the object of one
Traverser into another.
|
MapTest |
|
MapTest.Traversals |
|
MatchStep<S,E> |
|
MatchStep.CountMatchAlgorithm |
|
MatchStep.GreedyMatchAlgorithm |
|
MatchStep.Helper |
|
MatchStep.MatchEndStep |
|
MatchStep.MatchStartStep |
|
MatchTest |
|
MatchTest.CountMatchTraversals |
|
MatchTest.GreedyMatchTraversals |
|
MatchTest.Traversals |
|
MathStep<S> |
|
MathStep.TinkerExpression |
A wrapper for the Expression class.
|
MathTest |
|
MathTest.Traversals |
|
MaxGlobalStep<S extends Comparable> |
|
MaxLocalStep<E extends Comparable,S extends Iterable<E>> |
|
MaxTest |
|
MaxTest.Traversals |
|
MeanGlobalStep<S extends Number,E extends Number> |
|
MeanGlobalStep.MeanGlobalBiOperator<S extends Number> |
|
MeanGlobalStep.MeanNumber |
|
MeanLocalStep<E extends Number,S extends Iterable<E>> |
|
MeanTest |
|
MeanTest.Traversals |
|
MergeEdgeStep<S> |
Implementation for the mergeE() step covering both the start step version and the one used mid-traversal.
|
MergeEdgeTest |
|
MergeEdgeTest.Traversals |
|
MergeStep<S,E,C> |
Abstract base class for the mergeV/E() implementations.
|
MergeStep.GuardRailStep<S,E> |
Guard rail to ensure that the incoming object is not an Element .
|
MergeVertexStep<S> |
Implementation for the mergeV() step covering both the start step version and the one used mid-traversal.
|
MergeVertexTest |
|
MergeVertexTest.Traversals |
|
MinGlobalStep<S extends Comparable> |
|
MinLocalStep<E extends Comparable,S extends Iterable<E>> |
|
MinTest |
|
MinTest.Traversals |
|
NoOpBarrierStep<S> |
|
OrderGlobalStep<S,C extends Comparable> |
|
OrderGlobalStep.OrderBiOperator<S> |
|
OrderLocalStep<S,C extends Comparable> |
|
OrderTest |
|
OrderTest.Traversals |
|
PageRankTest |
|
PageRankTest.Traversals |
|
PathStep<S> |
|
PathTest |
|
PathTest.Traversals |
|
PeerPressureTest |
|
PeerPressureTest.Traversals |
|
ProductStep<S,E> |
A map step that returns the cartesian product of the traverser and the provided arguments.
|
ProfileTest |
|
ProfileTest.MockStep |
ProfileStrategy callback test.
|
ProfileTest.Traversals |
Traversals
|
ProgramTest |
|
ProgramTest.TestProgram |
|
ProgramTest.Traversals |
|
ProjectStep<S,E> |
|
ProjectTest |
|
ProjectTest.Traversals |
|
PropertiesStep<E> |
|
PropertiesTest |
|
PropertiesTest.Traversals |
|
PropertyKeyStep |
|
PropertyMapStep<K,E> |
|
PropertyValueStep<E> |
|
RangeLocalStep<S> |
|
ReadTest |
|
ReadTest.Traversals |
|
ReplaceGlobalStep<S,E> |
Reference implementation for substring step, a mid-traversal step which returns a string with the specified
characters in the original string replaced with the new characters.
|
ReplaceLocalStep<S,E> |
Reference implementation for substring step, a mid-traversal step which returns a string with the specified
characters in the original string replaced with the new characters.
|
ReverseStep<S,E> |
Reference implementation for reverse() step, a mid-traversal step which returns the reverse value.
|
RTrimGlobalStep<S,E> |
Reference implementation for rTrim() step, a mid-traversal step which a string with trailing
whitespace removed.
|
RTrimLocalStep<S,E> |
Reference implementation for rTrim() step, a mid-traversal step which a string with trailing
whitespace removed.
|
SackStep<S,E> |
|
SampleLocalStep<S> |
|
ScalarMapStep<S,E> |
A type of MapStep class which will transform the object of one Traverser into another.
|
SelectOneStep<S,E> |
|
SelectStep<S,E> |
|
SelectTest |
|
SelectTest.Traversals |
|
ShortestPathTest |
|
ShortestPathTest.Traversals |
|
SplitGlobalStep<S,E> |
Reference implementation for substring step, a mid-traversal step which returns a list of strings created by
splitting the incoming string traverser around the matches of the given separator.
|
SplitLocalStep<S,E> |
Reference implementation for substring step, a mid-traversal step which returns a list of strings created by
splitting the incoming string traverser around the matches of the given separator.
|
SubstringGlobalStep<S,E> |
Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string
traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).
|
SubstringLocalStep<S,E> |
Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string
traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).
|
SumGlobalStep<S extends Number> |
|
SumLocalStep<E extends Number,S extends Iterable<E>> |
|
SumTest |
|
SumTest.Traversals |
|
TailLocalStep<S> |
|
ToLowerGlobalStep<S,E> |
Reference implementation for toLower() step, a mid-traversal step which returns a lower case string representation
of the incoming string traverser.
|
ToLowerLocalStep<S,E> |
Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case
string representation of all elements inside the incoming list traverser.
|
ToUpperGlobalStep<S,E> |
Reference implementation for toUpper() step, a mid-traversal step which returns an upper case string representation
of the incoming string traverser.
|
ToUpperLocalStep<S,E> |
Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case
string representation of all elements inside the incoming list traverser.
|
TraversalFlatMapStep<S,E> |
|
TraversalMapStep<S,E> |
|
TraversalMergeStep<S,E> |
A map step that returns the merger of the traverser and the provided arguments without duplicates.
|
TraversalSelectStep<S,E> |
|
TreeStep<S> |
|
TreeStep.TreeBiOperator |
|
TrimGlobalStep<S,E> |
Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing
whitespace removed.
|
TrimLocalStep<S,E> |
Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing
whitespace removed.
|
UnfoldStep<S,E> |
|
UnfoldTest |
|
UnfoldTest.Traversals |
|
ValueMapTest |
|
ValueMapTest.Traversals |
|
VertexStep<E extends Element> |
|
VertexTest |
|
VertexTest.Traversals |
|
WriteTest |
|
WriteTest.Traversals |
|