class Edge
A connection between two vertices. It contains a reference to the two vertices as well as a colleciton of properties.
Implements
Extended by
Methods
Graph\Result
inV
( )Gets the “in” vertex.
string
inVLabel
( )Gets the label of the “in” vertex.
Graph\Result
outV
( )Gets the “out” vertex
string
outVLabel
( )Gets the label of the “out” vertex.
Graph\Result
id
( )Gets the edge’s unique identifier.
string
label
( )Gets the edge’s label.
array
properties
( )Gets the edge’s properties as an array of graph results.
Gets an edge’s property for a specific key.