Table of Contents

Class EdgeLabelVerificationStrategy

Namespace
Gremlin.Net.Process.Traversal.Strategy.Verification
Assembly
Gremlin.Net.dll

Provides a way to prevent traversals that sub-optimally fail to include edge label specification .

public class EdgeLabelVerificationStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Inheritance
EdgeLabelVerificationStrategy
Implements
Inherited Members

Constructors

EdgeLabelVerificationStrategy()

Initializes a new instance of the EdgeLabelVerificationStrategy class.

public EdgeLabelVerificationStrategy()

EdgeLabelVerificationStrategy(bool, bool)

Initializes a new instance of the EdgeLabelVerificationStrategy class.

public EdgeLabelVerificationStrategy(bool logWarning = false, bool throwException = false)

Parameters

logWarning bool

Constrains vertices for the ITraversal.

throwException bool

Constrains edges for the ITraversal.