Class IncidentToAdjacentStrategy
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()