|
Source vertex of the edge. For undirected graphs, this is the first vertex
that was added to the edge.
-
Returns:
IVertex<'V>
|
|
Check if the edge has a label.
-
Returns:
bool
|
|
Label of the edge. This can raise `DummyDataAccessException` when the
edge has no label.
-
Returns:
'E
|
|
Target vertex of the edge. For undirected graphs, this is the second
vertex that was added to the edge.
-
Returns:
IVertex<'V>
|