Augments

  • 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.

Object

properties

Gets the properties of the edge as an associative array.

Constructor

new

Edge

(id, outV, outVLabel outVLabel, String label, inV, String inVLabel, Object<string, Property> properties)

Represents a graph Edge.

Parameters:
Name Type Description
id
outV
outVLabel outVLabel
label String
inV
inVLabel String
properties Object<string, Property>