Represents a graph Edge.

Static
This class is static

Augments

  • Element

Members

inV

Gets the id of the incoming vertex of the edge.

inVLabel

Gets the label of the incoming vertex.

outV

Gets the id of outgoing vertex of the edge.

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)
Parameters:
Name Type Description
id
outV
outVLabel outVLabel
label String
inV
inVLabel String
properties Object<string, Property>