Class: Edge

graph~Edge

new Edge(id, outV, outVLabel, label, inV, inVLabel, properties)

Represents a graph Edge.
Parameters:
Name Type Description
id
outV
outVLabel outVLabel
label String
inV
inVLabel String
properties Object.<string, Property>

Extends

  • Element

Members

inV

Gets the edge incoming vertex.

inVLabel

Gets the label of the incoming vertex.

outV

Gets the edge outgoing vertex.

outVLabel

Gets the label of the outgoing vertex.

properties :Object

Gets the properties of the edge as an associative array.
Type:
  • Object