Click or drag to resize

GraphNewEdge Method

Overload List
  NameDescription
Public methodNewEdge(EdgeType, Vertex, Vertex)
Creates a new edge instance.
Public methodNewEdge(EdgeType, PropertyType, Object, PropertyType, Object)
Creates a new edge instance. The tail of the edge will be any node having the given tailV Value for the given tailAttr Property identifier, and the head of the edge will be any node having the given headV Value for the given headAttr Property identifier.
Top
See Also