Class AdjacentToIncidentStrategy
Optimizes vertex- and value-emitting steps.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gremlin.Net.Process.Traversal.Strategy.Optimization
Assembly: cs.temp.dll.dll
Syntax
public class AdjacentToIncidentStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
AdjacentToIncidentStrategy()
Initializes a new instance of the AdjacentToIncidentStrategy class.
Declaration
public AdjacentToIncidentStrategy()
Implements
System.IEquatable<T>