Table of Contents

Class IncidentToAdjacentStrategy

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

Replaces .OutE().InV() with .Out(), .InE().OutV() with In() and .BothE().BothV() with Both().

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

Constructors

IncidentToAdjacentStrategy()

Initializes a new instance of the IncidentToAdjacentStrategy class.

public IncidentToAdjacentStrategy()