Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1964

Gremlin.Net: Expose Strategies in GraphTraversal

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • None
    • None
    • dotnet
    • None

    Description

      We should provide a way to access the strategies from the traversal.

      This is currently possible in java but not on the .NET GLV:

      GraphTraversal<Vertex, Vertex> traversal = g.V().has("name", "jorge");
      TraversalStrategies = traversal.asAdmin().getStrategies();
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jorgebg Jorge Bay
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: