Class EdgeLabelVerificationStrategy
Provides a way to prevent traversals that sub-optimally fail to include edge label specification .
Inherited Members
Namespace: Gremlin.Net.Process.Traversal.Strategy.Verification
Assembly: Gremlin.Net.dll
Syntax
public class EdgeLabelVerificationStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
EdgeLabelVerificationStrategy()
Initializes a new instance of the EdgeLabelVerificationStrategy class.
Declaration
public EdgeLabelVerificationStrategy()
EdgeLabelVerificationStrategy(bool, bool)
Initializes a new instance of the EdgeLabelVerificationStrategy class.
Declaration
public EdgeLabelVerificationStrategy(bool logWarning = false, bool throwException = false)
Parameters
Type | Name | Description |
---|---|---|
bool | logWarning | Constrains vertices for the ITraversal. |
bool | throwException | Constrains edges for the ITraversal. |