Namespace Gremlin.Net.Process.Traversal.Strategy.Decoration
Classes
ConnectiveStrategy
ConnectiveStrategy rewrites the binary conjunction form of a.and().b
into an AndStep of
and(a, b)
(likewise for OrStep).
ElementIdStrategy
Provides a degree of control over element identifier assignment as some graphs don't provide that feature.
HaltedTraverserStrategy
OptionsStrategy
OptionsStrategy makes no changes to the traversal itself - it just carries configuration information at the traversal level.
PartitionStrategy
Partitions the vertices, edges and vertex properties of a graph into String named partitions.
SeedStrategy
A strategy that resets the specified {@code seed} value for Seedable steps like coin(), sample() and Order.shuffle, which in turn will produce deterministic results from those steps.
SubgraphStrategy
Provides a way to limit the view of a ITraversal.