Show / Hide Table of Contents

    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.

    SubgraphStrategy

    Provides a way to limit the view of a ITraversal.

    VertexProgramStrategy

    Back to top Copyright © 2018 The Apache Software Foundation