IEdge Interface |
Namespace: Dse.Graph
public interface IEdge : IElement, IEquatable<IElement>
The IEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | InV |
Gets the incoming/head vertex.
|
![]() | InVLabel |
Gets the label of the incoming/head vertex.
|
![]() | OutV |
Gets the outgoing/tail vertex.
|
![]() | OutVLabel |
Gets the label of the outgoing/tail vertex.
|