Class Traverser
A traverser represents the current state of an object flowing through a traversal.
Assembly: Cassandra.dll
Syntax
Constructors
Traverser(GraphNode, long)
Initializes a new instance of the Traverser class.
Declaration
public Traverser(GraphNode obj, long bulk = 1)
Parameters
Type |
Name |
Description |
GraphNode |
obj |
The object of the traverser.
|
long |
bulk |
The number of traversers represented in this traverser.
|
Properties
Bulk
Gets the number of traversers represented in this traverser.
Declaration
public long Bulk { get; }
Property Value
Object
Gets the object of this traverser.
Declaration
public GraphNode Object { get; }
Property Value
Methods
Equals(Traverser)
Declaration
public bool Equals(Traverser other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides