Class IncidentToAdjacentStrategy
Replaces .OutE().InV()
with .Out()
, .InE().OutV()
with In()
and .BothE().BothV()
with Both()
.
Inherited Members
Namespace: Gremlin.Net.Process.Traversal.Strategy.Optimization
Assembly: Gremlin.Net.dll
Syntax
public class IncidentToAdjacentStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
IncidentToAdjacentStrategy()
Initializes a new instance of the IncidentToAdjacentStrategy class.
Declaration
public IncidentToAdjacentStrategy()