gremlin
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • options: {
            checkAdjacentVertices?: boolean;
            edges?: any;
            vertexProperties?: any;
            vertices?: any;
        } = {}
        • OptionalcheckAdjacentVertices?: boolean

          enables the strategy to apply the vertices filter to the adjacent vertices of an edge.

        • Optionaledges?: any

          traversal to filter edges

        • OptionalvertexProperties?: any

          traversal to filter vertex properties

        • Optionalvertices?: any

          traversal to filter vertices

      Returns SubgraphStrategy

    Properties

    configuration: any = {}

    for the strategy

    connection?: RemoteConnection
    strategyName: string

    Methods