GraphNewEdge Method |
Name | Description | |
---|---|---|
NewEdge(EdgeType, Vertex, Vertex) |
Creates a new edge instance.
| |
NewEdge(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.
|