Click or drag to resize

VertexAddEdge Method

Overload List
  NameDescription
Public methodAddEdge(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.
Public methodAddEdge(EdgeType, Vertex)
Add an edge from this Vertex to inVertex of edge type.
Public methodAddEdge(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.
Top
See Also