IEdge Interface |
Namespace: Dse.Graph
public interface IEdge : IElement, IEquatable<IElement>
The IEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIElement.) |
![]() | GetProperties |
Gets all properties of an element.
(Inherited from IElement.) |
![]() | GetProperty |
Gets a property by name.
(Inherited from IElement.) |
Name | Description | |
---|---|---|
![]() | Id |
Gets the identifier as an instance of IGraphNode.
(Inherited from IElement.) |
![]() | InV |
Gets the incoming/head vertex.
|
![]() | InVLabel |
Gets the label of the incoming/head vertex.
|
![]() | Label |
Gets the label of the element.
(Inherited from IElement.) |
![]() | OutV |
Gets the outgoing/tail vertex.
|
![]() | OutVLabel |
Gets the label of the outgoing/tail vertex.
|