scope

package
v1.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package scope contains the Scope object to control relations of a graph traversal.

See: http://tinkerpop.apache.org/javadocs/3.3.3/core/org/apache/tinkerpop/gremlin/process/traversal/Scope.html

Scopes can alter how the steps behave given the graph traversal.

A note about Scope:

This object implements the Parameter interface used by graph traversals.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scope

type Scope string

Scope alters the manner in which the step will behave in relation to how the traversers are processed.

const (
	// Local informs the step to operate on
	// the current object in the step.
	Local Scope = "local"
	// Global informs the step to operate on
	// the entire traversal.
	Global Scope = "global"
)

func (Scope) String

func (s Scope) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL