Class EdgeLabelVerificationStrategy
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
boolConstrains vertices for the ITraversal.
throwException
boolConstrains edges for the ITraversal.