Class: Dse::Graph::Path

Inherits:
Object
  • Object
show all
Defined in:
lib/dse/graph/path.rb

Overview

Path represents a path connecting a set of vertices.

Instance Attribute Summary collapse

Instance Attribute Details

#labelsArray<Array> (readonly)



15
16
17
# File 'lib/dse/graph/path.rb', line 15

def labels
  @labels
end

#objectsArray<Vertex, Edge, Result> (readonly)



18
19
20
# File 'lib/dse/graph/path.rb', line 18

def objects
  @objects
end