class Dse::Graph::Edge
Edge represents an edge in DSE graph. An edge connects two vertices.
Inherits
Object
Includes
Cassandra::Util
Methods
id
Returns id of this edge
label
Returns label of this edge
properties
Returns properties of this edge
in_v
Returns id of the “to” vertex of the edge
in_v_label
Returns label of the “to” vertex of the edge
out_v
Returns id of the “from” vertex of the edge
out_v_label
Returns label of the “from” vertex of the edge