Edge represents an edge in DSE graph. An edge connects two vertices.

Inherits

Object

Includes

  • Cassandra::Util

Methods

id

Returns id of this edge

Returns:
Type Details
Hash id of this edge

label

Returns label of this edge

Returns:
Type Details
String label of this edge

properties

Returns properties of this edge

Returns:
Type Details
Hash<String, String> properties of this edge

in_v

Returns id of the “to” vertex of the edge

Returns:
Type Details
String id of the “to” vertex of the edge

in_v_label

Returns label of the “to” vertex of the edge

Returns:
Type Details
String label of the “to” vertex of the edge

out_v

Returns id of the “from” vertex of the edge

Returns:
Type Details
String id of the “from” vertex of the edge

out_v_label

Returns label of the “from” vertex of the edge

Returns:
Type Details
String label of the “from” vertex of the edge