VertexAddEdge Method |
Name | Description | |
---|---|---|
![]() | AddEdge(String, IVertex) |
Add an edge from this Vertex to inVertex of edge type looked up from label, if edge type does not yet exist it is created.
|
![]() | AddEdge(EdgeType, Vertex) |
Add an edge from this Vertex to inVertex of edge type.
|
![]() | AddEdge(Object, String, IVertex) |
Add an edge from this Vertex to inVertex of edge type looked up from label, if edge type does not yet exist it is created.
|