Class IncidentToAdjacentStrategy
Replaces .OutE().InV()
with .Out()
, .InE().OutV()
with In()
and .BothE().BothV()
with Both()
.
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 IncidentToAdjacentStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Implements
System.IEquatable<T>